Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ARL (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c40 { 1, 1, 0, 0, 0, 0, COMP, "ARL", TGSI_OPCODE_ARL },
353 case TGSI_OPCODE_ARL: in tgsi_opcode_infer_dst_type()
Dtgsi_util.c183 case TGSI_OPCODE_ARL: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c3456 case TGSI_OPCODE_ARL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h258 #define TGSI_OPCODE_ARL 0 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c35 case TGSI_OPCODE_ARL: return RC_OPCODE_ARL; in translate_opcode()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c536 finst->Instruction.Opcode != TGSI_OPCODE_ARL) in nvfx_vertprog_parse_instruction()
542 assert(finst->Instruction.Opcode != TGSI_OPCODE_ARL); in nvfx_vertprog_parse_instruction()
557 case TGSI_OPCODE_ARL: in nvfx_vertprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1111 bld_base->op_actions[TGSI_OPCODE_ARL].emit = build_tgsi_intrinsic_nomem; in radeon_llvm_context_init()
1112 bld_base->op_actions[TGSI_OPCODE_ARL].intr_name = "llvm.AMDGPU.arl"; in radeon_llvm_context_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c531 return TGSI_OPCODE_ARL; in translate_opcode()
Dst_glsl_to_tgsi.cpp527 if (op == TGSI_OPCODE_ARL || op == TGSI_OPCODE_UARL) in emit()
762 int op = TGSI_OPCODE_ARL; in emit_arl()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c483 case TGSI_OPCODE_ARL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1566 bld_base->op_actions[TGSI_OPCODE_ARL].emit = arl_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4761 case TGSI_OPCODE_ARL: in tgsi_eg_arl()
4793 case TGSI_OPCODE_ARL: in tgsi_r600_arl()
5234 {TGSI_OPCODE_ARL, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_r600_arl},
5414 {TGSI_OPCODE_ARL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_eg_arl},
5588 {TGSI_OPCODE_ARL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_eg_arl},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2532 case TGSI_OPCODE_ARL: in svga_emit_instruction()
3244 TGSI_OPCODE_ARL) { in pre_parse_tokens()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp1813 case TGSI_OPCODE_ARL: in handleInstruction()