/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 188 case SpvOpDecorate: in HaveTheSameDecorations() 237 case SpvOpDecorate: in AreDecorationsTheSame() 267 case SpvOpDecorate: in AddDecoration() 303 SpvOpDecorate, in AddDecoration() 311 SpvOpDecorate, in AddDecorationVal() 345 const bool is_linkage = inst->opcode() == SpvOpDecorate && in InternalGetDecorationsFor() 376 case SpvOpDecorate: in WhileEachDecoration() 493 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 | 313 assert(inst->opcode() == SpvOpDecorate); in TransferAnnotations() 319 new Instruction(context(), SpvOpDecorate, 0, 0, in TransferAnnotations() 572 if (inst->opcode() == SpvOpDecorate) { in CheckTypeAnnotations() 603 assert(inst->opcode() == SpvOpDecorate); in CheckAnnotations()
|
D | aggressive_dead_code_elim_pass.cpp | 66 PRIORITY_CASE(SpvOpDecorate) in operator ()() 535 if (anno.opcode() == SpvOpDecorate) { in InitializeModuleScopeLiveInstructions() 651 case SpvOpDecorate: in ProcessGlobalValues()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | decoration_manager.cpp | 188 case SpvOpDecorate: in HaveTheSameDecorations() 237 case SpvOpDecorate: in AreDecorationsTheSame() 267 case SpvOpDecorate: in AddDecoration() 303 SpvOpDecorate, in AddDecoration() 311 SpvOpDecorate, in AddDecorationVal() 345 const bool is_linkage = inst->opcode() == SpvOpDecorate && in InternalGetDecorationsFor() 376 case SpvOpDecorate: in WhileEachDecoration() 493 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 | 313 assert(inst->opcode() == SpvOpDecorate); in TransferAnnotations() 319 new Instruction(context(), SpvOpDecorate, 0, 0, in TransferAnnotations() 572 if (inst->opcode() == SpvOpDecorate) { in CheckTypeAnnotations() 603 assert(inst->opcode() == SpvOpDecorate); in CheckAnnotations()
|
D | aggressive_dead_code_elim_pass.cpp | 66 PRIORITY_CASE(SpvOpDecorate) in operator ()() 535 if (anno.opcode() == SpvOpDecorate) { in InitializeModuleScopeLiveInstructions() 651 case SpvOpDecorate: in ProcessGlobalValues()
|
D | common_uniform_elim_pass.h | 172 return (op == SpvOpDecorate || op == SpvOpDecorateId); in IsNonTypeDecorate()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 125 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 144 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 158 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 162 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 203 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 207 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 245 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 249 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 488 return inst.opcode() == SpvOpDecorate && in TEST_F() 539 return inst.opcode() == SpvOpDecorate && in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | decoration_manager_test.cpp | 125 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 144 &ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 158 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 162 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 203 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 207 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 245 Instruction inst1(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 249 Instruction inst2(&ir_context, SpvOpDecorate, 0u, 0u, in TEST_F() 488 return inst.opcode() == SpvOpDecorate && in TEST_F() 539 return inst.opcode() == SpvOpDecorate && in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 715 MakeInstruction(SpvOpDecorate, in TEST_F() 718 MakeInstruction(SpvOpDecorate, {1, SpvDecorationBuiltIn, in TEST_F() 851 MakeInstruction(SpvOpDecorate, {1, SpvDecorationNonUniformEXT})}, in TEST_F() 853 MakeInstruction(SpvOpDecorate, {1, 5300})}, in TEST_F()
|
D | text_to_binary.annotation_test.cpp | 53 Eq(MakeInstruction(SpvOpDecorate, in TEST_P() 159 Eq(MakeInstruction(SpvOpDecorate, {1, GetParam().enum_value, in TEST_P() 293 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F() 327 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
|
D | binary_parse_test.cpp | 711 {spvOpcodeMake(6, SpvOpDecorate), 1 /* target id */, 720 {spvOpcodeMake(10, SpvOpDecorate), 1 /* target id */, 749 {spvOpcodeMake(4, SpvOpDecorate), 1 /* target id */, 757 {spvOpcodeMake(5, SpvOpDecorate), 1 /* target id */,
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.extension_test.cpp | 715 MakeInstruction(SpvOpDecorate, in TEST_F() 718 MakeInstruction(SpvOpDecorate, {1, SpvDecorationBuiltIn, in TEST_F() 851 MakeInstruction(SpvOpDecorate, {1, SpvDecorationNonUniformEXT})}, in TEST_F() 853 MakeInstruction(SpvOpDecorate, {1, 5300})}, in TEST_F()
|
D | text_to_binary.annotation_test.cpp | 53 Eq(MakeInstruction(SpvOpDecorate, in TEST_P() 159 Eq(MakeInstruction(SpvOpDecorate, {1, GetParam().enum_value, in TEST_P() 293 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F() 327 Eq(MakeInstruction(SpvOpDecorate, expected_operands))); in TEST_P()
|
D | binary_parse_test.cpp | 713 {spvOpcodeMake(6, SpvOpDecorate), 1 /* target id */, 722 {spvOpcodeMake(10, SpvOpDecorate), 1 /* target id */, 751 {spvOpcodeMake(4, SpvOpDecorate), 1 /* target id */, 759 {spvOpcodeMake(5, SpvOpDecorate), 1 /* target id */,
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_annotation.cpp | 77 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup() 164 case SpvOpDecorate: { in RegisterDecorations() 236 case SpvOpDecorate: in AnnotationPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_annotation.cpp | 77 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup() 164 case SpvOpDecorate: { in RegisterDecorations() 236 case SpvOpDecorate: in AnnotationPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 390 if (decoration.opcode() != SpvOpDecorate || in GetImportExportPairs() 541 return (inst.opcode() == SpvOpDecorate || in RemoveLinkageSpecificInstructions() 595 if (inst->opcode() == SpvOpDecorate && in RemoveLinkageSpecificInstructions() 610 if (inst->opcode() == SpvOpDecorate && in RemoveLinkageSpecificInstructions()
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 390 if (decoration.opcode() != SpvOpDecorate || in GetImportExportPairs() 541 return (inst.opcode() == SpvOpDecorate || in RemoveLinkageSpecificInstructions() 595 if (inst->opcode() == SpvOpDecorate && in RemoveLinkageSpecificInstructions() 610 if (inst->opcode() == SpvOpDecorate && in RemoveLinkageSpecificInstructions()
|