/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 78 assert(inst->opcode() == spv::Op::OpGroupDecorate || in RemoveDecorationsFrom() 102 inst->opcode() == spv::Op::OpGroupDecorate ? 1u : 2u; in RemoveDecorationsFrom() 369 case spv::Op::OpGroupDecorate: in AddDecoration() 372 inst->opcode() == spv::Op::OpGroupDecorate ? 1u : 2u; in AddDecoration() 533 case spv::Op::OpGroupDecorate: in CloneDecorations() 589 case spv::Op::OpGroupDecorate: in CloneDecorations() 618 case spv::Op::OpGroupDecorate: in RemoveDecoration() 621 inst->opcode() == spv::Op::OpGroupDecorate ? 1u : 2u; in RemoveDecoration()
|
H A D | flatten_decoration_pass.cpp | 55 case spv::Op::OpGroupDecorate: { in Process() 81 case spv::Op::OpGroupDecorate: in Process() 126 // any OpGroupDecorate or OpGroupMemberDecorate. in Process() 145 // OpGroupDecorate or OpGroupMemberDecorate instruction. in Process()
|
H A D | aggressive_dead_code_elim_pass.cpp | 49 // spv::Op::OpGroupDecorate 65 // OpGroupDecorate and OpGroupMember decorate are highest priority to in operator ()() 67 PRIORITY_CASE(spv::Op::OpGroupDecorate) in operator ()() 177 if (user->opcode() == spv::Op::OpGroupDecorate || in IsTargetDead() 695 // |OpGroupDecorate| instruction directly without informing the decoration in ProcessImpl() 805 case spv::Op::OpGroupDecorate: { in ProcessGlobalValues()
|
H A D | local_single_block_elim_pass.cpp | 208 // Do not process if module contains OpGroupDecorate. Additional in ProcessImpl() 210 // TODO(greg-lunarg): Add support for OpGroupDecorate in ProcessImpl() 212 if (ai.opcode() == spv::Op::OpGroupDecorate) in ProcessImpl()
|
H A D | set_spec_constant_default_value_pass.cpp | 155 // Find the OpGroupDecorate instruction which consumes the given decoration in GetSpecIdTargetFromDecorationGroup() 158 // consumed by different OpGroupDecorate instructions. Therefore we only need in GetSpecIdTargetFromDecorationGroup() 165 spv::Op::OpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup() 173 // Scan through the target ids of the OpGroupDecorate instruction. There in GetSpecIdTargetFromDecorationGroup() 175 // If multiple target ids are presented in the OpGroupDecorate instruction, in GetSpecIdTargetFromDecorationGroup() 177 // instruction. If the OpGroupDecorate instruction has different target ids in GetSpecIdTargetFromDecorationGroup() 182 // All the operands of a OpGroupDecorate instruction should be of type in GetSpecIdTargetFromDecorationGroup()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | flatten_decoration_test.cpp | 101 // target it, but no uses in OpGroupDecorate 109 INSTANTIATE_TEST_SUITE_P(OpGroupDecorate, FlattenDecorationTest, 111 // One OpGroupDecorate 116 "OpGroupDecorate %group %hue %saturation\n", 121 // Multiple OpGroupDecorate 126 "OpGroupDecorate %group %hue %value\n" 127 "OpGroupDecorate %group %saturation\n", 141 "OpGroupDecorate %group0 %hue %value\n" 142 "OpGroupDecorate %group1 %saturation\n", 150 "OpGroupDecorate [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | flatten_decoration_test.cpp | 101 // target it, but no uses in OpGroupDecorate 109 INSTANTIATE_TEST_SUITE_P(OpGroupDecorate, FlattenDecorationTest, 111 // One OpGroupDecorate 116 "OpGroupDecorate %group %hue %saturation\n", 121 // Multiple OpGroupDecorate 126 "OpGroupDecorate %group %hue %value\n" 127 "OpGroupDecorate %group %saturation\n", 141 "OpGroupDecorate %group0 %hue %value\n" 142 "OpGroupDecorate %group1 %saturation\n", 150 "OpGroupDecorate [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | flatten_decoration_test.cpp | 100 // target it, but no uses in OpGroupDecorate 108 INSTANTIATE_TEST_SUITE_P(OpGroupDecorate, FlattenDecorationTest, 110 // One OpGroupDecorate 115 "OpGroupDecorate %group %hue %saturation\n", 120 // Multiple OpGroupDecorate 125 "OpGroupDecorate %group %hue %value\n" 126 "OpGroupDecorate %group %saturation\n", 140 "OpGroupDecorate %group0 %hue %value\n" 141 "OpGroupDecorate %group1 %saturation\n", 149 "OpGroupDecorate [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_annotation.cpp | 346 use->opcode() != spv::Op::OpGroupDecorate && in ValidateDecorationGroup() 352 << "be targeted by OpName, OpGroupDecorate, " in ValidateDecorationGroup() 366 << "OpGroupDecorate Decoration group <id> " in ValidateGroupDecorate() 374 << "OpGroupDecorate may not target OpDecorationGroup <id> " in ValidateGroupDecorate() 451 // will be taken care of via OpGroupDecorate. in RegisterDecorations() 454 case spv::Op::OpGroupDecorate: { in RegisterDecorations() 511 case spv::Op::OpGroupDecorate: in AnnotationPass()
|
/third_party/spirv-tools/source/ |
H A D | operand.cpp | 531 case spv::Op::OpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 736 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 731 OpGroupDecorate = 74, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 748 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 743 OpGroupDecorate = 74, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 753 OpGroupDecorate = 74, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 736 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 731 OpGroupDecorate = 74, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 748 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 743 OpGroupDecorate = 74, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 753 OpGroupDecorate = 74, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 736 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 731 OpGroupDecorate = 74, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 748 OpGroupDecorate = 74, enumerator
|
H A D | spirv.hpp | 743 OpGroupDecorate = 74, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 753 OpGroupDecorate = 74, enumerator
|