Home
last modified time | relevance | path

Searched refs:depthStencilAttachmentIndex (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp2516 vk::PackedAttachmentIndex depthStencilAttachmentIndex = vk::kAttachmentIndexInvalid; in startNewRenderPass() local
2524 depthStencilAttachmentIndex = colorIndexVk; in startNewRenderPass()
2579 packedClearValues.store(depthStencilAttachmentIndex, VK_IMAGE_ASPECT_DEPTH_BIT, in startNewRenderPass()
2585 packedClearValues.store(depthStencilAttachmentIndex, VK_IMAGE_ASPECT_DEPTH_BIT, in startNewRenderPass()
2636 renderPassAttachmentOps.setOps(depthStencilAttachmentIndex, depthLoadOp, depthStoreOp); in startNewRenderPass()
2637 renderPassAttachmentOps.setStencilOps(depthStencilAttachmentIndex, stencilLoadOp, in startNewRenderPass()
2674 depthStencilAttachmentIndex, packedClearValues, commandBufferOut)); in startNewRenderPass()
Dvk_cache_utils.cpp1043 uint32_t depthStencilIndexGL = static_cast<uint32_t>(desc.depthStencilAttachmentIndex()); in InitializeRenderPassFromDesc()
1101 uint32_t depthStencilIndexGL = static_cast<uint32_t>(desc.depthStencilAttachmentIndex()); in InitializeRenderPassFromDesc()
1454 size_t index = depthStencilAttachmentIndex(); in packDepthStencilAttachment()
1531 angle::FormatID formatID = operator[](depthStencilAttachmentIndex()); in hasDepthStencilAttachment()
DContextVk.h572 const vk::PackedAttachmentIndex depthStencilAttachmentIndex,
Dvk_cache_utils.h169 size_t depthStencilAttachmentIndex() const { return colorAttachmentRange(); } in depthStencilAttachmentIndex() function
Dvk_helpers.h1109 const PackedAttachmentIndex depthStencilAttachmentIndex,
DContextVk.cpp5856 const vk::PackedAttachmentIndex depthStencilAttachmentIndex, in beginNewRenderPass() argument
5867 colorAttachmentCount, depthStencilAttachmentIndex, clearValues, commandBufferOut); in beginNewRenderPass()
Dvk_helpers.cpp1740 const PackedAttachmentIndex depthStencilAttachmentIndex, in beginRenderPass() argument
1754 mDepthStencilAttachmentIndex = depthStencilAttachmentIndex; in beginRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp3692 deUint32 depthStencilAttachmentIndex = VK_ATTACHMENT_UNUSED; in initialize() local
3696 depthStencilAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3771 depthStencilAttachmentIndex, // deUint32 attachment; in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp3692 deUint32 depthStencilAttachmentIndex = VK_ATTACHMENT_UNUSED; in initialize() local
3696 depthStencilAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3771 depthStencilAttachmentIndex, // deUint32 attachment; in initialize()