Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c257 { 1, 1, 0, 0, 0, 0, COMP, "D2U", TGSI_OPCODE_D2U },
354 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_type()
454 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c290 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
Dtgsi_util.c239 case TGSI_OPCODE_D2U: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5916 case TGSI_OPCODE_D2U: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h563 #define TGSI_OPCODE_D2U 215 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h569 #define TGSI_OPCODE_D2U 215 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp365 case TGSI_OPCODE_D2U: in srcMask()
638 case TGSI_OPCODE_D2U: in inferSrcType()
699 case TGSI_OPCODE_D2U: in inferDstType()
3922 case TGSI_OPCODE_D2U: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1217 bld_base->op_actions[TGSI_OPCODE_D2U].emit = d2u_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4458 inst->Instruction.Opcode == TGSI_OPCODE_D2U); in egcm_double_to_int()
10664 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
10886 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
/external/virglrenderer/src/
Dvrend_shader.c3631 case TGSI_OPCODE_D2U: in iter_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2117 emit_asm(ir, TGSI_OPCODE_D2U, result_dst, op[0]); in visit_expression()