Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_D2U (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c306 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
Dtgsi_util.c182 case TGSI_OPCODE_D2U: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5814 case TGSI_OPCODE_D2U: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h574 TGSI_OPCODE_D2U = 215, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp363 case TGSI_OPCODE_D2U: in srcMask()
578 case TGSI_OPCODE_D2U: in inferSrcType()
639 case TGSI_OPCODE_D2U: in inferDstType()
3919 case TGSI_OPCODE_D2U: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c1050 case TGSI_OPCODE_D2U: in translate_opcode()
9251 case TGSI_OPCODE_D2U: in opcode_has_dbl_src()
9337 case TGSI_OPCODE_D2U: in check_double_dst_writemask()
11100 case TGSI_OPCODE_D2U: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c1217 bld_base->op_actions[TGSI_OPCODE_D2U].emit = d2u_emit; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1959 [TGSI_OPCODE_D2U] = nir_op_f2u32,
Dnir_to_tgsi.c1377 [nir_op_f2u32] = { TGSI_OPCODE_F2U, TGSI_OPCODE_D2U }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c5041 inst->Instruction.Opcode == TGSI_OPCODE_D2U); in egcm_double_to_int()
12199 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
12426 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},