/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/ |
D | stats_aggregate_test.cpp | 232 EXPECT_EQ(1u, stats.opcode_hist.at(SpvOpMemoryModel)); in TEST() 239 EXPECT_EQ(2u, stats.opcode_hist.at(SpvOpMemoryModel)); in TEST() 247 EXPECT_EQ(3u, stats.opcode_hist.at(SpvOpMemoryModel)); in TEST() 255 EXPECT_EQ(4u, stats.opcode_hist.at(SpvOpMemoryModel)); in TEST() 293 1u, stats.opcode_markov_hist[0].at(SpvOpExtension).at(SpvOpMemoryModel)); in TEST() 300 1u, stats.opcode_markov_hist[1].at(SpvOpCapability).at(SpvOpMemoryModel)); in TEST() 307 EXPECT_EQ(1u, stats.opcode_markov_hist[0].at(SpvOpMemoryModel).size()); in TEST() 314 1u, stats.opcode_markov_hist[0].at(SpvOpCapability).at(SpvOpMemoryModel)); in TEST() 316 1u, stats.opcode_markov_hist[0].at(SpvOpExtension).at(SpvOpMemoryModel)); in TEST() 318 1u, stats.opcode_markov_hist[0].at(SpvOpMemoryModel).at(SpvOpTypeInt)); in TEST() [all …]
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | comment_test.cpp | 39 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
|
D | text_to_binary.mode_setting_test.cpp | 60 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/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()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 42 case kLayoutMemoryModel: out = op == SpvOpMemoryModel; break; in IsInstructionInLayoutSection() 104 case SpvOpMemoryModel: in IsInstructionInLayoutSection()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_layout.cpp | 46 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_loader.cpp | 96 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/third_party/spirv-tools/source/val/ |
D | validate_layout.cpp | 119 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 525 case SpvOpMemoryModel: in ModeSettingPass()
|
D | validate_instruction.cpp | 471 } else if (opcode == SpvOpMemoryModel) { in InstructionPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_layout.cpp | 134 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 536 case SpvOpMemoryModel: in ModeSettingPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_layout.cpp | 134 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
|
D | validate_mode_setting.cpp | 536 case SpvOpMemoryModel: in ModeSettingPass()
|
/third_party/spirv-tools/source/opt/ |
D | ir_loader.cpp | 167 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_loader.cpp | 188 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_loader.cpp | 188 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
|
/third_party/flutter/skia/src/sksl/ |
D | spirv.h | 586 SpvOpMemoryModel = 14, enumerator
|
/third_party/skia/src/sksl/ |
D | spirv.h | 586 SpvOpMemoryModel = 14, enumerator
|