Home
last modified time | relevance | path

Searched refs:memory_model (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl() argument
41 ss << memory_model << std::endl; in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
121 execution_model, memory_model); in GenerateShaderCode()
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
130 execution_model, memory_model); in GenerateVulkanVertexShaderCode()
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl() argument
40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl()
98 const std::string& memory_model = "GLSL450") { in GenerateShaderCode() argument
117 memory_model, execution); in GenerateShaderCode()
123 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode() argument
142 memory_model, execution); in GenerateShaderComputeCode()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl() argument
41 ss << memory_model << std::endl; in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
121 execution_model, memory_model); in GenerateShaderCode()
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
130 execution_model, memory_model); in GenerateVulkanVertexShaderCode()
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl() argument
40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl()
99 const std::string& memory_model = "GLSL450") { in GenerateShaderCode() argument
118 definitions + extra_defs, memory_model, execution); in GenerateShaderCode()
125 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode() argument
144 definitions + extra_defs, memory_model, execution); in GenerateShaderComputeCode()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl() argument
41 ss << memory_model << std::endl; in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
121 execution_model, memory_model); in GenerateShaderCode()
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
130 execution_model, memory_model); in GenerateVulkanVertexShaderCode()
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl() argument
40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl()
98 const std::string& memory_model = "GLSL450") { in GenerateShaderCode() argument
117 memory_model, execution); in GenerateShaderCode()
123 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode() argument
142 memory_model, execution); in GenerateShaderComputeCode()
/external/deqp/external/vulkancts/modules/vulkan/
DCMakeLists.txt34 add_subdirectory(memory_model)
80 memory_model
/external/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine()
150 module.memory_model() != memoryModel) { in combine()
/external/mesa3d/.gitlab-ci/
Ddeqp-radv-polaris10-skips.txt17 dEQP-VK.memory_model.*
Ddeqp-freedreno-a630-fails.txt6 dEQP-VK.memory_model.message_passing.core11.u32.coherent.fence_fence.atomicwrite.device.payload_loc…
Ddeqp-freedreno-a630-flakes.txt29 dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.workgroup.payload…
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
36 if (memory_model->GetSingleWordInOperand(0u) != SpvAddressingModelLogical || in Process()
37 memory_model->GetSingleWordInOperand(1u) != SpvMemoryModelGLSL450) { in Process()
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
68 memory_model->SetInOperand(1u, {SpvMemoryModelVulkanKHR}); in UpgradeMemoryModelInstruction()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
36 if (memory_model->GetSingleWordInOperand(0u) != SpvAddressingModelLogical || in Process()
37 memory_model->GetSingleWordInOperand(1u) != SpvMemoryModelGLSL450) { in Process()
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
68 memory_model->SetInOperand(1u, {SpvMemoryModelVulkanKHR}); in UpgradeMemoryModelInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
36 if (memory_model->GetSingleWordInOperand(0u) != SpvAddressingModelLogical || in Process()
37 memory_model->GetSingleWordInOperand(1u) != SpvMemoryModelGLSL450) { in Process()
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
68 memory_model->SetInOperand(1u, {SpvMemoryModelVulkanKHR}); in UpgradeMemoryModelInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp481 if (_.memory_model() != SpvMemoryModelVulkanKHR && in ValidateMemoryModel()
495 if (_.memory_model() != SpvMemoryModelOpenCL) { in ValidateMemoryModel()
Dvalidate_memory_semantics.cpp73 if (_.memory_model() == SpvMemoryModelVulkanKHR && in ValidateMemorySemantics()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp482 if (_.memory_model() != SpvMemoryModelVulkanKHR && in ValidateMemoryModel()
496 if (_.memory_model() != SpvMemoryModelOpenCL) { in ValidateMemoryModel()
Dvalidate_memory_semantics.cpp73 if (_.memory_model() == SpvMemoryModelVulkanKHR && in ValidateMemorySemantics()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_mode_setting.cpp482 if (_.memory_model() != SpvMemoryModelVulkanKHR && in ValidateMemoryModel()
496 if (_.memory_model() != SpvMemoryModelOpenCL) { in ValidateMemoryModel()
Dvalidate_memory_semantics.cpp74 if (_.memory_model() == SpvMemoryModelVulkanKHR && in ValidateMemorySemantics()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/link/
Dlinker.cpp250 uint32_t memory_model = memory_model_inst->GetSingleWordOperand(1u); in MergeModules() local
266 if (memory_model != memory_model_inst->GetSingleWordOperand(1u)) { in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp250 uint32_t memory_model = memory_model_inst->GetSingleWordOperand(1u); in MergeModules() local
266 if (memory_model != memory_model_inst->GetSingleWordOperand(1u)) { in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp250 uint32_t memory_model = memory_model_inst->GetSingleWordOperand(1u); in MergeModules() local
266 if (memory_model != memory_model_inst->GetSingleWordOperand(1u)) { in MergeModules()
268 grammar.lookupOperand(SPV_OPERAND_TYPE_MEMORY_MODEL, memory_model, in MergeModules()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c124 spirv_buffer_prepare(&b->memory_model, b->mem_ctx, 3); in spirv_builder_emit_mem_model()
125 spirv_buffer_emit_word(&b->memory_model, SpvOpMemoryModel | (3 << 16)); in spirv_builder_emit_mem_model()
126 spirv_buffer_emit_word(&b->memory_model, addr_model); in spirv_builder_emit_mem_model()
127 spirv_buffer_emit_word(&b->memory_model, mem_model); in spirv_builder_emit_mem_model()
1210 b->memory_model.num_words + in spirv_builder_get_num_words()
1236 &b->memory_model, in spirv_builder_get_words()
Dspirv_builder.h47 struct spirv_buffer memory_model; member

12