Home
last modified time | relevance | path

Searched refs:SpvOpVectorShuffle (Results 1 – 25 of 64) sorted by relevance

123

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp112 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/
Dtransformation_vector_shuffle.cpp111 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/
Dtransformation_vector_shuffle.cpp111 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/
Dlegalize_vector_shuffle_pass.cpp25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp364 SpvOpVectorShuffle, in Initialize()
458 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1649 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()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
Dvector_dce.cpp75 case SpvOpVectorShuffle: in FindLiveComponents()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlegalize_vector_shuffle_pass.cpp25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp364 SpvOpVectorShuffle, in Initialize()
458 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1649 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()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
Dvector_dce.cpp75 case SpvOpVectorShuffle: in FindLiveComponents()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dlegalize_vector_shuffle_pass.cpp25 if (inst->opcode() != SpvOpVectorShuffle) return; in Process()
Drelax_float_ops_pass.cpp94 SpvOpVectorShuffle, in Initialize()
Dconvert_to_half_pass.cpp364 SpvOpVectorShuffle, in Initialize()
458 SpvOpVectorShuffle, in Initialize()
Dfolding_rules.cpp1649 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()
Dfold_spec_constant_op_and_composite_pass.cpp123 case SpvOp::SpvOpVectorShuffle: in ProcessOpSpecConstantOp()
Dvector_dce.cpp75 case SpvOpVectorShuffle: in FindLiveComponents()
/external/skia/src/sksl/
Dspirv.h645 SpvOpVectorShuffle = 79, enumerator
/external/skqp/src/sksl/
Dspirv.h645 SpvOpVectorShuffle = 79, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h739 SpvOpVectorShuffle = 79, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h739 SpvOpVectorShuffle = 79, enumerator

123