Lines Matching defs:layer
444 * layer 0) and only for the entire slice. This guarantees us that, at
453 "Rendering with multi-lod or multi-layer framebuffer "
461 "Rendering to a multi-layer framebuffer with "
553 const uint32_t layer = base_layer + a;
563 /* If the given miplevel does not have this layer, then any higher
567 assert(layer < image->vk.extent.depth);
568 if (layer >= anv_minify(image->vk.extent.depth, level))
570 logical_z_offset_px = layer;
572 assert(layer < image->vk.array_layers);
573 logical_array_layer = layer;
810 uint32_t layer = base_layer + a;
814 level, layer);
1539 /* We only support fast-clear on the first layer so partial
3120 /* Here we promote a UBO to a binding table entry so that we can avoid a layer of indirection.
6538 /* We only support fast-clears on the first layer */
6578 /* We only support fast-clears on the first layer */
6830 uint32_t layer = ds_iview->vk.base_array_layer + view;
6835 level, layer, 1,
6842 level, layer, 1,
6984 const uint32_t layer = iview->planes[0].isl.base_array_layer + i;
6988 level, layer, 1);