Home
last modified time | relevance | path

Searched refs:descriptorType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp66 SPIRVStorageClass storageClass, VkDescriptorType &descriptorType) { in mapStorageClassToDescriptorType() argument
69 descriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER; in mapStorageClassToDescriptorType()
72 descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in mapStorageClassToDescriptorType()
397 VkDescriptorType descriptorType = {}; in createMemoryBuffers() local
434 memoryBuffer.descriptorType = descriptorType; in createMemoryBuffers()
588 descriptorSetLayoutBinding.descriptorType = memBuffer.descriptorType; in initDescriptorSetLayoutBindingMap()
604 VkDescriptorType descriptorType = in createDescriptorSetLayout() local
605 deviceMemoryBuffers.front().descriptorType; in createDescriptorSetLayout()
638 {descriptorSetIndex, descriptorSize, descriptorType}); in createDescriptorSetLayout()
693 descriptorPoolSize.type = descriptorSetInfo.descriptorType; in createDescriptorPool()
[all …]
H A DVulkanRuntime.h30 VkDescriptorType descriptorType{VK_DESCRIPTOR_TYPE_MAX_ENUM};
62 VkDescriptorType descriptorType{VK_DESCRIPTOR_TYPE_MAX_ENUM};
154 VkDescriptorType &descriptorType);
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DStructBuilder.h32 Type descriptorType);
H A DMemRefBuilder.h39 Type descriptorType);
151 Type descriptorType);
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp289 Type descriptorType = getTypeConverter()->convertType(type); in copyUnrankedDescriptors() local
290 if (!descriptorType) in copyUnrankedDescriptors()
293 UnrankedMemRefDescriptor::undef(builder, loc, descriptorType); in copyUnrankedDescriptors()
H A DMemRefBuilder.cpp33 Type descriptorType) { in undef() argument
35 Value descriptor = builder.create<LLVM::UndefOp>(loc, descriptorType); in undef()
288 Type descriptorType) { in undef() argument
289 Value descriptor = builder.create<LLVM::UndefOp>(loc, descriptorType); in undef()
/llvm-project-15.0.7/mlir/lib/Conversion/OpenACCToLLVM/
H A DOpenACCToLLVM.cpp32 Type descriptorType = LLVM::LLVMStructType::getNewIdentified( in undef() local
35 Value descriptor = builder.create<LLVM::UndefOp>(loc, descriptorType); in undef()
/llvm-project-15.0.7/flang/test/Fir/
H A Dembox.fir78 …// CHECK: insertvalue {[[descriptorType:.*]]} { ptr undef, i64 2, i32 20180515, i8 2, i8 40, i8 0,…