Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_F2I (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c159 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_type()
295 case TGSI_OPCODE_F2I: in tgsi_opcode_infer_src_type()
H A Dtgsi_exec.c5475 case TGSI_OPCODE_F2I: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h464 TGSI_OPCODE_F2I = 119, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp642 case TGSI_OPCODE_F2I: return nv50_ir::TYPE_S32; in inferDstType()
3564 case TGSI_OPCODE_F2I: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1893 [TGSI_OPCODE_F2I] = nir_op_f2i32,
H A Dnir_to_tgsi.c1375 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c1378 /* TGSI_OPCODE_F2I (CPU Only) */
2544 bld_base->op_actions[TGSI_OPCODE_F2I].emit = f2i_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11904 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2_trans},
12101 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_f2i},
12328 [TGSI_OPCODE_F2I] = { ALU_OP1_FLT_TO_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c936 case TGSI_OPCODE_F2I: in translate_opcode()
10909 case TGSI_OPCODE_F2I: in emit_instruction()

Completed in 98 milliseconds