Home
last modified time | relevance | path

Searched refs:depthStencilAspect (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1070 const VkImageAspectFlags depthStencilAspect = getFormatAspectFlags(caseDef.depthStencilFormat); in testWithSizeReduction() local
1071 const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in testWithSizeReduction()
1072 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in testWithSizeReduction()
1095 …IEW_TYPE_2D, caseDef.depthStencilFormat, makeImageSubresourceRange(depthStencilAspect, 0u, 1u, sub… in testWithSizeReduction()
1300 const VkImageAspectFlags depthStencilAspect = getFormatAspectFlags(caseDef.depthStencilFormat); in drawToMipLevel() local
1301 const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in drawToMipLevel()
1302 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in drawToMipLevel()
1337 makeImageSubresourceRange(depthStencilAspect, mipLevel, 1u, subpassNdx, 1u)))); in drawToMipLevel()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp183 … const VkImageAspectFlags depthStencilAspect, //!< Used to determine which D/S tests to turn on in makeGraphicsPipeline() argument
304 (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != 0u, // VkBool32 depthTestEnable; in makeGraphicsPipeline()
308 (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0u, // VkBool32 stencilTestEnable; in makeGraphicsPipeline()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1146 const VkImageAspectFlags depthStencilAspect, in recordClearAttachments() argument
1170 if ((depthStencilAspect & (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) != 0u) in recordClearAttachments()
1174 depthStencilAspect, // VkImageAspectFlags aspectMask; in recordClearAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1490 …const VkImageAspectFlags depthStencilAspect = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STEN… in execTest() local
1491 const VkImageAspectFlags allAspects[2] = { colorAspect, depthStencilAspect }; in execTest()
1510 if (aspect == depthStencilAspect) in execTest()