Home
last modified time | relevance | path

Searched defs:memoryModel (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
DConvertGPUToSPIRV.cpp285 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h813 MemoryModel memoryModel; variable
DGlslangToSpv.cpp1492 spv::MemoryModel memoryModel = spv::MemoryModelGLSL450; in TGlslangToSpvTraverser() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h813 MemoryModel memoryModel; variable
DGlslangToSpv.cpp1545 spv::MemoryModel memoryModel = spv::MemoryModelGLSL450; in TGlslangToSpvTraverser() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2437 spirv::MemoryModel memoryModel, in build()
2461 spirv::MemoryModel memoryModel; in parseModuleOp() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DSerializer.cpp423 SmallVector<uint32_t, 3> memoryModel; member in __anon4460d32f0111::Serializer
/external/angle/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp213 spv::MemoryModel memoryModel) in WriteMemoryModel()
Dspirv_instruction_parser_autogen.cpp187 spv::MemoryModel *memoryModel) in ParseMemoryModel()