Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h393 #define TGSI_OPCODE_CAL 63 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h405 #define TGSI_OPCODE_CAL 63 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c294 if (inst->Instruction.Opcode == TGSI_OPCODE_CAL) { in transform_inst()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c103 { 0, 0, 0, 1, 0, 0, NONE, "CAL", TGSI_OPCODE_CAL },
Dtgsi_dump.c638 case TGSI_OPCODE_CAL: in iter_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c443 case TGSI_OPCODE_CAL: in analyse_instruction()
Dlp_bld_tgsi_aos.c697 case TGSI_OPCODE_CAL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2642 opcode == TGSI_OPCODE_CAL || in near_end_of_shader()
3873 bld.bld_base.op_actions[TGSI_OPCODE_CAL].emit = cal_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c701 case TGSI_OPCODE_CAL: in nvfx_vertprog_parse_instruction()
706 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL) in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c798 case TGSI_OPCODE_CAL: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp755 case TGSI_OPCODE_CAL: in get_temp_registers_required_lifetimes()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c679 case TGSI_OPCODE_CAL: in iter_instruction()
Dtgsi_scan.c975 case TGSI_OPCODE_CAL: in check_no_subroutines()
Dtgsi_exec.c5262 case TGSI_OPCODE_CAL: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1522 [TGSI_OPCODE_CAL] = 0, /* XXX */
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2790 case TGSI_OPCODE_CAL: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c5518 case TGSI_OPCODE_CAL: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10313 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},
10511 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},
10733 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3745 case TGSI_OPCODE_CAL: in handleInstruction()