Home
last modified time | relevance | path

Searched refs:NVC0_MAX_SURFACE_SLOTS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h21 #define NVC0_MAX_SURFACE_SLOTS 16 macro
Dnvc0_context.h262 struct pipe_surface *surfaces[2][NVC0_MAX_SURFACE_SLOTS];
Dnvc0_context.c167 for (i = 0; i < NVC0_MAX_SURFACE_SLOTS; ++i) in nvc0_context_unreference_resources()