Home
last modified time | relevance | path

Searched refs:SpvOpDecorationGroup (Results 1 – 25 of 44) sorted by relevance

12

/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_annotation.cpp310 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupDecorate()
319 if (!target || target->opcode() == SpvOpDecorationGroup) { in ValidateGroupDecorate()
338 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupMemberDecorate()
400 case SpvOpDecorationGroup: { in RegisterDecorations()
459 case SpvOpDecorationGroup: in AnnotationPass()
Dvalidation_state.cpp76 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
130 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp310 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupDecorate()
319 if (!target || target->opcode() == SpvOpDecorationGroup) { in ValidateGroupDecorate()
338 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupMemberDecorate()
400 case SpvOpDecorationGroup: { in RegisterDecorations()
459 case SpvOpDecorationGroup: in AnnotationPass()
Dvalidation_state.cpp76 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
130 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp310 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupDecorate()
319 if (!target || target->opcode() == SpvOpDecorationGroup) { in ValidateGroupDecorate()
338 if (!decoration_group || SpvOpDecorationGroup != decoration_group->opcode()) { in ValidateGroupMemberDecorate()
400 case SpvOpDecorationGroup: { in RegisterDecorations()
459 case SpvOpDecorationGroup: in AnnotationPass()
Dvalidation_state.cpp76 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
130 case SpvOpDecorationGroup: in IsInstructionInLayoutSection()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c47 case SpvOpDecorationGroup: in vtn_validate_preamble_instruction()
134 case SpvOpDecorationGroup: in vtn_validate_handle_constant_instruction()
/external/angle/third_party/spirv-tools/src/source/opt/
Dflatten_decoration_pass.cpp52 case SpvOp::SpvOpDecorationGroup: in Process()
80 case SpvOp::SpvOpDecorationGroup: in Process()
Daggressive_dead_code_elim_pass.cpp73 PRIORITY_CASE(SpvOpDecorationGroup) in operator ()()
160 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
824 case SpvOpDecorationGroup: in ProcessGlobalValues()
Dset_spec_constant_default_value_pass.cpp233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp52 case SpvOp::SpvOpDecorationGroup: in Process()
80 case SpvOp::SpvOpDecorationGroup: in Process()
Daggressive_dead_code_elim_pass.cpp73 PRIORITY_CASE(SpvOpDecorationGroup) in operator ()()
160 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
824 case SpvOpDecorationGroup: in ProcessGlobalValues()
Dset_spec_constant_default_value_pass.cpp233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp52 case SpvOp::SpvOpDecorationGroup: in Process()
80 case SpvOp::SpvOpDecorationGroup: in Process()
Daggressive_dead_code_elim_pass.cpp73 PRIORITY_CASE(SpvOpDecorationGroup) in operator ()()
160 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
824 case SpvOpDecorationGroup: in ProcessGlobalValues()
Dset_spec_constant_default_value_pass.cpp233 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp265 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
324 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp265 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
324 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
/external/angle/third_party/spirv-tools/src/test/opt/
Dir_context_test.cpp266 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
325 EXPECT_EQ(inst->opcode(), SpvOpDecorationGroup); in TEST_F()
/external/skia/src/sksl/
Dspirv.h640 SpvOpDecorationGroup = 73, enumerator
/external/skqp/src/sksl/
Dspirv.h640 SpvOpDecorationGroup = 73, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h734 SpvOpDecorationGroup = 73, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h734 SpvOpDecorationGroup = 73, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h734 SpvOpDecorationGroup = 73, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h734 SpvOpDecorationGroup = 73, enumerator

12