/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 112 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable() 134 context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable() 135 ir_context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_vector_shuffle.cpp | 111 SpvOpVectorShuffle, instruction_to_insert_before); in IsApplicable() 135 ir_context, SpvOpVectorShuffle, result_type_id, message_.fresh_id(), in Apply()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | legalize_vector_shuffle_pass.cpp | 25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
|
D | relax_float_ops_pass.cpp | 94 SpvOpVectorShuffle, in Initialize()
|
D | convert_to_half_pass.cpp | 364 SpvOpVectorShuffle, in Initialize() 458 SpvOpVectorShuffle, in Initialize()
|
D | folding_rules.cpp | 1649 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract() 1860 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect() 2206 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle() 2219 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2225 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2493 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
|
D | vector_dce.cpp | 75 case SpvOpVectorShuffle: in FindLiveComponents()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | legalize_vector_shuffle_pass.cpp | 25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
|
D | relax_float_ops_pass.cpp | 94 SpvOpVectorShuffle, in Initialize()
|
D | convert_to_half_pass.cpp | 364 SpvOpVectorShuffle, in Initialize() 458 SpvOpVectorShuffle, in Initialize()
|
D | folding_rules.cpp | 1649 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract() 1860 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect() 2206 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle() 2219 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2225 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2493 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
|
D | vector_dce.cpp | 75 case SpvOpVectorShuffle: in FindLiveComponents()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | legalize_vector_shuffle_pass.cpp | 25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
|
D | relax_float_ops_pass.cpp | 94 SpvOpVectorShuffle, in Initialize()
|
D | convert_to_half_pass.cpp | 364 SpvOpVectorShuffle, in Initialize() 458 SpvOpVectorShuffle, in Initialize()
|
D | folding_rules.cpp | 1649 if (cinst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingExtract() 1860 inst->SetOpcode(SpvOpVectorShuffle); in RedundantSelect() 2206 assert(inst->opcode() == SpvOpVectorShuffle && in VectorShuffleFeedingShuffle() 2219 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2225 if (feeding_shuffle_inst->opcode() != SpvOpVectorShuffle) { in VectorShuffleFeedingShuffle() 2493 rules_[SpvOpVectorShuffle].push_back(VectorShuffleFeedingShuffle()); in AddFoldingRules()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
|
D | vector_dce.cpp | 75 case SpvOpVectorShuffle: in FindLiveComponents()
|
/external/skia/src/sksl/ |
D | spirv.h | 645 SpvOpVectorShuffle = 79, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 645 SpvOpVectorShuffle = 79, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 739 SpvOpVectorShuffle = 79, enumerator
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
D | spirv.h | 739 SpvOpVectorShuffle = 79, enumerator
|