Lines Matching refs:aspectMask
97 VkImageAspectFlags aspectMask = 0u; in getClearAspectMask() local
100 aspectMask |= VK_IMAGE_ASPECT_DEPTH_BIT; in getClearAspectMask()
103 aspectMask |= VK_IMAGE_ASPECT_STENCIL_BIT; in getClearAspectMask()
105 return aspectMask; in getClearAspectMask()
111 VkImageAspectFlags aspectMask = 0u; in getFormatAspectMask() local
114 aspectMask |= VK_IMAGE_ASPECT_DEPTH_BIT; in getFormatAspectMask()
117 aspectMask |= VK_IMAGE_ASPECT_STENCIL_BIT; in getFormatAspectMask()
119 if (!aspectMask) in getFormatAspectMask()
120 aspectMask |= VK_IMAGE_ASPECT_COLOR_BIT; in getFormatAspectMask()
122 return aspectMask; in getFormatAspectMask()
525 const VkImageAspectFlags aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in UnusedClearAttachmentTestInstance() local
546 aspectMask, // VkImageAspect aspect; in UnusedClearAttachmentTestInstance()
567 aspectMask, // VkImageAspect aspect; in UnusedClearAttachmentTestInstance()
577 aspectMask, // VkImageAspectFlags aspectMask; in UnusedClearAttachmentTestInstance()