Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1073 const VkImageAspectFlags depthStencilAspect = getFormatAspectFlags(caseDef.depthStencilFormat); in testWithSizeReduction() local
1074 const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in testWithSizeReduction()
1075 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in testWithSizeReduction()
1098 …IEW_TYPE_2D, caseDef.depthStencilFormat, makeImageSubresourceRange(depthStencilAspect, 0u, 1u, sub… in testWithSizeReduction()
1293 const VkImageAspectFlags depthStencilAspect = getFormatAspectFlags(caseDef.depthStencilFormat); in drawToMipLevel() local
1294 const bool useDepth = (depthStencilAspect & VK_IMAGE_ASPECT_DEPTH_BIT) != 0; in drawToMipLevel()
1295 const bool useStencil = (depthStencilAspect & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in drawToMipLevel()
1330 makeImageSubresourceRange(depthStencilAspect, mipLevel, 1u, subpassNdx, 1u)))); in drawToMipLevel()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1119 const VkImageAspectFlags depthStencilAspect, in recordClearAttachments() argument
1143 if ((depthStencilAspect & (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) != 0u) in recordClearAttachments()
1147 depthStencilAspect, // VkImageAspectFlags aspectMask; in recordClearAttachments()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1325 …const VkImageAspectFlags depthStencilAspect = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STEN… in execTest() local
1326 const VkImageAspectFlags allAspects[2] = { colorAspect, depthStencilAspect }; in execTest()
1345 if (aspect == depthStencilAspect) in execTest()