Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ARL (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c156 case TGSI_OPCODE_ARL: in tgsi_opcode_infer_type()
292 case TGSI_OPCODE_ARL: in tgsi_opcode_infer_src_type()
H A Dtgsi_exec.c4929 case TGSI_OPCODE_ARL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h346 TGSI_OPCODE_ARL = 0, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c539 finst->Instruction.Opcode != TGSI_OPCODE_ARL) in nvfx_vertprog_parse_instruction()
545 assert(finst->Instruction.Opcode != TGSI_OPCODE_ARL); in nvfx_vertprog_parse_instruction()
557 case TGSI_OPCODE_ARL: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c38 case TGSI_OPCODE_ARL: return RC_OPCODE_ARL; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c458 case TGSI_OPCODE_ARL: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1278 /* TGSI_OPCODE_ARL (CPU Only) */
2537 bld_base->op_actions[TGSI_OPCODE_ARL].emit = arl_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1791 [TGSI_OPCODE_ARL] = 0,
2031 case TGSI_OPCODE_ARL: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2836 case TGSI_OPCODE_ARL: in svga_emit_instruction()
3689 TGSI_OPCODE_ARL) { in pre_parse_tokens()
H A Dsvga_tgsi_vgpu10.c6970 * Emit code for TGSI_OPCODE_ARL or TGSI_OPCODE_UARL instruction.
6992 if (inst->Instruction.Opcode == TGSI_OPCODE_ARL) in emit_arl_uarl()
10990 case TGSI_OPCODE_ARL: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c10244 case TGSI_OPCODE_ARL: in tgsi_eg_arl()
10286 case TGSI_OPCODE_ARL: in tgsi_r600_arl()
11783 [TGSI_OPCODE_ARL] = { ALU_OP0_NOP, tgsi_r600_arl},
11984 [TGSI_OPCODE_ARL] = { ALU_OP0_NOP, tgsi_eg_arl},
12211 [TGSI_OPCODE_ARL] = { ALU_OP0_NOP, tgsi_eg_arl},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3269 case TGSI_OPCODE_ARL: in handleInstruction()

Completed in 56 milliseconds