Lines Matching defs:ud

335       switch (src[1].ud) {
768 return src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud;
791 return src[TEX_LOGICAL_SRC_COORD_COMPONENTS].ud;
795 return src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud;
810 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud;
823 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud;
826 return src[SURFACE_LOGICAL_SRC_IMM_ARG].ud;
836 return i == 1 ? src[2].ud : 1;
843 const unsigned op = src[2].ud;
862 const unsigned op = src[2].ud;
889 const unsigned op = src[SURFACE_LOGICAL_SRC_IMM_ARG].ud;
892 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud;
908 const unsigned op = src[SURFACE_LOGICAL_SRC_IMM_ARG].ud;
911 return src[SURFACE_LOGICAL_SRC_IMM_DIMS].ud;
987 return src[2].ud;
2229 slots_read = DIV_ROUND_UP(inst->src[2].ud, UNIFORM_SLOT_SIZE);
2716 const unsigned comp = inst->src[1].ud & (inst->exec_size - 1);
2732 inst->src[1].ud);
3744 brw_imm_ud(inst->src[1].ud / 16));
3925 inst->src[1].ud < (1 << 16)) {
3939 const bool ud = (inst->src[1].type == BRW_REGISTER_TYPE_UD);
3941 ud ? brw_imm_uw(inst->src[1].ud)
4022 brw_imm_uw(inst->src[1].ud & 0xffff));
4024 brw_imm_uw(inst->src[1].ud >> 16));
4187 inst->src[FB_WRITE_LOGICAL_SRC_COMPONENTS].ud;
4643 return sampler.file != IMM || sampler.ud >= 16;
4793 assert(sampler.ud >= 16);
4798 brw_imm_ud(16 * (sampler.ud / 16) * sampler_state_size));
4997 surface.ud + base_binding_table_index,
4998 sampler.file == IMM ? sampler.ud % 16 : 0,
5009 sampler.file == IMM ? sampler.ud % 16 : 0,
5047 ubld.OR(desc, surface, brw_imm_ud(sampler.ud << 8));
5095 const unsigned coord_components = inst->src[TEX_LOGICAL_SRC_COORD_COMPONENTS].ud;
5097 const unsigned grad_components = inst->src[TEX_LOGICAL_SRC_GRAD_COMPONENTS].ud;
5273 arg.ud, /* num_channels */
5279 arg.ud, /* num_channels */
5285 arg.ud, /* bit_size */
5291 arg.ud, /* bit_size */
5297 arg.ud, /* atomic_op */
5303 arg.ud, /* atomic_op */
5309 arg.ud, /* num_channels */
5315 arg.ud, /* num_channels */
5321 arg.ud, /* atomic_op */
5341 inst->desc |= surface.ud & 0xff;
5378 const unsigned arg = inst->src[2].ud;
5514 inst->desc |= index.ud & 0xff;
6270 const unsigned swiz = inst->src[1].ud;
6768 fprintf(file, "%uu", inst->src[i].ud);
6778 brw_vf_to_float((inst->src[i].ud >> 0) & 0xff),
6779 brw_vf_to_float((inst->src[i].ud >> 8) & 0xff),
6780 brw_vf_to_float((inst->src[i].ud >> 16) & 0xff),
6781 brw_vf_to_float((inst->src[i].ud >> 24) & 0xff));
6785 fprintf(file, "%08x%s", inst->src[i].ud,