Searched refs:TGSI_OPCODE_U2D (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c214 case TGSI_OPCODE_U2D:
262 case TGSI_OPCODE_U2D:
H A Dtgsi_util.c209 case TGSI_OPCODE_U2D:
H A Dtgsi_exec.c6172 case TGSI_OPCODE_U2D:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c214 case TGSI_OPCODE_U2D:
275 case TGSI_OPCODE_U2D:
H A Dtgsi_util.c148 case TGSI_OPCODE_U2D:
H A Dtgsi_exec.c5889 case TGSI_OPCODE_U2D:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h572 TGSI_OPCODE_U2D = 216, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h574 TGSI_OPCODE_U2D = 216, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp387 case TGSI_OPCODE_U2D:
586 case TGSI_OPCODE_U2D:
727 case TGSI_OPCODE_U2D:
3913 case TGSI_OPCODE_U2D:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp385 case TGSI_OPCODE_U2D:
524 case TGSI_OPCODE_U2D:
667 case TGSI_OPCODE_U2D:
3945 case TGSI_OPCODE_U2D:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c888 /* TGSI_OPCODE_U2D */
1221 bld_base->op_actions[TGSI_OPCODE_U2D].emit = u2d_emit;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c888 /* TGSI_OPCODE_U2D */
1221 bld_base->op_actions[TGSI_OPCODE_U2D].emit = u2d_emit;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1956 [TGSI_OPCODE_U2D] = nir_op_u2f64,
H A Dnir_to_tgsi.c897 [nir_op_u2f64] = { TGSI_OPCODE_U2D, TGSI_OPCODE_U642D },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c975 case TGSI_OPCODE_U2D:
8606 case TGSI_OPCODE_U2D:
9491 case TGSI_OPCODE_U2D:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp657 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D ||
2205 emit_asm(ir, TGSI_OPCODE_U2D, result_dst, op[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp736 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D ||
2278 emit_asm(ir, TGSI_OPCODE_U2D, result_dst, op[0]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c4828 inst->Instruction.Opcode == TGSI_OPCODE_U2D);
12003 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
12229 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c4926 inst->Instruction.Opcode == TGSI_OPCODE_U2D);
12172 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
12399 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},

Completed in 98 milliseconds