Searched refs:copyAspect (Results 1 – 4 of 4) sorted by relevance
289 VkImageAspectFlags copyAspect = VK_IMAGE_ASPECT_COLOR_BIT,303 VkImageAspectFlags copyAspect = VK_IMAGE_ASPECT_COLOR_BIT);
4394 VkImageAspectFlags copyAspect, in copyImageToBuffer() argument4416 copyAspect, // VkImageAspectFlags aspectMask; in copyImageToBuffer()4462 VkImageAspectFlags copyAspect) in copyImageToBuffer() argument4483 copyAspect, // VkImageAspectFlags aspectMask; in copyImageToBuffer()
7354 VkImageAspectFlags copyAspect; member7459 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7471 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()7487 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7491 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()7497 if (testParameters.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in DepthStencilMSAA()7502 if (testParameters.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) in DepthStencilMSAA()8303 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) && !(context.getDeviceProperties().limits.fr… in checkSupport()8306 …if ((m_params.copyAspect & VK_IMAGE_ASPECT_STENCIL_BIT) && !(context.getDeviceProperties().limits.… in checkSupport()8440 if (m_params.copyAspect & VK_IMAGE_ASPECT_DEPTH_BIT) in initPrograms()[all …]
773 VkImageAspectFlagBits copyAspect) in GetDepthStencilImageToBufferFormat() argument775 if (copyAspect == VK_IMAGE_ASPECT_STENCIL_BIT) in GetDepthStencilImageToBufferFormat()783 ASSERT(copyAspect == VK_IMAGE_ASPECT_DEPTH_BIT); in GetDepthStencilImageToBufferFormat()