Home
last modified time | relevance | path

Searched refs:OpDecorationGroup (Results 1 - 25 of 43) sorted by relevance

12

/third_party/spirv-tools/source/val/
H A Dvalidate_annotation.cpp276 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 Dflatten_decoration_pass.cpp35 // 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 Daggressive_dead_code_elim_pass.cpp55 // 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 Dset_spec_constant_default_value_pass.cpp255 if (target_inst->opcode() == spv::Op::OpDecorationGroup) { in Process()
/third_party/spirv-tools/test/val/
H A Dval_id_test.cpp360 %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 Dspirv.cs735 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp730 OpDecorationGroup = 73, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs747 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp742 OpDecorationGroup = 73, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs752 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp747 OpDecorationGroup = 73, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs735 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp730 OpDecorationGroup = 73, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs747 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp742 OpDecorationGroup = 73, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs752 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp747 OpDecorationGroup = 73, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs735 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp730 OpDecorationGroup = 73, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs747 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp742 OpDecorationGroup = 73, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs752 OpDecorationGroup = 73, enumerator
H A Dspirv.hpp747 OpDecorationGroup = 73, enumerator
/third_party/spirv-tools/test/opt/
H A Dir_context_test.cpp249 %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 Dspirv.cs1242 OpDecorationGroup = 73, enumerator

Completed in 83 milliseconds

12