/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 42 case SpvOpMemoryModel: in vtn_validate_preamble_instruction() 128 case SpvOpMemoryModel: in vtn_validate_handle_constant_instruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | comment_test.cpp | 43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
|
D | text_to_binary.mode_setting_test.cpp | 63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
|
D | text_to_binary.extension_test.cpp | 537 MakeInstruction(SpvOpMemoryModel, {SpvAddressingModelLogical, in TEST_F()
|
/external/angle/third_party/spirv-tools/src/test/ |
D | comment_test.cpp | 43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
|
D | text_to_binary.mode_setting_test.cpp | 63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
|
D | text_to_binary.extension_test.cpp | 537 MakeInstruction(SpvOpMemoryModel, {SpvAddressingModelLogical, in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | comment_test.cpp | 43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
|
D | text_to_binary.mode_setting_test.cpp | 63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
|
D | text_to_binary.extension_test.cpp | 537 MakeInstruction(SpvOpMemoryModel, {SpvAddressingModelLogical, in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 102 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_layout.cpp | 114 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 537 case SpvOpMemoryModel: in ModeSettingPass()
|
D | validate_instruction.cpp | 466 } else if (opcode == SpvOpMemoryModel) { in InstructionPass()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_layout.cpp | 114 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 537 case SpvOpMemoryModel: in ModeSettingPass()
|
D | validate_instruction.cpp | 466 } else if (opcode == SpvOpMemoryModel) { in InstructionPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_layout.cpp | 114 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 537 case SpvOpMemoryModel: in ModeSettingPass()
|
D | validate_instruction.cpp | 466 } else if (opcode == SpvOpMemoryModel) { in InstructionPass()
|
D | validation_state.cpp | 41 case kLayoutMemoryModel: out = op == SpvOpMemoryModel; break; in IsInstructionInLayoutSection() 115 case SpvOpMemoryModel: in IsInstructionInLayoutSection()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 151 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | ir_loader.cpp | 151 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/external/skia/src/sksl/ |
D | spirv.h | 586 SpvOpMemoryModel = 14, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 586 SpvOpMemoryModel = 14, enumerator
|