Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp167 struct ClearAttachmentData struct
169 std::vector<VkClearAttachment> colorDepthClear1;
170 std::vector<VkClearAttachment> colorDepthClear2;
171 VkClearAttachment stencilClear1;
172 VkClearAttachment stencilClear2;
173 VkClearRect rectColorDepth1;
174 VkClearRect rectColorDepth2;
175 VkClearRect rectStencil1;
176 VkClearRect rectStencil2;
178 ClearAttachmentData(const uint32_t colorAtchCount, const VkFormat depth, const VkFormat stencil) in ClearAttachmentData() function