Searched refs:VL_MAX_SURFACES (Results 1 – 3 of 3) sorted by relevance
39 #define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2) macro
48 struct pipe_surface *surfaces[VL_MAX_SURFACES];
357 for (i = 0; i < VL_MAX_SURFACES; ++i) { in vlVdpVideoSurfaceClear()