Searched refs:TGSI_OPCODE_F2U (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_info.c | 136 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_type() 296 case TGSI_OPCODE_F2U: in tgsi_opcode_infer_src_type()
|
H A D | tgsi_exec.c | 5523 case TGSI_OPCODE_F2U: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 472 TGSI_OPCODE_F2U = 127, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 640 case TGSI_OPCODE_F2U: return nv50_ir::TYPE_U32; in inferDstType() 3565 case TGSI_OPCODE_F2U: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1901 [TGSI_OPCODE_F2U] = nir_op_f2u32,
|
H A D | nir_to_tgsi.c | 1377 [nir_op_f2u32] = { TGSI_OPCODE_F2U, TGSI_OPCODE_D2U }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 689 /* TGSI_OPCODE_F2U */ 1199 bld_base->op_actions[TGSI_OPCODE_F2U].emit = f2u_emit; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11912 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_op2_trans}, 12109 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_f2i}, 12336 [TGSI_OPCODE_F2U] = { ALU_OP1_FLT_TO_UINT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 956 case TGSI_OPCODE_F2U: in translate_opcode() 10910 case TGSI_OPCODE_F2U: in emit_instruction()
|
Completed in 69 milliseconds