Lines Matching defs:depth
80 uint32_t depth = image->vk.extent.depth;
89 uint32_t pot_depth = 2 * util_next_power_of_two(u_minify(depth, 1));
106 assert(depth > 0);
123 level_depth = u_minify(depth, i);
401 assert(swapchain_image->vk.extent.depth == local_create_info.extent.depth);
449 * in the 3D image, so we have to multiply by the depth extent of the
455 layout->size = slice->size * image->vk.extent.depth;
518 * the depth aspect data.