Searched refs:copyAspect (Results 1 – 6 of 6) sorted by relevance
287 VkImageAspectFlags copyAspect = VK_IMAGE_ASPECT_COLOR_BIT,301 VkImageAspectFlags copyAspect = VK_IMAGE_ASPECT_COLOR_BIT);
4372 VkImageAspectFlags copyAspect, in copyImageToBuffer() argument4394 copyAspect, // VkImageAspectFlags aspectMask; in copyImageToBuffer()4440 VkImageAspectFlags copyAspect) in copyImageToBuffer() argument4461 copyAspect, // VkImageAspectFlags aspectMask; in copyImageToBuffer()
103 VkImageAspectFlagBits copyAspect) in GetDepthStencilImageToBufferFormat() argument105 if (copyAspect == VK_IMAGE_ASPECT_STENCIL_BIT) in GetDepthStencilImageToBufferFormat()113 ASSERT(copyAspect == VK_IMAGE_ASPECT_DEPTH_BIT); in GetDepthStencilImageToBufferFormat()
7331 VkImageAspectFlags copyAspect; member7436 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7448 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()7464 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7468 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()7474 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7479 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()8280 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) && !(context.getDeviceProperties().limits.fr… in checkSupport()8283 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) && !(context.getDeviceProperties().limits.… in checkSupport()8417 if (m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in initPrograms()[all …]
684 VkImageAspectFlagBits copyAspect) in GetDepthStencilImageToBufferFormat() argument686 if (copyAspect == VK_IMAGE_ASPECT_STENCIL_BIT) in GetDepthStencilImageToBufferFormat()694 ASSERT(copyAspect == VK_IMAGE_ASPECT_DEPTH_BIT); in GetDepthStencilImageToBufferFormat()