Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UARL (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c172 case TGSI_OPCODE_UARL: in tgsi_opcode_infer_type()
Dtgsi_exec.c5655 case TGSI_OPCODE_UARL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h505 TGSI_OPCODE_UARL = 157, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp570 case TGSI_OPCODE_UARL: in inferSrcType()
3278 case TGSI_OPCODE_UARL: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1198 bld_base->op_actions[TGSI_OPCODE_UARL].emit = mov_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10250 case TGSI_OPCODE_UARL: in tgsi_eg_arl()
10331 case TGSI_OPCODE_UARL: in tgsi_r600_arl()
11942 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_r600_arl},
12139 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_eg_arl},
12366 [TGSI_OPCODE_UARL] = { ALU_OP1_MOVA_INT, tgsi_eg_arl},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1923 [TGSI_OPCODE_UARL] = nir_op_mov,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c10992 case TGSI_OPCODE_UARL: in emit_instruction()