Home
last modified time | relevance | path

Searched defs:opsel (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_print_ir.cpp668 bool* const opsel = (bool*)alloca(num_operands * sizeof(bool)); in aco_print_instr() local
[all...]
H A Daco_ir.h1417 uint8_t opsel : 4; member
H A Daco_optimizer.cpp2109 uint8_t opsel in combine_ordering_test() local
2473 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) match_op3_for_vop3() argument
2548 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) create_vop3_for_op3() argument
2577 uint8_t opsel = 0, omod = 0; combine_three_valu_op() local
2645 uint8_t opsel = 0, omod = 0; combine_add_or_then_and_lshl() local
2670 uint8_t opsel = 0, omod = 0; combine_minmax() local
2945 uint8_t opsel = 0, omod = 0; combine_clamp() local
[all...]

Completed in 9 milliseconds