Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_CAL (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h320 #define TGSI_OPCODE_CAL 63 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c103 { 0, 0, 0, 1, 0, 0, NONE, "CAL", TGSI_OPCODE_CAL },
Dtgsi_dump.c603 case TGSI_OPCODE_CAL: in iter_instruction()
Dtgsi_exec.c3721 case TGSI_OPCODE_CAL: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c315 case TGSI_OPCODE_CAL: in analyse_instruction()
Dlp_bld_tgsi_aos.c791 case TGSI_OPCODE_CAL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c1396 opcode == TGSI_OPCODE_CAL || in near_end_of_shader()
2109 bld.bld_base.op_actions[TGSI_OPCODE_CAL].emit = cal_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c294 if (inst->Instruction.Opcode == TGSI_OPCODE_CAL) { in transform_inst()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c720 case TGSI_OPCODE_CAL: in nvfx_vertprog_parse_instruction()
725 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL) in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c851 case TGSI_OPCODE_CAL: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c545 return TGSI_OPCODE_CAL; in translate_opcode()
Dst_glsl_to_tgsi.cpp2529 call_inst = emit(ir, TGSI_OPCODE_CAL); in visit()
4231 case TGSI_OPCODE_CAL: in compile_tgsi_instruction()
4240 inst->op == TGSI_OPCODE_CAL ? inst->function->sig_id : 0)); in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5306 {TGSI_OPCODE_CAL, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5480 {TGSI_OPCODE_CAL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
5654 {TGSI_OPCODE_CAL, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2552 case TGSI_OPCODE_CAL: in svga_emit_instruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp2188 case TGSI_OPCODE_CAL: in handleInstruction()