Home
last modified time | relevance | path

Searched refs:colorAttachmentRefs (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp327 std::vector<vk::VkAttachmentReference> colorAttachmentRefs; in render() local
344 colorAttachmentRefs.push_back(colorAttachmentReference); in render()
385 (deUint32)colorAttachmentRefs.size(), in render()
386 useMultisampling ? &multisampleAttachmentRefs[0] : &colorAttachmentRefs[0], in render()
387 useMultisampling ? &colorAttachmentRefs[0] : DE_NULL, in render()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp341 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceDynamicDensityMap() local
355 static_cast<deUint32>(colorAttachmentRefs.size()), // deUint32 colorAttachmentCount in createRenderPassProduceDynamicDensityMap()
356 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassProduceDynamicDensityMap()
646 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassOutputSubsampledImage() local
660 static_cast<deUint32>(colorAttachmentRefs.size()), // deUint32 colorAttachmentCount in createRenderPassOutputSubsampledImage()
661 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassOutputSubsampledImage()
DvktRenderPassMultisampleResolveTests.cpp1230 std::vector<AttRef> colorAttachmentRefs; in createRenderPass() local
1258 colorAttachmentRefs.push_back(attachmentRef); in createRenderPass()
1290 DE_ASSERT(colorAttachmentRefs.size() == resolveAttachmentRefs.size()); in createRenderPass()
1291 DE_ASSERT(attachments.size() == colorAttachmentRefs.size() + resolveAttachmentRefs.size()); in createRenderPass()
1302 (deUint32)colorAttachmentRefs.size(), // colorAttachmentCount in createRenderPass()
1303 &colorAttachmentRefs[0], // pColorAttachments in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp407 const vk::VkAttachmentReference colorAttachmentRefs[] = in createRenderPass() local
422 DE_LENGTH_OF_ARRAY(colorAttachmentRefs), in createRenderPass()
423 colorAttachmentRefs, in createRenderPass()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp943 gl::DrawBuffersVector<VkAttachmentReference> colorAttachmentRefs; in InitializeRenderPassFromDesc() local
976 colorAttachmentRefs.push_back(kUnusedAttachment); in InitializeRenderPassFromDesc()
990 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc()
1128 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc()
1140 needInputAttachments ? static_cast<uint32_t>(colorAttachmentRefs.size()) : 0; in InitializeRenderPassFromDesc()
1142 needInputAttachments ? colorAttachmentRefs.data() : nullptr; in InitializeRenderPassFromDesc()
1143 applicationSubpass->colorAttachmentCount = static_cast<uint32_t>(colorAttachmentRefs.size()); in InitializeRenderPassFromDesc()
1144 applicationSubpass->pColorAttachments = colorAttachmentRefs.data(); in InitializeRenderPassFromDesc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp867 std::vector<VkAttachmentReference> colorAttachmentRefs; in makeTestRenderPass() local
879 colorAttachmentRefs.push_back(colorAttachmentRef); in makeTestRenderPass()
889 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in makeTestRenderPass()