Searched defs:opsel (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 658 bool* const opsel = (bool*)alloca(instr->operands.size() * sizeof(bool)); local in function:aco::aco_print_instr
|
| H A D | aco_optimizer.cpp | 1767 uint8_t opsel = 0; local in function:aco::combine_ordering_test 2129 match_op3_for_vop3(opt_ctx & ctx,aco_opcode op1,aco_opcode op2,Instruction * op1_instr,bool swap,const char * shuffle_str,Operand operands[3],bool neg[3],bool abs[3],uint8_t * opsel,bool * op1_clamp,uint8_t * op1_omod,bool * inbetween_neg,bool * inbetween_abs,bool * inbetween_opsel,bool * precise) argument 2204 create_vop3_for_op3(opt_ctx & ctx,aco_opcode opcode,aco_ptr<Instruction> & instr,Operand operands[3],bool neg[3],bool abs[3],uint8_t opsel,bool clamp,unsigned omod) argument 2233 uint8_t opsel = 0, omod = 0; local in function:aco::combine_three_valu_op 2301 uint8_t opsel = 0, omod = 0; local in function:aco::combine_add_or_then_and_lshl 2326 uint8_t opsel = 0, omod = 0; local in function:aco::combine_minmax 2590 uint8_t opsel = 0, omod = 0; local in function:aco::combine_clamp [all...] |
| H A D | aco_ir.h | 1383 uint8_t opsel : 4; member in struct:aco::VOP3_instruction
|
Completed in 11 milliseconds