Home
last modified time | relevance | path

Searched defs:hasDepthStencilAttachment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanRenderPass.cpp73 bool hasDepthStencilAttachment, in add_subpass_info_to_key()
279 bool hasDepthStencilAttachment = depthStencilAttachmentTextureInfo.isValid(); in MakeRenderPass() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp2978 bool RenderPassDesc::hasDepthStencilAttachment() const in hasDepthStencilAttachment() function in rx::vk::RenderPassDesc