Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c159 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_type()
295 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c5802 case TGSI_OPCODE_F2I: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c159 { 1, 1, 0, 0, 0, 0, COMP, "F2I", TGSI_OPCODE_F2I },
392 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_type()
510 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_src_type()
Dtgsi_util.c221 case TGSI_OPCODE_F2I: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h469 TGSI_OPCODE_F2I = 119, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h452 #define TGSI_OPCODE_F2I 119 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp642 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; in inferDstType()
3499 case TGSI_OPCODE_F2I: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c588 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
Dtgsi_to_nir.c1892 [TGSI_OPCODE_F2I] = nir_op_f2i32,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2544 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c861 case TGSI_OPCODE_F2I: in translate_opcode()
9242 case TGSI_OPCODE_F2I: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11792 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans},
11989 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i},
12215 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1856 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5086 case TGSI_OPCODE_F2I: in iter_instruction()