Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h49 struct spirv_buffer memory_model; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_atomics_test.cpp40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& memory_model, const std::string& execution) GenerateShaderCodeImpl() argument
H A Dval_barriers_test.cpp118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& execution_model, const std::string& memory_model) GenerateShaderCodeImpl() argument
H A Dval_ext_inst_test.cpp284 ss << "OpMemoryModel " << memory_model << " OpenCL\n"; in GenerateKernelCode() local
H A Dval_image_test.cpp87 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_atomics_test.cpp40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& memory_model, const std::string& execution) GenerateShaderCodeImpl() argument
H A Dval_barriers_test.cpp118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& execution_model, const std::string& memory_model) GenerateShaderCodeImpl() argument
H A Dval_ext_inst_test.cpp284 ss << "OpMemoryModel " << memory_model << " OpenCL\n"; in GenerateKernelCode() local
H A Dval_image_test.cpp87 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCode() local
/third_party/spirv-tools/test/val/
H A Dval_atomics_test.cpp40 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCodeImpl() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& memory_model, const std::string& execution) GenerateShaderCodeImpl() argument
H A Dval_barriers_test.cpp118 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateShaderCode() local
128 const std::string memory_model = "OpMemoryModel Logical GLSL450"; in GenerateVulkanVertexShaderCode() local
31 GenerateShaderCodeImpl( const std::string& body, const std::string& capabilities_and_extensions, const std::string& definitions, const std::string& execution_model, const std::string& memory_model) GenerateShaderCodeImpl() argument
H A Dval_ext_inst_test.cpp284 ss << "OpMemoryModel " << memory_model << " OpenCL\n"; in GenerateKernelCode() local
H A Dval_image_test.cpp90 ss << "OpMemoryModel Logical " << memory_model << "\n"; in GenerateShaderCode() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.hpp118 spv::MemoryModel memory_model = spv::MemoryModelMax; member in SPIRV_CROSS_NAMESPACE::ParsedIR
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp251 uint32_t memory_model = memory_model_inst->GetSingleWordOperand(1u); in MergeModules() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp251 uint32_t memory_model = memory_model_inst->GetSingleWordOperand(1u); in MergeModules() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp35 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
55 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.h153 const InstructionList& memory_model() const { return memory_model_; } in memory_model() function in tint::writer::spirv::Builder
/third_party/spirv-tools/source/opt/
H A Dinst_buff_addr_check_pass.cpp305 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
H A Dupgrade_memory_model.cpp36 Instruction* memory_model = get_module()->GetMemoryModel(); in Process() local
58 Instruction* memory_model = get_module()->GetMemoryModel(); in UpgradeMemoryModelInstruction() local
H A Dinst_bindless_check_pass.cpp735 Instruction* memory_model = get_module()->GetMemoryModel(); in ProcessImpl() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp458 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp458 SpvMemoryModel ValidationState_t::memory_model() const { return memory_model_; } in memory_model() function in spvtools::val::ValidationState_t
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp485 spv::MemoryModel ValidationState_t::memory_model() const { in memory_model() function in spvtools::val::ValidationState_t

Completed in 86 milliseconds