Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
305 if (num_planes <= 1 || res->base.b.next || !res->bo)
308 struct pipe_resource *next = nullptr;
322 plane_res->base.b.next = next;
323 next = &plane_res->base.b;
420 if (templ && templ->next) {
421 struct d3d12_resource* next = d3d12_resource(templ->next);
422 if (next->bo) {
424 res->bo = next->bo;
719 * callers expect adjacent allocations for next contiguous plane access
784 cur_plane_resource = cur_plane_resource->next;