HomeSort by relevance Sort by last modified time
    Searched refs:SWIZZLED (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.h 33 SWIZZLED,
nv04_surface.c 214 /* Swizzled surfaces must be POT */
369 get_offset_t get_dst = (dst->layout == SWIZZLED ?
371 get_offset_t get_src = (src->layout == SWIZZLED ?
413 if (src->layout == LINEAR && dst->layout == SWIZZLED &&
577 /* Swizzled surface. */
nv04_context.c 115 nouveau_surface_alloc(ctx, s, SWIZZLED,
nouveau_texture.c 385 (_mesa_is_format_compressed(s->format) ? LINEAR : SWIZZLED);
475 /* 1 cpp formats will have to be swizzled by the CPU,

Completed in 157 milliseconds