Searched refs:TGSI_OPCODE_TRUNC (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 431 TGSI_OPCODE_TRUNC = 86, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 102 case TGSI_OPCODE_TRUNC: return RC_OPCODE_TRUNC; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 122 [TGSI_OPCODE_TRUNC] = {false, false, 0, 1, 1},
|
H A D | i915_fpc_translate.c | 817 case TGSI_OPCODE_TRUNC: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 783 case TGSI_OPCODE_TRUNC: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_action.c | 1916 /* 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 D | nvfx_vertprog.c | 674 case TGSI_OPCODE_TRUNC: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 735 case TGSI_OPCODE_TRUNC: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_lowering.c | 1400 case TGSI_OPCODE_TRUNC: in transform_instr()
|
H A D | tgsi_exec.c | 5347 case TGSI_OPCODE_TRUNC: in exec_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 133 {D3D10_SB_OPCODE_ROUND_Z, OF_FLOAT, TGSI_OPCODE_TRUNC},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1864 [TGSI_OPCODE_TRUNC] = nir_op_ftrunc,
|
H A D | nir_to_tgsi.c | 1406 [nir_op_ftrunc] = { TGSI_OPCODE_TRUNC, TGSI_OPCODE_DTRUNC }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2862 case TGSI_OPCODE_TRUNC: in svga_emit_instruction()
|
H A D | svga_tgsi_vgpu10.c | 910 case TGSI_OPCODE_TRUNC: in translate_opcode() 10941 case TGSI_OPCODE_TRUNC: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11871 [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 D | nv50_ir_from_tgsi.cpp | 3248 case TGSI_OPCODE_TRUNC: in handleInstruction()
|
Completed in 67 milliseconds