Home
last modified time | relevance | path

Searched refs:SpvOpMemoryModel (Results 1 – 25 of 59) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_aggregate_test.cpp232 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/
Dgl_spirv.c42 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/
Dcomment_test.cpp39 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary.mode_setting_test.cpp60 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dcomment_test.cpp43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary.mode_setting_test.cpp63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dcomment_test.cpp43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary.mode_setting_test.cpp63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
/third_party/spirv-tools/test/
Dcomment_test.cpp43 Eq(Concatenate({MakeInstruction(SpvOpMemoryModel, in TEST_F()
Dtext_to_binary.mode_setting_test.cpp63 Eq(MakeInstruction(SpvOpMemoryModel, {GetParam().get_addressing_value(), in TEST_P()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp42 case kLayoutMemoryModel: out = op == SpvOpMemoryModel; break; in IsInstructionInLayoutSection()
104 case SpvOpMemoryModel: in IsInstructionInLayoutSection()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_layout.cpp46 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp96 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
/third_party/spirv-tools/source/val/
Dvalidate_layout.cpp119 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
Dvalidate_mode_setting.cpp525 case SpvOpMemoryModel: in ModeSettingPass()
Dvalidate_instruction.cpp471 } else if (opcode == SpvOpMemoryModel) { in InstructionPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_layout.cpp134 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
Dvalidate_mode_setting.cpp536 case SpvOpMemoryModel: in ModeSettingPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_layout.cpp134 if (opcode != SpvOpMemoryModel) { in ModuleScopedInstructions()
Dvalidate_mode_setting.cpp536 case SpvOpMemoryModel: in ModeSettingPass()
/third_party/spirv-tools/source/opt/
Dir_loader.cpp167 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp188 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp188 } else if (opcode == SpvOpMemoryModel) { in AddInstruction()
/third_party/flutter/skia/src/sksl/
Dspirv.h586 SpvOpMemoryModel = 14, enumerator
/third_party/skia/src/sksl/
Dspirv.h586 SpvOpMemoryModel = 14, enumerator

123