Lines Matching refs:ud
366 switch (src[1].ud) { in has_source_and_destination_hazard()
677 return src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud; in components_read()
701 return src[TEX_LOGICAL_SRC_COORD_COMPONENTS].ud; in components_read()
705 return src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud; in components_read()
725 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud; in components_read()
738 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud; in components_read()
741 return src[SURFACE_LOGICAL_SRC_IMM_ARG].ud; in components_read()
754 const unsigned comps = src[2].ud / exec_size; in components_read()
769 const unsigned comps = src[SURFACE_LOGICAL_SRC_IMM_ARG].ud / exec_size; in components_read()
778 return i == 1 ? src[2].ud : 1; in components_read()
786 const unsigned op = src[2].ud; in components_read()
807 const unsigned op = src[2].ud; in components_read()
836 const unsigned op = src[SURFACE_LOGICAL_SRC_IMM_ARG].ud; in components_read()
839 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud; in components_read()
855 const unsigned op = src[SURFACE_LOGICAL_SRC_IMM_ARG].ud; in components_read()
858 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud; in components_read()
936 return src[2].ud; in size_read()
2781 const unsigned comp = inst->src[1].ud & (inst->exec_size - 1); in opt_algebraic()
2797 inst->src[1].ud); in opt_algebraic()
3761 ex_desc = brw_imm_ud(lsc_bti_ex_desc(devinfo, surface.ud)); in lower_uniform_pull_constant_loads()
3793 brw_imm_ud(offset_B.ud / 16)); in lower_uniform_pull_constant_loads()
3926 const bool ud = (inst->src[1].type == BRW_REGISTER_TYPE_UD); in lower_mul_dword_inst() local
3928 (( ud && inst->src[1].ud <= UINT16_MAX) || in lower_mul_dword_inst()
3929 (!ud && inst->src[1].d <= INT16_MAX && inst->src[1].d >= INT16_MIN))) { in lower_mul_dword_inst()
3943 ud ? brw_imm_uw(inst->src[1].ud) in lower_mul_dword_inst()
4036 brw_imm_uw(inst->src[1].ud & 0xffff)); in lower_mul_dword_inst()
4038 brw_imm_uw(inst->src[1].ud >> 16)); in lower_mul_dword_inst()
4165 mul->src[1] = brw_imm_uw(mul->src[1].ud); in lower_mulh_inst()
5071 const unsigned swiz = inst->src[1].ud; in get_lowered_simd_width()
5769 fprintf(file, "%-ghf", _mesa_half_to_float(inst->src[i].ud & 0xffff)); in dump_instruction()
5783 fprintf(file, "%uu", inst->src[i].ud); in dump_instruction()
5793 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff), in dump_instruction()
5794 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff), in dump_instruction()
5795 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff), in dump_instruction()
5796 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff)); in dump_instruction()
5800 fprintf(file, "%08x%s", inst->src[i].ud, in dump_instruction()