Home
last modified time | relevance | path

Searched refs:AddressingModel (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/spirv-tools/test/link/
Dmemory_model_test.cpp38 EXPECT_EQ(spv::AddressingModel::Logical, in TEST_F()
39 static_cast<spv::AddressingModel>(linked_binary[6])); in TEST_F()
Dids_limit_test.cpp49 static_cast<uint32_t>(spv::AddressingModel::Logical), in SetUp()
90 static_cast<uint32_t>(spv::AddressingModel::Logical), in CreateBinary()
Dglobal_values_amount_test.cpp47 static_cast<uint32_t>(spv::AddressingModel::Logical), in SetUp()
103 static_cast<uint32_t>(spv::AddressingModel::Logical), in TEST_F()
Dbinary_version_test.cpp42 static_cast<uint32_t>(spv::AddressingModel::Logical), in CreateBinary()
/third_party/spirv-tools/test/
Dcomment_test.cpp44 {uint32_t(spv::AddressingModel::Logical), in TEST_F()
Dtext_to_binary.mode_setting_test.cpp49 spv::AddressingModel addressing_value;
69 spv::AddressingModel::ADDRESSING, #ADDRESSING, spv::MemoryModel::MEMORY, \
Doperand_capabilities_test.cpp155 AddressingModel, EnumCapabilityTest,
158 CASE0(ADDRESSING_MODEL, AddressingModel::Logical),
159 CASE1(ADDRESSING_MODEL, AddressingModel::Physical32, Addresses),
160 CASE1(ADDRESSING_MODEL, AddressingModel::Physical64, Addresses),
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp612 if ((_.addressing_model() != spv::AddressingModel::Physical32) && in ValidateMemoryModel()
613 (_.addressing_model() != spv::AddressingModel::Physical64)) { in ValidateMemoryModel()
625 if ((_.addressing_model() != spv::AddressingModel::Logical) && in ValidateMemoryModel()
627 spv::AddressingModel::PhysicalStorageBuffer64)) { in ValidateMemoryModel()
Dvalidation_state.h343 void set_addressing_model(spv::AddressingModel am);
347 return addressing_model_ != spv::AddressingModel::Max && in has_memory_model_specified()
352 spv::AddressingModel addressing_model() const;
914 spv::AddressingModel addressing_model_;
Dvalidate_conversion.cpp260 if (_.addressing_model() == spv::AddressingModel::Logical) in ConversionPass()
266 spv::AddressingModel::PhysicalStorageBuffer64) { in ConversionPass()
321 if (_.addressing_model() == spv::AddressingModel::Logical) in ConversionPass()
327 spv::AddressingModel::PhysicalStorageBuffer64) { in ConversionPass()
Dvalidate_memory.cpp526 if (_.addressing_model() == spv::AddressingModel::Logical && in ValidateVariable()
921 ((_.addressing_model() == spv::AddressingModel::Logical) && in ValidateLoad()
979 (_.addressing_model() == spv::AddressingModel::Logical && in ValidateStore()
1435 if (_.addressing_model() == spv::AddressingModel::Logical) { in ValidatePtrAccessChain()
1612 ((_.addressing_model() == spv::AddressingModel::Logical) && in ValidateCooperativeMatrixLoadStoreNV()
1716 ((_.addressing_model() == spv::AddressingModel::Logical) && in ValidateCooperativeMatrixLoadStoreKHR()
1793 if (_.addressing_model() == spv::AddressingModel::Logical && in ValidatePtrComparison()
1826 if (_.addressing_model() == spv::AddressingModel::Logical) { in ValidatePtrComparison()
Dvalidate_interfaces.cpp178 spv::AddressingModel::PhysicalStorageBuffer64 && in NumConsumedLocations()
222 spv::AddressingModel::PhysicalStorageBuffer64 && in NumConsumedComponents()
Dvalidation_state.cpp166 addressing_model_(spv::AddressingModel::Max),
462 void ValidationState_t::set_addressing_model(spv::AddressingModel am) { in set_addressing_model()
465 case spv::AddressingModel::Physical32: in set_addressing_model()
470 case spv::AddressingModel::Physical64: in set_addressing_model()
471 case spv::AddressingModel::PhysicalStorageBuffer64: in set_addressing_model()
477 spv::AddressingModel ValidationState_t::addressing_model() const { in addressing_model()
Dvalidate_logicals.cpp163 if (_.addressing_model() == spv::AddressingModel::Logical && in LogicalsPass()
Dvalidate_function.cpp290 if (_.addressing_model() == spv::AddressingModel::Logical) { in ValidateFunctionCall()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.hpp117 spv::AddressingModel addressing_model = spv::AddressingModelMax;
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp208 spv::AddressingModel(inst->GetSingleWordOperand(0)); in IsCompatibleModule()
209 if (addressing_model != spv::AddressingModel::Logical) in IsCompatibleModule()
Dinst_buff_addr_check_pass.cpp307 0u, {uint32_t(spv::AddressingModel::PhysicalStorageBuffer64)}); in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.lua68 AddressingModel = {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs75 public enum AddressingModel enum in Spv.Specification
Dspirv.lua68 AddressingModel = {
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.lua68 AddressingModel = {
/third_party/spirv-headers/include/spirv/1.2/
Dspirv.lua68 AddressingModel = {
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.lua68 AddressingModel = {
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.lua68 AddressingModel = {

1234