Searched refs:TGSI_OPCODE_CAL (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 320 #define TGSI_OPCODE_CAL 63 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 103 { 0, 0, 0, 1, 0, 0, NONE, "CAL", TGSI_OPCODE_CAL },
|
D | tgsi_dump.c | 603 case TGSI_OPCODE_CAL: in iter_instruction()
|
D | tgsi_exec.c | 3721 case TGSI_OPCODE_CAL: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 315 case TGSI_OPCODE_CAL: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 791 case TGSI_OPCODE_CAL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 1396 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/ |
D | r300_vs_draw.c | 294 if (inst->Instruction.Opcode == TGSI_OPCODE_CAL) { in transform_inst()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 720 case TGSI_OPCODE_CAL: in nvfx_vertprog_parse_instruction() 725 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL) in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 851 case TGSI_OPCODE_CAL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 545 return TGSI_OPCODE_CAL; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 2529 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/ |
D | r600_shader.c | 5306 {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/ |
D | svga_tgsi_insn.c | 2552 case TGSI_OPCODE_CAL: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2188 case TGSI_OPCODE_CAL: in handleInstruction()
|