/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 89 std::array<VkAttachmentReference, kMaxColorAttachments> colorAttachmentRefs; in CreateRenderPassForQuery() local 102 auto& attachmentRef = colorAttachmentRefs[colorAttachmentIndex]; in CreateRenderPassForQuery() 172 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 113 std::array<VkAttachmentReference, kMaxColorAttachments> colorAttachmentRefs; in CreateRenderPassForQuery() local 126 auto& attachmentRef = colorAttachmentRefs[colorAttachmentIndex]; in CreateRenderPassForQuery() 209 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleInterpolationTests.cpp | 384 std::vector<vk::VkAttachmentReference> colorAttachmentRefs; in render() local 395 colorAttachmentRefs.push_back(colorAttachmentReference); in render() 431 (deUint32)colorAttachmentRefs.size(), in render() 432 useMultisampling ? &multisampleAttachmentRefs[0] : &colorAttachmentRefs[0], in render() 433 useMultisampling ? &colorAttachmentRefs[0] : DE_NULL, in render()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassLoadStoreOpNoneTests.cpp | 199 std::vector<AttachmentRef> colorAttachmentRefs; in createRenderPass() member 275 refs.colorAttachmentRefs.push_back({DE_NULL, ref.idx, layout, aspectMask}); in createRenderPass() 299 (deUint32)refs.colorAttachmentRefs.size(), // deUint32 colorAttachmentCount in createRenderPass() 300 …refs.colorAttachmentRefs.empty() ? DE_NULL : refs.colorAttachmentRefs.data(), // const VkAttach… in createRenderPass()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 420 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassProduceDynamicDensityMap() local 434 static_cast<deUint32>(colorAttachmentRefs.size()), // deUint32 colorAttachmentCount in createRenderPassProduceDynamicDensityMap() 435 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassProduceDynamicDensityMap() 699 std::vector<AttachmentRef> colorAttachmentRefs in createRenderPassOutputSubsampledImage() local 713 static_cast<deUint32>(colorAttachmentRefs.size()), // deUint32 colorAttachmentCount in createRenderPassOutputSubsampledImage() 714 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in createRenderPassOutputSubsampledImage()
|
D | vktRenderPassMultisampleResolveTests.cpp | 1423 std::vector<AttRef> colorAttachmentRefs; in createRenderPass() local 1451 colorAttachmentRefs.push_back(attachmentRef); in createRenderPass() 1483 DE_ASSERT(colorAttachmentRefs.size() == resolveAttachmentRefs.size()); in createRenderPass() 1484 DE_ASSERT(attachments.size() == colorAttachmentRefs.size() + resolveAttachmentRefs.size()); in createRenderPass() 1495 (deUint32)colorAttachmentRefs.size(), // colorAttachmentCount in createRenderPass() 1496 &colorAttachmentRefs[0], // pColorAttachments in createRenderPass()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 191 gl::DrawBuffersVector<VkAttachmentReference> colorAttachmentRefs; in InitializeRenderPassFromDesc() local 213 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc() 227 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc() 259 subpassDesc.colorAttachmentCount = static_cast<uint32_t>(colorAttachmentRefs.size()); in InitializeRenderPassFromDesc() 260 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in InitializeRenderPassFromDesc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 407 const vk::VkAttachmentReference colorAttachmentRefs[] = in createRenderPass() local 422 DE_LENGTH_OF_ARRAY(colorAttachmentRefs), in createRenderPass() 423 colorAttachmentRefs, in createRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 970 gl::DrawBuffersVector<VkAttachmentReference> colorAttachmentRefs; in InitializeRenderPassFromDesc() local 1003 colorAttachmentRefs.push_back(kUnusedAttachment); in InitializeRenderPassFromDesc() 1016 colorAttachmentRefs.push_back(colorRef); in InitializeRenderPassFromDesc() 1151 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc() 1163 needInputAttachments ? static_cast<uint32_t>(colorAttachmentRefs.size()) : 0; in InitializeRenderPassFromDesc() 1165 needInputAttachments ? colorAttachmentRefs.data() : nullptr; in InitializeRenderPassFromDesc() 1166 applicationSubpass->colorAttachmentCount = static_cast<uint32_t>(colorAttachmentRefs.size()); in InitializeRenderPassFromDesc() 1167 applicationSubpass->pColorAttachments = colorAttachmentRefs.data(); in InitializeRenderPassFromDesc()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendOperationAdvancedTests.cpp | 867 std::vector<VkAttachmentReference> colorAttachmentRefs; in makeTestRenderPass() local 879 colorAttachmentRefs.push_back(colorAttachmentRef); in makeTestRenderPass() 889 colorAttachmentRefs.data(), // const VkAttachmentReference* pColorAttachments in makeTestRenderPass()
|