Home
last modified time | relevance | path

Searched refs:SpvOpDecorate (Results 1 – 25 of 86) sorted by relevance

1234

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp215 case SpvOpDecorate: in HaveTheSameDecorations()
281 case SpvOpDecorate: in HaveSubsetOfDecorations()
331 case SpvOpDecorate: in AreDecorationsTheSame()
361 case SpvOpDecorate: in AddDecoration()
397 SpvOpDecorate, in AddDecoration()
405 SpvOpDecorate, in AddDecorationVal()
439 const bool is_linkage = inst->opcode() == SpvOpDecorate && in InternalGetDecorationsFor()
470 case SpvOpDecorate: in WhileEachDecoration()
594 case SpvOpDecorate: in RemoveDecoration()
Dfreeze_spec_constant_value_pass.cpp38 case SpvOp::SpvOpDecorate: in Process()
Dreflect.h41 return (opcode >= SpvOpDecorate && opcode <= SpvOpGroupMemberDecorate) || in IsAnnotationInst()
Dmem_pass.h121 return (op == SpvOpDecorate || op == SpvOpDecorateId); in IsNonTypeDecorate()
Dscalar_replacement_pass.cpp429 assert(inst->opcode() == SpvOpDecorate); in TransferAnnotations()
439 new Instruction(context(), SpvOpDecorate, 0, 0, in TransferAnnotations()
495 new Instruction(context(), SpvOpDecorate, 0, 0, {})); in CreateVariable()
726 if (inst->opcode() == SpvOpDecorate) { in CheckTypeAnnotations()
758 assert(inst->opcode() == SpvOpDecorate); in CheckAnnotations()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp212 case SpvOpDecorate: in HaveTheSameDecorations()
278 case SpvOpDecorate: in HaveSubsetOfDecorations()
328 case SpvOpDecorate: in AreDecorationsTheSame()
358 case SpvOpDecorate: in AddDecoration()
394 SpvOpDecorate, in AddDecoration()
402 SpvOpDecorate, in AddDecorationVal()
436 const bool is_linkage = inst->opcode() == SpvOpDecorate && in InternalGetDecorationsFor()
467 case SpvOpDecorate: in WhileEachDecoration()
591 case SpvOpDecorate: in RemoveDecoration()
Dfreeze_spec_constant_value_pass.cpp38 case SpvOp::SpvOpDecorate: in Process()
Dreflect.h41 return (opcode >= SpvOpDecorate && opcode <= SpvOpGroupMemberDecorate) || in IsAnnotationInst()
Dmem_pass.h121 return (op == SpvOpDecorate || op == SpvOpDecorateId); in IsNonTypeDecorate()
Dscalar_replacement_pass.cpp428 assert(inst->opcode() == SpvOpDecorate); in TransferAnnotations()
438 new Instruction(context(), SpvOpDecorate, 0, 0, in TransferAnnotations()
494 new Instruction(context(), SpvOpDecorate, 0, 0, {})); in CreateVariable()
725 if (inst->opcode() == SpvOpDecorate) { in CheckTypeAnnotations()
757 assert(inst->opcode() == SpvOpDecorate); in CheckAnnotations()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp126 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
145 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
159 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
204 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
208 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
246 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
250 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
489 return inst.opcode() == SpvOpDecorate && in TEST_F()
540 return inst.opcode() == SpvOpDecorate && in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Ddecoration_manager_test.cpp126 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
145 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
159 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
163 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
204 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
208 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
246 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
250 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F()
489 return inst.opcode() == SpvOpDecorate && in TEST_F()
540 return inst.opcode() == SpvOpDecorate && in TEST_F()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c57 case SpvOpDecorate: in vtn_validate_preamble_instruction()
135 case SpvOpDecorate: in vtn_validate_handle_constant_instruction()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp767 MakeInstruction(SpvOpDecorate, in TEST_F()
770 MakeInstruction(SpvOpDecorate, {1, SpvDecorationBuiltIn, in TEST_F()
903 MakeInstruction(SpvOpDecorate, {1, SpvDecorationNonUniformEXT})}, in TEST_F()
905 MakeInstruction(SpvOpDecorate, {1, 5300})}, in TEST_F()
Dtext_to_binary.annotation_test.cpp54 Eq(MakeInstruction(SpvOpDecorate, in TEST_P()
198 Eq(MakeInstruction(SpvOpDecorate, {1, GetParam().enum_value, in TEST_P()
332 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F()
366 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
Dbinary_parse_test.cpp714 {spvOpcodeMake(6, SpvOpDecorate), 1 /* target id */,
723 {spvOpcodeMake(10, SpvOpDecorate), 1 /* target id */,
752 {spvOpcodeMake(4, SpvOpDecorate), 1 /* target id */,
760 {spvOpcodeMake(5, SpvOpDecorate), 1 /* target id */,
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.extension_test.cpp767 MakeInstruction(SpvOpDecorate, in TEST_F()
770 MakeInstruction(SpvOpDecorate, {1, SpvDecorationBuiltIn, in TEST_F()
903 MakeInstruction(SpvOpDecorate, {1, SpvDecorationNonUniformEXT})}, in TEST_F()
905 MakeInstruction(SpvOpDecorate, {1, 5300})}, in TEST_F()
Dtext_to_binary.annotation_test.cpp54 Eq(MakeInstruction(SpvOpDecorate, in TEST_P()
198 Eq(MakeInstruction(SpvOpDecorate, {1, GetParam().enum_value, in TEST_P()
332 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F()
366 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
Dbinary_parse_test.cpp714 {spvOpcodeMake(6, SpvOpDecorate), 1 /* target id */,
723 {spvOpcodeMake(10, SpvOpDecorate), 1 /* target id */,
752 {spvOpcodeMake(4, SpvOpDecorate), 1 /* target id */,
760 {spvOpcodeMake(5, SpvOpDecorate), 1 /* target id */,
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
322 case SpvOpDecorate: in RegisterDecorations()
395 case SpvOpDecorate: in AnnotationPass()
Dvalidate_small_type_uses.cpp39 case SpvOpDecorate: in ValidateSmallTypeUses()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
322 case SpvOpDecorate: in RegisterDecorations()
395 case SpvOpDecorate: in AnnotationPass()
Dvalidate_small_type_uses.cpp39 case SpvOpDecorate: in ValidateSmallTypeUses()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp144 case SpvOpDecorate: in IsIndependentlyRemovableDecoration()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_unused_instruction_reduction_opportunity_finder.cpp144 case SpvOpDecorate: in IsIndependentlyRemovableDecoration()

1234