| /third_party/spirv-tools/test/link/ |
| D | memory_model_test.cpp | 38 EXPECT_EQ(spv::AddressingModel::Logical, in TEST_F() 39 static_cast<spv::AddressingModel>(linked_binary[6])); in TEST_F()
|
| D | ids_limit_test.cpp | 49 static_cast<uint32_t>(spv::AddressingModel::Logical), in SetUp() 90 static_cast<uint32_t>(spv::AddressingModel::Logical), in CreateBinary()
|
| D | global_values_amount_test.cpp | 47 static_cast<uint32_t>(spv::AddressingModel::Logical), in SetUp() 103 static_cast<uint32_t>(spv::AddressingModel::Logical), in TEST_F()
|
| D | binary_version_test.cpp | 42 static_cast<uint32_t>(spv::AddressingModel::Logical), in CreateBinary()
|
| /third_party/spirv-tools/test/ |
| D | comment_test.cpp | 44 {uint32_t(spv::AddressingModel::Logical), in TEST_F()
|
| D | text_to_binary.mode_setting_test.cpp | 49 spv::AddressingModel addressing_value; 69 spv::AddressingModel::ADDRESSING, #ADDRESSING, spv::MemoryModel::MEMORY, \
|
| D | operand_capabilities_test.cpp | 155 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/ |
| D | validate_mode_setting.cpp | 612 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()
|
| D | validation_state.h | 343 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_;
|
| D | validate_conversion.cpp | 260 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()
|
| D | validate_memory.cpp | 526 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()
|
| D | validate_interfaces.cpp | 178 spv::AddressingModel::PhysicalStorageBuffer64 && in NumConsumedLocations() 222 spv::AddressingModel::PhysicalStorageBuffer64 && in NumConsumedComponents()
|
| D | validation_state.cpp | 166 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()
|
| D | validate_logicals.cpp | 163 if (_.addressing_model() == spv::AddressingModel::Logical && in LogicalsPass()
|
| D | validate_function.cpp | 290 if (_.addressing_model() == spv::AddressingModel::Logical) { in ValidateFunctionCall()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | spirv_cross_parsed_ir.hpp | 117 spv::AddressingModel addressing_model = spv::AddressingModelMax;
|
| /third_party/spirv-tools/source/opt/ |
| D | graphics_robust_access_pass.cpp | 208 spv::AddressingModel(inst->GetSingleWordOperand(0)); in IsCompatibleModule() 209 if (addressing_model != spv::AddressingModel::Logical) in IsCompatibleModule()
|
| D | inst_buff_addr_check_pass.cpp | 307 0u, {uint32_t(spv::AddressingModel::PhysicalStorageBuffer64)}); in ProcessImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
| D | spirv.lua | 68 AddressingModel = {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
| D | spirv.cs | 75 public enum AddressingModel enum in Spv.Specification
|
| D | spirv.lua | 68 AddressingModel = {
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 68 AddressingModel = {
|
| /third_party/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 68 AddressingModel = {
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
| D | spirv.lua | 68 AddressingModel = {
|
| /third_party/spirv-headers/include/spirv/1.1/ |
| D | spirv.lua | 68 AddressingModel = {
|