Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp847 int depthStencilAttachmentIndex = resolveTexture ? 2 : 1; in beginRenderPass() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp3487 vk::PackedAttachmentIndex depthStencilAttachmentIndex = vk::kAttachmentIndexInvalid; in startNewRenderPass() local
H A Dvk_cache_utils.h224 size_t depthStencilAttachmentIndex() const { return colorAttachmentRange(); } in depthStencilAttachmentIndex() function
H A DContextVk.cpp8055 const vk::PackedAttachmentIndex depthStencilAttachmentIndex, in beginNewRenderPass()
H A Dvk_helpers.cpp2987 const PackedAttachmentIndex depthStencilAttachmentIndex, in beginRenderPass()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp3648 uint32_t depthStencilAttachmentIndex = VK_ATTACHMENT_UNUSED; in initialize() local