Home
last modified time | relevance | path

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

123

/third_party/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()
526 case SpvOpGroupDecorate: in CloneDecorations()
582 case SpvOpGroupDecorate: in CloneDecorations()
611 case SpvOpGroupDecorate: in RemoveDecoration()
613 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()
Daggressive_dead_code_elim_pass.cpp70 PRIORITY_CASE(SpvOpGroupDecorate) in operator ()()
178 if (user->opcode() == SpvOpGroupDecorate || in IsTargetDead()
795 case SpvOpGroupDecorate: { in ProcessGlobalValues()
Dlocal_single_block_elim_pass.cpp215 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
Dset_spec_constant_default_value_pass.cpp168 SpvOp::SpvOpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup()
/third_party/skia/third_party/externals/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()
526 case SpvOpGroupDecorate: in CloneDecorations()
582 case SpvOpGroupDecorate: in CloneDecorations()
611 case SpvOpGroupDecorate: in RemoveDecoration()
613 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()
Daggressive_dead_code_elim_pass.cpp69 PRIORITY_CASE(SpvOpGroupDecorate) in operator ()()
180 if (user->opcode() == SpvOpGroupDecorate || in IsTargetDead()
779 case SpvOpGroupDecorate: { in ProcessGlobalValues()
Dlocal_single_block_elim_pass.cpp217 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
Dset_spec_constant_default_value_pass.cpp168 SpvOp::SpvOpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/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()
526 case SpvOpGroupDecorate: in CloneDecorations()
582 case SpvOpGroupDecorate: in CloneDecorations()
611 case SpvOpGroupDecorate: in RemoveDecoration()
613 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()
Daggressive_dead_code_elim_pass.cpp69 PRIORITY_CASE(SpvOpGroupDecorate) in operator ()()
180 if (user->opcode() == SpvOpGroupDecorate || in IsTargetDead()
779 case SpvOpGroupDecorate: { in ProcessGlobalValues()
Dlocal_single_block_elim_pass.cpp217 if (ai.opcode() == SpvOpGroupDecorate) return Status::SuccessWithoutChange; in ProcessImpl()
Dset_spec_constant_default_value_pass.cpp168 SpvOp::SpvOpGroupDecorate) { in GetSpecIdTargetFromDecorationGroup()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c49 case SpvOpGroupDecorate: in vtn_validate_preamble_instruction()
137 case SpvOpGroupDecorate: in vtn_validate_handle_constant_instruction()
/third_party/spirv-tools/source/val/
Dvalidate_annotation.cpp342 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
446 case SpvOpGroupDecorate: { in RegisterDecorations()
503 case SpvOpGroupDecorate: in AnnotationPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp466 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
572 case SpvOpGroupDecorate: { in RegisterDecorations()
629 case SpvOpGroupDecorate: in AnnotationPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_annotation.cpp466 if (use->opcode() != SpvOpDecorate && use->opcode() != SpvOpGroupDecorate && in ValidateDecorationGroup()
572 case SpvOpGroupDecorate: { in RegisterDecorations()
629 case SpvOpGroupDecorate: in AnnotationPass()
/third_party/skia/third_party/externals/spirv-tools/source/
Doperand.cpp534 case SpvOpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
/third_party/spirv-tools/source/
Doperand.cpp538 case SpvOpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Doperand.cpp534 case SpvOpGroupDecorate: in spvOperandCanBeForwardDeclaredFunction()
/third_party/spirv-tools/test/opt/
Dir_context_test.cpp289 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
348 EXPECT_EQ(inst->opcode(), SpvOpGroupDecorate); in TEST_F()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()

123