Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TRUNC (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h431 TGSI_OPCODE_TRUNC = 86, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c102 case TGSI_OPCODE_TRUNC: return RC_OPCODE_TRUNC; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c122 [TGSI_OPCODE_TRUNC] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c817 case TGSI_OPCODE_TRUNC: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c783 case TGSI_OPCODE_TRUNC: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_action.c1916 /* TGSI_OPCODE_TRUNC (CPU Only) */
2584 bld_base->op_actions[TGSI_OPCODE_TRUNC].emit = trunc_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c674 case TGSI_OPCODE_TRUNC: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c735 case TGSI_OPCODE_TRUNC: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c1400 case TGSI_OPCODE_TRUNC: in transform_instr()
H A Dtgsi_exec.c5347 case TGSI_OPCODE_TRUNC: in exec_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c133 {D3D10_SB_OPCODE_ROUND_Z, OF_FLOAT, TGSI_OPCODE_TRUNC},
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1864 [TGSI_OPCODE_TRUNC] = nir_op_ftrunc,
H A Dnir_to_tgsi.c1406 [nir_op_ftrunc] = { TGSI_OPCODE_TRUNC, TGSI_OPCODE_DTRUNC }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2862 case TGSI_OPCODE_TRUNC: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c910 case TGSI_OPCODE_TRUNC: in translate_opcode()
10941 case TGSI_OPCODE_TRUNC: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11871 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
12068 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
12295 [TGSI_OPCODE_TRUNC] = { ALU_OP1_TRUNC, tgsi_op2},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3248 case TGSI_OPCODE_TRUNC: in handleInstruction()

Completed in 71 milliseconds