Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_D2U (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c257 { 1, 1, 0, 0, 0, 0, 0, COMP, "D2U", TGSI_OPCODE_D2U },
512 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6080 case TGSI_OPCODE_D2U: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h565 #define TGSI_OPCODE_D2U 215 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp351 case TGSI_OPCODE_D2U: in srcMask()
610 case TGSI_OPCODE_D2U: in inferSrcType()
641 case TGSI_OPCODE_D2U: in inferDstType()
3714 case TGSI_OPCODE_D2U: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1362 bld_base->op_actions[TGSI_OPCODE_D2U].emit = d2u_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4154 inst->Instruction.Opcode == TGSI_OPCODE_D2U); in egcm_double_to_int()
9476 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
9699 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2255 emit_asm(ir, TGSI_OPCODE_D2U, result_dst, op[0]); in visit_expression()