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/
H A Dtgsi_transform.c260 case TGSI_OPCODE_CAL: in tgsi_transform_shader()
H A Dtgsi_dump.c663 case TGSI_OPCODE_CAL: in iter_instruction()
H A Dtgsi_scan.c1025 case TGSI_OPCODE_CAL: in check_no_subroutines()
H A Dtgsi_exec.c5167 case TGSI_OPCODE_CAL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h409 TGSI_OPCODE_CAL = 63, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c294 if (inst->Instruction.Opcode == TGSI_OPCODE_CAL) { in transform_inst()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c450 case TGSI_OPCODE_CAL: in analyse_instruction()
H A Dlp_bld_tgsi_aos.c698 case TGSI_OPCODE_CAL: in lp_emit_instruction_aos()
H A 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/
H A 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()
H A Dnvfx_fragprog.c798 case TGSI_OPCODE_CAL: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1842 [TGSI_OPCODE_CAL] = 0, /* XXX */
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2856 case TGSI_OPCODE_CAL: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c7004 * Emit code for TGSI_OPCODE_CAL instruction.
10997 case TGSI_OPCODE_CAL: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A 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},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3739 case TGSI_OPCODE_CAL: in handleInstruction()

Completed in 64 milliseconds