Home
last modified time | relevance | path

Searched refs:SWIZZLED (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.h33 SWIZZLED, enumerator
Dnv04_surface.c369 get_offset_t get_dst = (dst->layout == SWIZZLED ? in nv04_surface_copy_cpu()
371 get_offset_t get_src = (src->layout == SWIZZLED ? in nv04_surface_copy_cpu()
413 if (src->layout == LINEAR && dst->layout == SWIZZLED && in nv04_surface_copy()
Dnv04_context.c115 nouveau_surface_alloc(ctx, s, SWIZZLED, in init_dummy_texture()
Dnouveau_texture.c315 (_mesa_is_format_compressed(s->format) ? LINEAR : SWIZZLED); in relayout_texture()