Searched refs:bias_dst (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3612 struct tgsi_full_dst_register bias_dst = make_dst_temp_reg(bias_tmp); local in function:emit_puint_to_snorm
3620 emit_instruction_op2(emit, VGPU10_OPCODE_GE, &bias_dst,
3624 emit_instruction_op2(emit, VGPU10_OPCODE_AND, &bias_dst,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6302 struct tgsi_full_dst_register bias_dst = make_dst_temp_reg(bias_tmp); local in function:emit_puint_to_snorm
6309 emit_instruction_op2(emit, VGPU10_OPCODE_GE, &bias_dst, src, &half);
6312 emit_instruction_op2(emit, VGPU10_OPCODE_AND, &bias_dst,

Completed in 20 milliseconds