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/
Dtgsi_info.c156 case TGSI_OPCODE_ARL: in tgsi_opcode_infer_type()
292 case TGSI_OPCODE_ARL: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c4929 case TGSI_OPCODE_ARL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h346 TGSI_OPCODE_ARL = 0, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c38 case TGSI_OPCODE_ARL: return RC_OPCODE_ARL; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
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/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c458 case TGSI_OPCODE_ARL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2537 bld_base->op_actions[TGSI_OPCODE_ARL].emit = arl_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2836 case TGSI_OPCODE_ARL: in svga_emit_instruction()
3689 TGSI_OPCODE_ARL) { in pre_parse_tokens()
Dsvga_tgsi_vgpu10.c6992 if (inst->Instruction.Opcode == TGSI_OPCODE_ARL) in emit_arl_uarl()
10990 case TGSI_OPCODE_ARL: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1791 [TGSI_OPCODE_ARL] = 0,
2031 case TGSI_OPCODE_ARL: in ttn_emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
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/
Dnv50_ir_from_tgsi.cpp3269 case TGSI_OPCODE_ARL: in handleInstruction()