Searched refs:OPCODE_TRUNC (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c151 { OPCODE_TRUNC, "TRUNC", 1, 1 },
H A Dprog_instruction.h172 OPCODE_TRUNC, /* X */ enumerator in enum:prog_opcode
H A Dir_to_mesa.cpp1265 emit(ir, OPCODE_TRUNC, result_dst, op[0]);
1277 emit(ir, OPCODE_TRUNC, result_dst, op[0]);
H A Dprog_execute.c1168 case OPCODE_TRUNC: /* truncate toward zero */
H A Dprog_to_nir.c688 [OPCODE_TRUNC] = nir_op_ftrunc,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c153 { OPCODE_TRUNC, "TRUNC", 1, 1 },
H A Dprog_instruction.h172 OPCODE_TRUNC, /* X */ enumerator in enum:prog_opcode
H A Dprog_to_nir.c665 [OPCODE_TRUNC] = nir_op_ftrunc,
H A Dir_to_mesa.cpp1183 emit(ir, OPCODE_TRUNC, result_dst, op[0]);
1195 emit(ir, OPCODE_TRUNC, result_dst, op[0]);
H A Dprog_execute.c1168 case OPCODE_TRUNC: /* truncate toward zero */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c585 case OPCODE_TRUNC:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c585 case OPCODE_TRUNC:

Completed in 26 milliseconds