Searched refs:descriptorType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/ |
| H A D | VulkanRuntime.cpp | 66 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 D | VulkanRuntime.h | 30 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 D | StructBuilder.h | 32 Type descriptorType);
|
| H A D | MemRefBuilder.h | 39 Type descriptorType); 151 Type descriptorType);
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | Pattern.cpp | 289 Type descriptorType = getTypeConverter()->convertType(type); in copyUnrankedDescriptors() local 290 if (!descriptorType) in copyUnrankedDescriptors() 293 UnrankedMemRefDescriptor::undef(builder, loc, descriptorType); in copyUnrankedDescriptors()
|
| H A D | MemRefBuilder.cpp | 33 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 D | OpenACCToLLVM.cpp | 32 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 D | embox.fir | 78 …// CHECK: insertvalue {[[descriptorType:.*]]} { ptr undef, i64 2, i32 20180515, i8 2, i8 40, i8 0,…
|