Home
last modified time | relevance | path

Searched refs:preserveAttachmentCount (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkRenderPass.cpp41 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 DvktMultiViewRenderPassUtil.hpp98 deUint32 preserveAttachmentCount,
115 deUint32 preserveAttachmentCount,
H A DvktMultiViewRenderPassUtil.cpp139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1()
167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp98 deUint32 preserveAttachmentCount,
115 deUint32 preserveAttachmentCount,
H A DvktMultiViewRenderPassUtil.cpp139 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription1()
167 preserveAttachmentCount = preserveAttachmentCount_; in SubpassDescription2()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_render_pass.h98 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 DvkPlatform.cpp555 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 DvkPlatform.hpp321 deUint32 preserveAttachmentCount) const;
H A DvkSafetyCriticalUtil.cpp679 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 DvktRenderPassTestsUtil.hpp104 deUint32 preserveAttachmentCount,
121 deUint32 preserveAttachmentCount,
H A DvktRenderPassTestsUtil.cpp141 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 DvktRenderPassTestsUtil.hpp104 deUint32 preserveAttachmentCount,
121 deUint32 preserveAttachmentCount,
H A DvktRenderPassTestsUtil.cpp141 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 DGrVkRenderPass.cpp246 subpassDescLoad.preserveAttachmentCount = 0; in Create()
281 subpassDescMain.preserveAttachmentCount = 0; in Create()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp212 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
H A DvktDrawCreateInfoUtil.hpp166 deUint32 preserveAttachmentCount,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp483 preserveAttachmentCount = _preserveAttachmentCount; in SubpassDescription()
513 rhs.pPreserveAttachments, rhs.pPreserveAttachments + rhs.preserveAttachmentCount); in SubpassDescription()
H A DvktDrawCreateInfoUtil.hpp166 deUint32 preserveAttachmentCount,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp182 subpassTemplate.preserveAttachmentCount = 0; in buildRenderPass()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c142 .preserveAttachmentCount = pCreateInfo->pSubpasses[i].preserveAttachmentCount, in vk_common_CreateRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp475 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 Dv3dv_meta_clear.c713 .preserveAttachmentCount = 0, in create_color_clear_render_pass()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp864 subpass.preserveAttachmentCount = 0; in create_graphics_pipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp407 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()

Completed in 34 milliseconds

12