Home
last modified time | relevance | path

Searched defs:memory_model (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h49 struct spirv_buffer memory_model; member
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
58 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
Dinst_buff_addr_check_pass.cpp305 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
Dtrim_capabilities_pass.cpp455 const Instruction* memory_model = context()->GetMemoryModel(); in addInstructionRequirementsForOperand() local
Dinst_bindless_check_pass.cpp735 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
58 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
Dtrim_capabilities_pass.cpp479 const Instruction* memory_model = context()->GetMemoryModel(); in addInstructionRequirementsForOperand() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
58 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
Dinst_buff_addr_check_pass.cpp305 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
Dtrim_capabilities_pass.cpp455 const Instruction* memory_model = context()->GetMemoryModel(); in addInstructionRequirementsForOperand() local
Dinst_bindless_check_pass.cpp735 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
/external/rust/crates/vulkano/src/shader/
Dspirv.rs42 memory_model: usize, field
426 pub fn memory_model(&self) -> &Instruction { in memory_model() method
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl()
99 const std::string& memory_model = "GLSL450") { in GenerateShaderCode()
125 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode()
Dval_image_test.cpp42 const std::string& memory_model = "GLSL450", in GenerateShaderCode()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl()
99 const std::string& memory_model = "GLSL450") { in GenerateShaderCode()
125 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode()
Dval_ext_inst_test.cpp266 const std::string& memory_model = "Physical32") { in GenerateKernelCode()
/external/angle/third_party/spirv-tools/src/test/val/
Dval_barriers_test.cpp34 const std::string& memory_model) { in GenerateShaderCodeImpl()
118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
Dval_atomics_test.cpp33 const std::string& definitions, const std::string& memory_model, in GenerateShaderCodeImpl()
99 const std::string& memory_model = "GLSL450") { in GenerateShaderCode()
125 const std::string& memory_model = "GLSL450") { in GenerateShaderComputeCode()
Dval_image_test.cpp42 const std::string& memory_model = "GLSL450", in GenerateShaderCode()
/external/libpcap/
Dpcap-linux.c128 #define __atomic_load_n(ptr, memory_model) (*(ptr)) argument
131 #define __atomic_store_n(ptr, val, memory_model) *(ptr) = (val) argument
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp485 spv::MemoryModel ValidationState_t::memory_model() const { in memory_model() function in spvtools::val::ValidationState_t
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp485 spv::MemoryModel ValidationState_t::memory_model() const { in memory_model() function in spvtools::val::ValidationState_t
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.cpp486 spv::MemoryModel ValidationState_t::memory_model() const { in memory_model() function in spvtools::val::ValidationState_t

12