Searched refs:TGSI_OPCODE_F2I (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 159 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_type() 295 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 5802 case TGSI_OPCODE_F2I: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 159 { 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()
|
D | tgsi_util.c | 221 case TGSI_OPCODE_F2I: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 469 TGSI_OPCODE_F2I = 119, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 452 #define TGSI_OPCODE_F2I 119 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 642 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; in inferDstType() 3499 case TGSI_OPCODE_F2I: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 588 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1892 [TGSI_OPCODE_F2I] = nir_op_f2i32,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2544 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 861 case TGSI_OPCODE_F2I: in translate_opcode() 9242 case TGSI_OPCODE_F2I: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11792 [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/ |
D | st_glsl_to_tgsi.cpp | 1856 emit_asm(ir, TGSI_OPCODE_F2I, result_dst, op[0]); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5086 case TGSI_OPCODE_F2I: in iter_instruction()
|