Searched refs:op2_and_int (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 83 op2_and_int = 48, enumerator in enum:r600::EAluOp
|
| H A D | sfn_emitaluinstruction.cpp | 159 case nir_op_iand: return emit_alu_op2_int(instr, op2_and_int); 535 ir = new AluInstruction(op2_and_int, from_nir(instr.dest, i), 673 ir = new AluInstruction(op2_and_int, from_nir(instr.dest, i), 694 EAluOp combine = all ? op2_and_int : op2_or_int; 806 op = (op == op2_setne_dx10) ? op2_or_int: op2_and_int;
|
| H A D | sfn_shader_geometry.cpp | 232 emit_instruction(op2_and_int, adjhelp0, {m_primitive_id, Value::one_i}, {alu_write, alu_last_instr});
|
| H A D | sfn_alu_defines.cpp | 143 {op2_and_int ,AluOp(2, 0, AluOp::a,"AND_INT")},
|
| H A D | sfn_emitssboinstruction.cpp | 675 emit_instruction(new AluInstruction(op2_and_int, comp, from_nir(intrin->src[0], 0),
|
| H A D | sfn_emittexinstruction.cpp | 493 emit_instruction(new AluInstruction(op2_and_int, src.coord.reg_i(3),
|
| H A D | sfn_shader_fragment.cpp | 480 emit_instruction(new AluInstruction(op2_and_int, dest, dest, m_sample_mask_reg, EmitInstruction::last_write));
|
| H A D | sfn_ir_to_assembly.cpp | 1273 {op2_and_int, ALU_OP2_AND_INT},
|
Completed in 14 milliseconds