Home
last modified time | relevance | path

Searched refs:SpvOpGroupDecorate (Results 1 – 25 of 45) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp79 assert(inst->opcode() == SpvOpGroupDecorate || in RemoveDecorationsFrom()
102 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecorationsFrom()
369 case SpvOpGroupDecorate: in AddDecoration()
371 const uint32_t start = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in AddDecoration()
518 case SpvOpGroupDecorate: in CloneDecorations()
574 case SpvOpGroupDecorate: in CloneDecorations()
603 case SpvOpGroupDecorate: in RemoveDecoration()
605 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecoration()
Dflatten_decoration_pass.cpp55 case SpvOp::SpvOpGroupDecorate: { in Process()
81 case SpvOp::SpvOpGroupDecorate: in Process()
Dlocal_single_block_elim_pass.cpp203 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
Daggressive_dead_code_elim_pass.cpp68 PRIORITY_CASE(SpvOpGroupDecorate) in operator ()()
170 if (user->opcode() == SpvOpGroupDecorate || in IsTargetDead()
808 case SpvOpGroupDecorate: { in ProcessGlobalValues()
Dset_spec_constant_default_value_pass.cpp143 SpvOp::SpvOpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup()
Dlocal_access_chain_convert_pass.cpp350 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddecoration_manager.cpp78 assert(inst->opcode() == SpvOpGroupDecorate || in RemoveDecorationsFrom()
101 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecorationsFrom()
366 case SpvOpGroupDecorate: in AddDecoration()
368 const uint32_t start = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in AddDecoration()
515 case SpvOpGroupDecorate: in CloneDecorations()
571 case SpvOpGroupDecorate: in CloneDecorations()
600 case SpvOpGroupDecorate: in RemoveDecoration()
602 const uint32_t stride = inst->opcode() == SpvOpGroupDecorate ? 1u : 2u; in RemoveDecoration()
Dflatten_decoration_pass.cpp55 case SpvOp::SpvOpGroupDecorate: { in Process()
81 case SpvOp::SpvOpGroupDecorate: in Process()
Dlocal_single_block_elim_pass.cpp203 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
Daggressive_dead_code_elim_pass.cpp68 PRIORITY_CASE(SpvOpGroupDecorate) in operator ()()
170 if (user->opcode() == SpvOpGroupDecorate || in IsTargetDead()
808 case SpvOpGroupDecorate: { in ProcessGlobalValues()
Dset_spec_constant_default_value_pass.cpp143 SpvOp::SpvOpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup()
Dlocal_access_chain_convert_pass.cpp350 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c49 case SpvOpGroupDecorate: in vtn_validate_preamble_instruction()
137 case SpvOpGroupDecorate: in vtn_validate_handle_constant_instruction()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
352 case SpvOpGroupDecorate: { in RegisterDecorations()
409 case SpvOpGroupDecorate: in AnnotationPass()
Dvalidate_function.cpp74 SpvOpGroupDecorate, in ValidateFunction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp246 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
352 case SpvOpGroupDecorate: { in RegisterDecorations()
409 case SpvOpGroupDecorate: in AnnotationPass()
Dvalidate_function.cpp74 SpvOpGroupDecorate, in ValidateFunction()
/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp523 case SpvOpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
Dopcode.cpp356 case SpvOpGroupDecorate: in spvOpcodeIsDecoration()
/external/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp523 case SpvOpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
Dopcode.cpp356 case SpvOpGroupDecorate: in spvOpcodeIsDecoration()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp274 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
333 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp274 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
333 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
/external/skia/src/sksl/
Dspirv.h641 SpvOpGroupDecorate = 74, enumerator
/external/skqp/src/sksl/
Dspirv.h641 SpvOpGroupDecorate = 74, enumerator

12