Lines Matching defs:aspect
156 VkImageAspectFlags aspect,
160 /* We call this with image->vk.aspects & aspect, so 0 means the aspect we are
163 if (!aspect)
360 VkImageAspectFlags aspect,
365 /* We call this with image->vk.aspects & aspect, so 0 means the aspect we are
368 if (!aspect)
371 /* If the aspect needs to be cleared with a draw call then we won't emit
402 VkImageAspectFlags aspect,
406 /* We call this with image->vk.aspects & aspect, so 0 means the aspect we are
409 if (!aspect)
838 * storing (or loading) depth. If a stencil aspect is also present
1471 perf_debug("Loading depth aspect in a secondary command buffer "
1479 perf_debug("Loading depth aspect for framebuffer with odd width "