Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_U2D (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c214 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_type()
275 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_src_type()
Dtgsi_util.c209 case TGSI_OPCODE_U2D: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c6137 case TGSI_OPCODE_U2D: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c258 { 1, 1, 0, 0, 0, 0, COMP, "U2D", TGSI_OPCODE_U2D },
448 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_type()
491 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h580 TGSI_OPCODE_U2D = 216, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h562 #define TGSI_OPCODE_U2D 216 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp385 case TGSI_OPCODE_U2D: in srcMask()
524 case TGSI_OPCODE_U2D: in inferSrcType()
667 case TGSI_OPCODE_U2D: in inferDstType()
3884 case TGSI_OPCODE_U2D: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c595 [nir_op_u2f64] = { TGSI_OPCODE_U2D, TGSI_OPCODE_U642D }, in ntt_emit_alu()
Dtgsi_to_nir.c1959 [TGSI_OPCODE_U2D] = nir_op_u2f64,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1221 bld_base->op_actions[TGSI_OPCODE_U2D].emit = u2d_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c975 case TGSI_OPCODE_U2D: in translate_opcode()
8551 case TGSI_OPCODE_U2D: in opcode_has_dbl_dst()
9436 case TGSI_OPCODE_U2D: in emit_vgpu10_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp658 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D || in emit_asm()
2200 emit_asm(ir, TGSI_OPCODE_U2D, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4912 inst->Instruction.Opcode == TGSI_OPCODE_U2D); in egcm_int_to_double()
12088 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
12314 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
/external/virglrenderer/src/
Dvrend_shader.c5083 case TGSI_OPCODE_U2D: in iter_instruction()