Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c136 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_type()
296 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5850 case TGSI_OPCODE_F2U: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c167 { 1, 1, 0, 0, 0, 0, COMP, "F2U", TGSI_OPCODE_F2U },
369 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_type()
511 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_src_type()
Dtgsi_util.c229 case TGSI_OPCODE_F2U: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h477 TGSI_OPCODE_F2U = 127, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h460 #define TGSI_OPCODE_F2U 127 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp640 case TGSI_OPCODE_F2U: return nv50_ir::TYPE_U32; in inferDstType()
3500 case TGSI_OPCODE_F2U: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c590 [nir_op_f2u32] = { TGSI_OPCODE_F2U, TGSI_OPCODE_D2U }, in ntt_emit_alu()
Dtgsi_to_nir.c1900 [TGSI_OPCODE_F2U] = nir_op_f2u32,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1199 bld_base->op_actions[TGSI_OPCODE_F2U].emit = f2u_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c881 case TGSI_OPCODE_F2U: in translate_opcode()
9243 case TGSI_OPCODE_F2U: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11800 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_op2_trans},
11997 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_f2i},
12223 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_op2},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1862 emit_asm(ir, TGSI_OPCODE_F2U, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5092 case TGSI_OPCODE_F2U: in iter_instruction()