Searched refs:TGSI_OPCODE_F2I (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A 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()
|
H A D | tgsi_exec.c | 5475 case TGSI_OPCODE_F2I: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 464 TGSI_OPCODE_F2I = 119, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 642 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 D | tgsi_to_nir.c | 1893 [TGSI_OPCODE_F2I] = nir_op_f2i32,
|
H A D | nir_to_tgsi.c | 1375 [nir_op_f2i32] = { TGSI_OPCODE_F2I, TGSI_OPCODE_D2I }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 1378 /* 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 D | r600_shader.c | 11904 [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 D | svga_tgsi_vgpu10.c | 936 case TGSI_OPCODE_F2I: in translate_opcode() 10909 case TGSI_OPCODE_F2I: in emit_instruction()
|
Completed in 98 milliseconds