Home
last modified time | relevance | path

Searched refs:op2_interp_zw (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h202 op2_interp_zw = 215, enumerator
Dsfn_shader_fragment.cpp666 case 3: return load_interpolated_two_comp_for_one(dest, io, ip, op2_interp_zw, 2, 3); in load_interpolated()
675 case 2: return load_interpolated_two_comp(dest, io, ip, op2_interp_zw, 0xc); in load_interpolated()
689 bool success = load_interpolated_two_comp(dest, io, ip, op2_interp_zw, full_write_mask & 0xc); in load_interpolated()
Dsfn_alu_defines.cpp207 {op2_interp_zw ,AluOp(2, 1, AluOp::v,"INTERP_ZW")},
Dsfn_ir_to_assembly.cpp1387 {op2_interp_zw, ALU_OP2_INTERP_ZW},