/third_party/spirv-tools/source/val/ |
H A D | validate_annotation.cpp | 276 if (target->opcode() != spv::Op::OpDecorationGroup) { in ValidateDecorate() 351 << "Result id of OpDecorationGroup can only " in ValidateDecorationGroup() 364 spv::Op::OpDecorationGroup != decoration_group->opcode()) { in ValidateGroupDecorate() 372 if (!target || target->opcode() == spv::Op::OpDecorationGroup) { in ValidateGroupDecorate() 374 << "OpGroupDecorate may not target OpDecorationGroup <id> " in ValidateGroupDecorate() 386 spv::Op::OpDecorationGroup != decoration_group->opcode()) { in ValidateGroupMemberDecorate() 449 case spv::Op::OpDecorationGroup: { in RegisterDecorations() 508 case spv::Op::OpDecorationGroup: in AnnotationPass()
|
/third_party/spirv-tools/source/opt/ |
H A D | flatten_decoration_pass.cpp | 35 // The target Id of OpDecorationGroup instructions. in Process() 48 // On the first pass, record each OpDecorationGroup with its ordered uses. in Process() 52 case spv::Op::OpDecorationGroup: in Process() 72 // On the second pass, replace OpDecorationGroup and its uses with in Process() 80 case spv::Op::OpDecorationGroup: in Process() 124 // If this is an OpDecorate targeting the OpDecorationGroup itself, in Process() 144 // An OpDecorationGroup instruction might not have been used by an in Process()
|
H A D | aggressive_dead_code_elim_pass.cpp | 55 // spv::Op::OpDecorationGroup 73 // OpDecorationGroup is lowest priority to ensure use/def chains remain in operator ()() 75 PRIORITY_CASE(spv::Op::OpDecorationGroup) in operator ()() 174 assert(tInst->opcode() == spv::Op::OpDecorationGroup); in IsTargetDead() 859 case spv::Op::OpDecorationGroup: in ProcessGlobalValues()
|
H A D | set_spec_constant_default_value_pass.cpp | 255 if (target_inst->opcode() == spv::Op::OpDecorationGroup) { in Process()
|
/third_party/spirv-tools/test/val/ |
H A D | val_id_test.cpp | 360 %1 = OpDecorationGroup 372 %1 = OpDecorationGroup 381 "Result id of OpDecorationGroup can only " 403 %1 = OpDecorationGroup 431 %1 = OpDecorationGroup 444 %1 = OpDecorationGroup
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 735 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 730 OpDecorationGroup = 73, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 747 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 742 OpDecorationGroup = 73, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 752 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 747 OpDecorationGroup = 73, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 735 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 730 OpDecorationGroup = 73, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 747 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 742 OpDecorationGroup = 73, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 752 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 747 OpDecorationGroup = 73, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 735 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 730 OpDecorationGroup = 73, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 747 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 742 OpDecorationGroup = 73, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 752 OpDecorationGroup = 73, enumerator
|
H A D | spirv.hpp | 747 OpDecorationGroup = 73, enumerator
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_context_test.cpp | 249 %3 = OpDecorationGroup in TEST_F() 281 // Check the OpDecorationGroup Instruction in TEST_F() 283 EXPECT_EQ(inst->opcode(), spv::Op::OpDecorationGroup); in TEST_F() 313 %3 = OpDecorationGroup in TEST_F() 340 // Check the OpDecorationGroup Instruction in TEST_F() 342 EXPECT_EQ(inst->opcode(), spv::Op::OpDecorationGroup); in TEST_F() 365 %3 = OpDecorationGroup in TEST_F() 389 // Check the OpDecorationGroup Instruction is still there. in TEST_F()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 1242 OpDecorationGroup = 73, enumerator
|