Searched refs:TGSI_OPCODE_F2I (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 159 { 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()
|
D | tgsi_util.c | 223 case TGSI_OPCODE_F2I: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5749 case TGSI_OPCODE_F2I: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 454 #define TGSI_OPCODE_F2I 119 macro
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 83 [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/ |
D | fd2_compiler.c | 1111 case TGSI_OPCODE_F2I: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 808 bld_base->op_actions[TGSI_OPCODE_F2I].emit = emit_f2i; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1634 [TGSI_OPCODE_F2I] = nir_op_f2i,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 644 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; in inferDstType() 3367 case TGSI_OPCODE_F2I: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 585 case TGSI_OPCODE_F2I: in translate_opcode() 5666 case TGSI_OPCODE_F2I: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2561 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9180 [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/ |
D | st_glsl_to_tgsi.cpp | 1980 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]); in visit_expression()
|