Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_F2I (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c159 { 1, 1, 0, 0, 0, 0, 0, COMP, "F2I", TGSI_OPCODE_F2I },
385 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_type()
501 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_src_type()
Dtgsi_util.c223 case TGSI_OPCODE_F2I: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5749 case TGSI_OPCODE_F2I: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h454 #define TGSI_OPCODE_F2I 119 macro
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c83 [TGSI_OPCODE_F2I] = { GEN6_OPCODE_MOV, 1, 1 },
853 [TGSI_OPCODE_F2I] = aos_simple,
1394 [TGSI_OPCODE_F2I] = soa_per_channel,
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1111 case TGSI_OPCODE_F2I: in translate_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c808 bld_base->op_actions[TGSI_OPCODE_F2I].emit = emit_f2i; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1634 [TGSI_OPCODE_F2I] = nir_op_f2i,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp644 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; in inferDstType()
3367 case TGSI_OPCODE_F2I: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c585 case TGSI_OPCODE_F2I: in translate_opcode()
5666 case TGSI_OPCODE_F2I: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2561 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9180 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans},
9378 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i},
9601 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1980 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]); in visit_expression()