Lines Matching refs:one
509 /* CCS surfaces are required to have one of the GENX_CCS_* formats which
511 * corresponds to one cache-line pair in the main surface. From the Sky
659 /* Of the tiling modes remaining, choose the one that offers the best
892 * are those present in 3DSTATE_DEPTH_BUFFER incremented by one.
1946 * usage bit. The one thing we do know is that we haven't enable CCS on
2053 * in 3DSTATE_DEPTH_BUFFER incremented by one.
2422 /* They may only specify one of the above bits at a time */
2883 /* We only consider one Z or array slice */
2919 * last pixel (what we just calculated) is inclusive. Add one.
3050 /* If only one array slice is requested, directly offset to that slice.
3086 /* The newly created image represents the one subimage we're
3087 * referencing with this view so it only has one array slice and
3229 * channel and so on. If more than one shader channel select is set
3319 /* We go in ABGR order so that, if there are any duplicates, the first one
3338 uint32_t one)
3343 return one;
3357 uint32_t one = is_float ? 0x3f800000 : 1;
3360 isl_color_value_channel(src, swizzle.r, one),
3361 isl_color_value_channel(src, swizzle.g, one),
3362 isl_color_value_channel(src, swizzle.b, one),
3363 isl_color_value_channel(src, swizzle.a, one),
3374 /* We assign colors in ABGR order so that the first one will be taken in