/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 41 sizeof(uint32_t) * subpass.preserveAttachmentCount + in ComputeRequiredAllocationSizeT() 62 dst[i].preserveAttachmentCount = src[i].preserveAttachmentCount; in CopySubpasses() 344 if(subpass.preserveAttachmentCount > 0) in init() 346 size_t preserveAttachmentSize = subpass.preserveAttachmentCount * sizeof(uint32_t); in init() 348 for(uint32_t j = 0u; j < subpass.preserveAttachmentCount; j++) in init() 354 for(auto j = 0u; j < subpasses[i].preserveAttachmentCount; j++) in init()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 98 size += vn_sizeof_uint32_t(&val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription() 100 size += vn_sizeof_array_size(val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription() 101 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription() 138 vn_encode_uint32_t(enc, &val->preserveAttachmentCount); in vn_encode_VkSubpassDescription() 140 vn_encode_array_size(enc, val->preserveAttachmentCount); in vn_encode_VkSubpassDescription() 141 vn_encode_uint32_t_array(enc, val->pPreserveAttachments, val->preserveAttachmentCount); in vn_encode_VkSubpassDescription() 921 size += vn_sizeof_uint32_t(&val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription2_self() 923 size += vn_sizeof_array_size(val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription2_self() 924 size += vn_sizeof_uint32_t_array(val->pPreserveAttachments, val->preserveAttachmentCount); in vn_sizeof_VkSubpassDescription2_self() 998 vn_encode_uint32_t(enc, &val->preserveAttachmentCount); in vn_encode_VkSubpassDescription2_self() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 98 deUint32 preserveAttachmentCount, 115 deUint32 preserveAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 98 deUint32 preserveAttachmentCount, 115 deUint32 preserveAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 549 …ses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPassHandlerNorm() 568 …ses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPassHandlerStat() 589 …ses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPass2HandlerNorm() 608 …ses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPass2HandlerStat() 862 deUint32 preserveAttachmentCount) const in checkSubpassSupport() 874 if (preserveAttachmentCount > m_physicalDeviceVulkanSC10Properties.maxSubpassPreserveAttachments) in checkSubpassSupport() 876 …nst std::string msg = "Requested preserveAttachmentCount (" + de::toString(preserveAttachmentCount) in checkSubpassSupport()
|
D | vkPlatform.hpp | 319 deUint32 preserveAttachmentCount) const;
|
D | vkSafetyCriticalUtil.cpp | 679 for (deUint32 j = 0; j < rCI.pSubpasses[i].preserveAttachmentCount; ++j) in calculateRenderPassHash() 719 for (deUint32 j = 0; j < rCI.pSubpasses[i].preserveAttachmentCount; ++j) in calculateRenderPass2Hash()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 104 deUint32 preserveAttachmentCount, 121 deUint32 preserveAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 141 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 169 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 104 deUint32 preserveAttachmentCount, 121 deUint32 preserveAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 141 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 169 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 244 subpassDescLoad.preserveAttachmentCount = 0; in Create() 279 subpassDescMain.preserveAttachmentCount = 0; in Create()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 118 subpassDesc.preserveAttachmentCount = 0; in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 175 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 212 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 323 …, const VkAttachmentReference* pDepthStencilAttachment, uint32_t preserveAttachmentCount, const ui… argument 334 res.preserveAttachmentCount = preserveAttachmentCount;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription() 513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
|
D | vktDrawCreateInfoUtil.hpp | 166 deUint32 preserveAttachmentCount,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription() 513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
|
D | vktDrawCreateInfoUtil.hpp | 166 deUint32 preserveAttachmentCount,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 475 subpassDesc->preserveAttachmentCount = in InitializeUnresolveSubpass() 659 desc2Out->preserveAttachmentCount = desc.preserveAttachmentCount; in ToSubpassDescription2() 1174 applicationSubpass->preserveAttachmentCount = 0; in InitializeRenderPassFromDesc()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_render_pass.c | 142 .preserveAttachmentCount = pCreateInfo->pSubpasses[i].preserveAttachmentCount, in vk_common_CreateRenderPass()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 864 subpass.preserveAttachmentCount = 0; in create_graphics_pipeline()
|