/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 98 deUint32 preserveAttachmentCount, 115 deUint32 preserveAttachmentCount,
|
H A D | vktMultiViewRenderPassUtil.cpp | 139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 98 deUint32 preserveAttachmentCount, 115 deUint32 preserveAttachmentCount,
|
H A D | vktMultiViewRenderPassUtil.cpp | 139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A 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/framework/vulkan/ |
H A D | vkPlatform.cpp | 555 checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPassHandlerNorm() 574 checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPassHandlerStat() 595 checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPass2HandlerNorm() 614 checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpasses[subpassNdx].preserveAttachmentCount); in createRenderPass2HandlerStat() 875 deUint32 preserveAttachmentCount) const in checkSubpassSupport() 887 if (preserveAttachmentCount > m_physicalDeviceVulkanSC10Properties.maxSubpassPreserveAttachments) in checkSubpassSupport() 889 const std::string msg = "Requested preserveAttachmentCount (" + de::toString(preserveAttachmentCount) in checkSubpassSupport()
|
H A D | vkPlatform.hpp | 321 deUint32 preserveAttachmentCount) const;
|
H A 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() 917 0u, // deUint32 preserveAttachmentCount in prepareSimpleRenderPassCI()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 104 deUint32 preserveAttachmentCount, 121 deUint32 preserveAttachmentCount,
|
H A D | vktRenderPassTestsUtil.cpp | 141 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 169 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2() 690 (deUint32)preserveAttachmentReferences->size(), // deUint32 preserveAttachmentCount; || deUint32 preserveAttachmentCount; in createSubpassDescription()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 104 deUint32 preserveAttachmentCount, 121 deUint32 preserveAttachmentCount,
|
H A D | vktRenderPassTestsUtil.cpp | 141 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1() 169 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2() 690 (deUint32)preserveAttachmentReferences->size(), // deUint32 preserveAttachmentCount; || deUint32 preserveAttachmentCount; in createSubpassDescription()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 246 subpassDescLoad.preserveAttachmentCount = 0; in Create() 281 subpassDescMain.preserveAttachmentCount = 0; in Create()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 212 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription() 513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
|
H A D | vktDrawCreateInfoUtil.hpp | 166 deUint32 preserveAttachmentCount,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription() 513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
|
H A D | vktDrawCreateInfoUtil.hpp | 166 deUint32 preserveAttachmentCount,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateLineWidthTests.cpp | 182 subpassTemplate.preserveAttachmentCount = 0; in buildRenderPass()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.c | 142 .preserveAttachmentCount = pCreateInfo->pSubpasses[i].preserveAttachmentCount, in vk_common_CreateRenderPass()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A 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/broadcom/vulkan/ |
H A D | v3dv_meta_clear.c | 713 .preserveAttachmentCount = 0, in create_color_clear_render_pass()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 864 subpass.preserveAttachmentCount = 0; in create_graphics_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSmokeTests.cpp | 407 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()
|