/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 215 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()
|
D | freeze_spec_constant_value_pass.cpp | 38 case SpvOp::SpvOpDecorate: in Process()
|
D | reflect.h | 41 return (opcode >= SpvOpDecorate && opcode <= SpvOpGroupMemberDecorate) || in IsAnnotationInst()
|
D | mem_pass.h | 121 return (op == SpvOpDecorate || op == SpvOpDecorateId); in IsNonTypeDecorate()
|
D | scalar_replacement_pass.cpp | 429 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/ |
D | decoration_manager.cpp | 212 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()
|
D | freeze_spec_constant_value_pass.cpp | 38 case SpvOp::SpvOpDecorate: in Process()
|
D | reflect.h | 41 return (opcode >= SpvOpDecorate && opcode <= SpvOpGroupMemberDecorate) || in IsAnnotationInst()
|
D | mem_pass.h | 121 return (op == SpvOpDecorate || op == SpvOpDecorateId); in IsNonTypeDecorate()
|
D | scalar_replacement_pass.cpp | 428 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/ |
D | decoration_manager_test.cpp | 126 &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/ |
D | decoration_manager_test.cpp | 126 &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/ |
D | gl_spirv.c | 57 case SpvOpDecorate: in vtn_validate_preamble_instruction() 135 case SpvOpDecorate: in vtn_validate_handle_constant_instruction()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 767 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()
|
D | text_to_binary.annotation_test.cpp | 54 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()
|
D | binary_parse_test.cpp | 714 {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/ |
D | text_to_binary.extension_test.cpp | 767 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()
|
D | text_to_binary.annotation_test.cpp | 54 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()
|
D | binary_parse_test.cpp | 714 {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/ |
D | validate_annotation.cpp | 246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup() 322 case SpvOpDecorate: in RegisterDecorations() 395 case SpvOpDecorate: in AnnotationPass()
|
D | validate_small_type_uses.cpp | 39 case SpvOpDecorate: in ValidateSmallTypeUses()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_annotation.cpp | 246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup() 322 case SpvOpDecorate: in RegisterDecorations() 395 case SpvOpDecorate: in AnnotationPass()
|
D | validate_small_type_uses.cpp | 39 case SpvOpDecorate: in ValidateSmallTypeUses()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_unused_instruction_reduction_opportunity_finder.cpp | 144 case SpvOpDecorate: in IsIndependentlyRemovableDecoration()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | remove_unused_instruction_reduction_opportunity_finder.cpp | 144 case SpvOpDecorate: in IsIndependentlyRemovableDecoration()
|