Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c212 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_type()
260 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.c5912 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 },
410 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_type()
428 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_src_type()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h564 #define TGSI_OPCODE_U2D 216 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h570 #define TGSI_OPCODE_U2D 216 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp387 case TGSI_OPCODE_U2D: in srcMask()
586 case TGSI_OPCODE_U2D: in inferSrcType()
727 case TGSI_OPCODE_U2D: in inferDstType()
3954 case TGSI_OPCODE_U2D: in handleInstruction()
/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/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp595 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D || op == TGSI_OPCODE_I2D || in emit_asm()
2120 emit_asm(ir, TGSI_OPCODE_U2D, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4411 inst->Instruction.Opcode == TGSI_OPCODE_U2D); in egcm_int_to_double()
10665 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
10887 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
/external/virglrenderer/src/
Dvrend_shader.c3615 case TGSI_OPCODE_U2D: in iter_instruction()