Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
564 struct pipe_resource *pnext = templ->next;
565 for (obj->plane_count = 1; pnext; obj->plane_count++, pnext = pnext->next) {
566 struct zink_resource *next = zink_resource(pnext);
567 if (!next->obj->is_aux)
717 pnext = templ->next;
718 for (unsigned i = 1; i < obj->plane_count; i++, pnext = pnext->next) {
719 struct zink_resource *next = zink_resource(pnext);
720 obj->plane_offsets[i] = plane_layouts[i].offset = next->obj->plane_offsets[i];
721 obj->plane_strides[i] = plane_layouts[i].rowPitch = next->obj->plane_strides[i];
1854 /* if writing to a streamout buffer, ensure synchronization next time it's used */
1939 templ.next = NULL;
2150 if (pres->next && pres->next->format == PIPE_FORMAT_S8_UINT)
2151 return pres->next;
2238 pipe_resource_reference(&pres->next, stencil);