Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c260 case TGSI_OPCODE_CAL: in tgsi_transform_shader()
Dtgsi_dump.c663 case TGSI_OPCODE_CAL: in iter_instruction()
Dtgsi_scan.c1025 case TGSI_OPCODE_CAL: in check_no_subroutines()
Dtgsi_exec.c5167 case TGSI_OPCODE_CAL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h409 TGSI_OPCODE_CAL = 63, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c294 if (inst->Instruction.Opcode == TGSI_OPCODE_CAL) { in transform_inst()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c450 case TGSI_OPCODE_CAL: in analyse_instruction()
Dlp_bld_tgsi_aos.c698 case TGSI_OPCODE_CAL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2703 opcode == TGSI_OPCODE_CAL || in near_end_of_shader()
4512 bld.bld_base.op_actions[TGSI_OPCODE_CAL].emit = cal_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c702 case TGSI_OPCODE_CAL: in nvfx_vertprog_parse_instruction()
707 if(finst->Instruction.Opcode == TGSI_OPCODE_CAL) in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c798 case TGSI_OPCODE_CAL: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2856 case TGSI_OPCODE_CAL: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c10997 case TGSI_OPCODE_CAL: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1842 [TGSI_OPCODE_CAL] = 0, /* XXX */
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3739 case TGSI_OPCODE_CAL: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11848 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},
12046 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},
12273 [TGSI_OPCODE_CAL] = { ALU_OP0_NOP, tgsi_unsupported},