/external/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/ |
D | ModuleCombiner.cpp | 133 auto memoryModel = modules[0].memory_model(); in combine() local 136 modules[0].getLoc(), addressingModel, memoryModel); in combine() 150 module.memory_model() != memoryModel) { in combine()
|
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
D | ConvertGPUToSPIRV.cpp | 285 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local 286 if (failed(memoryModel)) in matchAndRewrite() 293 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Serializer.cpp | 423 SmallVector<uint32_t, 3> memoryModel; member in __anon4460d32f0111::Serializer 559 memoryModel.size() + entryPoints.size() + in collect() 570 binary.append(memoryModel.begin(), memoryModel.end()); in collect() 644 encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, {am, mm}); in processMemoryModel()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvPostProcess.cpp | 443 memoryModel = spv::MemoryModelVulkanKHR; in postProcessFeatures()
|
D | SpvBuilder.h | 134 memoryModel = mem; in setMemoryModel() 813 MemoryModel memoryModel; variable
|
D | SpvBuilder.cpp | 69 memoryModel(MemoryModelGLSL450), in Builder() 2989 memInst.addImmediateOperand(memoryModel); in dump()
|
D | GlslangToSpv.cpp | 1545 spv::MemoryModel memoryModel = spv::MemoryModelGLSL450; in TGlslangToSpvTraverser() local 1553 memoryModel = spv::MemoryModelVulkanKHR; in TGlslangToSpvTraverser() 1557 builder.setMemoryModel(addressingModel, memoryModel); in TGlslangToSpvTraverser()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvPostProcess.cpp | 443 memoryModel = spv::MemoryModelVulkanKHR; in postProcessFeatures()
|
D | SpvBuilder.h | 134 memoryModel = mem; in setMemoryModel() 813 MemoryModel memoryModel; variable
|
D | SpvBuilder.cpp | 69 memoryModel(MemoryModelGLSL450), in Builder() 2985 memInst.addImmediateOperand(memoryModel); in dump()
|
D | GlslangToSpv.cpp | 1492 spv::MemoryModel memoryModel = spv::MemoryModelGLSL450; in TGlslangToSpvTraverser() local 1500 memoryModel = spv::MemoryModelVulkanKHR; in TGlslangToSpvTraverser() 1504 builder.setMemoryModel(addressingModel, memoryModel); in TGlslangToSpvTraverser()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 2437 spirv::MemoryModel memoryModel, in build() argument 2443 static_cast<int32_t>(memoryModel))); in build() 2461 spirv::MemoryModel memoryModel; in parseModuleOp() local 2463 parseEnumKeywordAttr(memoryModel, parser, state)) in parseModuleOp()
|
/external/angle/src/common/spirv/ |
D | spirv_instruction_parser_autogen.h | 51 spv::MemoryModel *memoryModel);
|
D | spirv_instruction_builder_autogen.h | 47 spv::MemoryModel memoryModel);
|
D | spirv_instruction_builder_autogen.cpp | 213 spv::MemoryModel memoryModel) in WriteMemoryModel() argument 218 blob->push_back(memoryModel); in WriteMemoryModel()
|
D | spirv_instruction_parser_autogen.cpp | 187 spv::MemoryModel *memoryModel) in ParseMemoryModel() argument 195 *memoryModel = spv::MemoryModel(_instruction[_o++]); in ParseMemoryModel()
|