Searched refs:operand_index_ (Results 1 – 12 of 12) sorted by relevance
/third_party/spirv-tools/source/reduce/ |
D | change_operand_reduction_opportunity.cpp | 22 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 23 inst_->GetOperand(operand_index_).words[0] == original_id_ && in PreconditionHolds() 24 inst_->GetOperand(operand_index_).type == original_type_; in PreconditionHolds() 28 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.cpp | 25 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 26 inst_->GetOperand(operand_index_).words[0] == original_id_; in PreconditionHolds() 30 auto operand = inst_->GetOperand(operand_index_); in Apply() 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.h | 35 operand_index_(operand_index), in ChangeOperandToUndefReductionOpportunity() 46 const uint32_t operand_index_; variable
|
D | change_operand_reduction_opportunity.h | 33 operand_index_(operand_index), in ChangeOperandReductionOpportunity() 45 const uint32_t operand_index_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | change_operand_reduction_opportunity.cpp | 24 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 25 inst_->GetOperand(operand_index_).words[0] == original_id_ && in PreconditionHolds() 26 inst_->GetOperand(operand_index_).type == original_type_; in PreconditionHolds() 30 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.cpp | 25 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 26 inst_->GetOperand(operand_index_).words[0] == original_id_; in PreconditionHolds() 30 auto operand = inst_->GetOperand(operand_index_); in Apply() 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.h | 35 operand_index_(operand_index), in ChangeOperandToUndefReductionOpportunity() 46 const uint32_t operand_index_; variable
|
D | change_operand_reduction_opportunity.h | 33 operand_index_(operand_index), in ChangeOperandReductionOpportunity() 45 const uint32_t operand_index_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | change_operand_reduction_opportunity.cpp | 24 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 25 inst_->GetOperand(operand_index_).words[0] == original_id_ && in PreconditionHolds() 26 inst_->GetOperand(operand_index_).type == original_type_; in PreconditionHolds() 30 inst_->SetOperand(operand_index_, {new_id_}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.cpp | 25 return inst_->NumOperands() > operand_index_ && in PreconditionHolds() 26 inst_->GetOperand(operand_index_).words[0] == original_id_; in PreconditionHolds() 30 auto operand = inst_->GetOperand(operand_index_); in Apply() 37 inst_->SetOperand(operand_index_, {undef_id}); in Apply()
|
D | change_operand_to_undef_reduction_opportunity.h | 35 operand_index_(operand_index), in ChangeOperandToUndefReductionOpportunity() 46 const uint32_t operand_index_; variable
|
D | change_operand_reduction_opportunity.h | 33 operand_index_(operand_index), in ChangeOperandReductionOpportunity() 45 const uint32_t operand_index_; variable
|