Home
last modified time | relevance | path

Searched defs:isDepthStencilFormat (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp477 …const bool isDepthStencilFormat(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(f… in createRenderPass() local
799bool isDepthStencilFormat, uint32_t sampleCount, in getRenderingAttachmentLocationInfo()
1154 const bool isDepthStencilFormat(isDepthFormat || isStencilFormat); in createRenderPipeline() local
1258 const bool isDepthStencilFormat(isDepthFormat || isStencilFormat); in createSplitPipelines() local
1443 const bool isDepthStencilFormat(isDepthFormat || isStencilFormat); in iterateInternalDynamicRendering() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp84 const bool isDepthStencilFormat = textureFormat.hasDepthOrStencilBits(); in setStorageImpl() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp162 const bool isDepthStencilFormat = format.hasDepthOrStencilBits(); in GetUsageFlags() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp206 const bool isDepthStencilFormat = vk::isDepthStencilFormat(colorFormat); in createImageAndBind() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp1200 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp107 bool isDepthStencilFormat(VkFormat format) in isDepthStencilFormat() function