Searched refs:TGSI_OPCODE_D2U (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 257 { 1, 1, 0, 0, 0, 0, COMP, "D2U", TGSI_OPCODE_D2U }, 386 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_type() 521 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 306 case TGSI_OPCODE_D2U: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 239 case TGSI_OPCODE_D2U: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6141 case TGSI_OPCODE_D2U: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 579 TGSI_OPCODE_D2U = 215, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 561 #define TGSI_OPCODE_D2U 215 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 363 case TGSI_OPCODE_D2U: in srcMask() 578 case TGSI_OPCODE_D2U: in inferSrcType() 639 case TGSI_OPCODE_D2U: in inferDstType() 3852 case TGSI_OPCODE_D2U: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 971 case TGSI_OPCODE_D2U: in translate_opcode() 8576 case TGSI_OPCODE_D2U: in opcode_has_dbl_src() 8633 case TGSI_OPCODE_D2U: in check_double_dst_writemask() 9433 case TGSI_OPCODE_D2U: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 590 [nir_op_f2u32] = { TGSI_OPCODE_F2U, TGSI_OPCODE_D2U }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1958 [TGSI_OPCODE_D2U] = nir_op_f2u32,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1217 bld_base->op_actions[TGSI_OPCODE_D2U].emit = d2u_emit; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5023 inst->Instruction.Opcode == TGSI_OPCODE_D2U); in egcm_double_to_int() 12087 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int}, 12313 [TGSI_OPCODE_D2U] = { ALU_OP1_FLT_TO_UINT, egcm_double_to_int},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2197 emit_asm(ir, TGSI_OPCODE_D2U, result_dst, op[0]); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5095 case TGSI_OPCODE_D2U: in iter_instruction()
|