Lines Matching defs:first
1009 * Calculate the physical extent of the surface's first level, in units of
1224 * The first restriction is already handled by isl_choose_image_alignment_el
1225 * but the second restriction, which is an extension of the first, only
3230 * to the same surface channel only the first shader channel in RGBA
3295 isl_swizzle_compose(struct isl_swizzle first, struct isl_swizzle second)
3298 .r = swizzle_select(first.r, second),
3299 .g = swizzle_select(first.g, second),
3300 .b = swizzle_select(first.b, second),
3301 .a = swizzle_select(first.a, second),
3319 /* We go in ABGR order so that, if there are any duplicates, the first one
3374 /* We assign colors in ABGR order so that the first one will be taken in