Lines Matching refs:usage
85 image->usage = pCreateInfo->usage;
93 pCreateInfo->usage;
193 * chain of VkImageCreateInfo, the usage is calculated based on the
197 * implicit usage is equal to
201 * implicit usage is equal to VkImageCreateInfo::usage.
203 * - If both aspects are included in aspectMask, the implicit usage
204 * is equal to the intersection of VkImageCreateInfo::usage and
211 return image->usage & image->stencil_usage;
214 return image->usage;
392 * has been created with a usage value not containing any of the
498 * usage from the underlying depth/stencil aspects.
504 image_view->usage = usage_info ? usage_info->usage : image_usage;
505 assert(driver_internal || !(image_view->usage & ~image_usage));