Home
last modified time | relevance | path

Searched refs:subpassDesc (Results 1 – 25 of 51) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
118 subpassDesc.preserveAttachmentCount = 0; in init()
119 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
118 subpassDesc.preserveAttachmentCount = 0; in init()
119 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
118 subpassDesc.preserveAttachmentCount = 0; in init()
119 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
118 subpassDesc.preserveAttachmentCount = 0; in init()
119 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
98 subpassDesc.pColorAttachments = &colorRef; in init()
118 subpassDesc.preserveAttachmentCount = 0; in init()
119 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp69 VkSubpassDescription subpassDesc; in init() local
71 subpassDesc.flags = 0; in init()
73 subpassDesc.inputAttachmentCount = 0; in init()
74 subpassDesc.pInputAttachments = nullptr; in init()
75 subpassDesc.pResolveAttachments = nullptr; in init()
86 subpassDesc.colorAttachmentCount = 1; in init()
92 subpassDesc.colorAttachmentCount = 0; in init()
94 subpassDesc.pColorAttachments = &colorRef; in init()
111 subpassDesc.preserveAttachmentCount = 0; in init()
112 subpassDesc.pPreserveAttachments = nullptr; in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp92 VkSubpassDescription subpassDesc; in Create() local
94 subpassDesc.flags = 0; in Create()
96 subpassDesc.inputAttachmentCount = 0; in Create()
97 subpassDesc.pInputAttachments = nullptr; in Create()
98 subpassDesc.pResolveAttachments = nullptr; in Create()
118 subpassDesc.colorAttachmentCount = 1; in Create()
156 subpassDesc.colorAttachmentCount = 0; in Create()
159 subpassDesc.pColorAttachments = &colorRef; in Create()
179 subpassDesc.preserveAttachmentCount = 0; in Create()
180 subpassDesc.pPreserveAttachments = nullptr; in Create()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp86 VkSubpassDescription subpassDesc; in Create() local
88 subpassDesc.flags = 0; in Create()
90 subpassDesc.inputAttachmentCount = 0; in Create()
91 subpassDesc.pInputAttachments = nullptr; in Create()
92 subpassDesc.pResolveAttachments = nullptr; in Create()
105 subpassDesc.colorAttachmentCount = 1; in Create()
115 subpassDesc.colorAttachmentCount = 0; in Create()
117 subpassDesc.pColorAttachments = &colorRef; in Create()
137 subpassDesc.preserveAttachmentCount = 0; in Create()
138 subpassDesc.pPreserveAttachments = nullptr; in Create()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp168 VkSubpassDescription subpassDesc; in CreateRenderPassForQuery() local
169 subpassDesc.flags = 0; in CreateRenderPassForQuery()
171 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
172 subpassDesc.pInputAttachments = nullptr; in CreateRenderPassForQuery()
173 subpassDesc.colorAttachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
174 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
175 subpassDesc.pResolveAttachments = resolveTargetAttachmentRefs; in CreateRenderPassForQuery()
176 subpassDesc.pDepthStencilAttachment = depthStencilAttachment; in CreateRenderPassForQuery()
177 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
178 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp173 VkSubpassDescription subpassDesc; in CreateRenderPassForQuery() local
174 subpassDesc.flags = 0; in CreateRenderPassForQuery()
176 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
177 subpassDesc.pInputAttachments = nullptr; in CreateRenderPassForQuery()
178 subpassDesc.colorAttachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery()
179 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in CreateRenderPassForQuery()
180 subpassDesc.pResolveAttachments = resolveTargetAttachmentRefs; in CreateRenderPassForQuery()
181 subpassDesc.pDepthStencilAttachment = depthStencilAttachment; in CreateRenderPassForQuery()
182 subpassDesc.preserveAttachmentCount = 0; in CreateRenderPassForQuery()
183 subpassDesc.pPreserveAttachments = nullptr; in CreateRenderPassForQuery()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A DgraphicsPipeline.cpp644 VkSubpassDescription2KHR subpassDesc = in _CreateRenderPass() local
646 subpassDesc.flags = 0; in _CreateRenderPass()
647 subpassDesc.viewMask = 0; in _CreateRenderPass()
648 subpassDesc.inputAttachmentCount = 0; in _CreateRenderPass()
649 subpassDesc.pInputAttachments = nullptr; in _CreateRenderPass()
650 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in _CreateRenderPass()
651 subpassDesc.preserveAttachmentCount = 0; in _CreateRenderPass()
652 subpassDesc.pPreserveAttachments = nullptr; in _CreateRenderPass()
654 subpassDesc.pColorAttachments = vkColorReferences.data(); in _CreateRenderPass()
664 subpassDesc.pNext = &depthResolve; in _CreateRenderPass()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/scenegraph/vulkantextureimport/
H A Dvulkantextureimport.cpp367 VkSubpassDescription subpassDesc; in createRenderPass() local
368 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createRenderPass()
369 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createRenderPass()
370 subpassDesc.colorAttachmentCount = 1; in createRenderPass()
371 subpassDesc.pColorAttachments = &colorRef; in createRenderPass()
372 subpassDesc.pDepthStencilAttachment = nullptr; in createRenderPass()
373 subpassDesc.pResolveAttachments = nullptr; in createRenderPass()
381 rpInfo.pSubpasses = &subpassDesc; in createRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp307 VkSubpassDescription subpassDesc; in createColorOnlyRenderPass() local
327 subpassDesc.flags = 0; in createColorOnlyRenderPass()
329 subpassDesc.inputAttachmentCount = 0; in createColorOnlyRenderPass()
330 subpassDesc.pInputAttachments = DE_NULL; in createColorOnlyRenderPass()
331 subpassDesc.colorAttachmentCount = 1; in createColorOnlyRenderPass()
332 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
333 subpassDesc.pResolveAttachments = DE_NULL; in createColorOnlyRenderPass()
334 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef; in createColorOnlyRenderPass()
335 subpassDesc.preserveAttachmentCount = 0; in createColorOnlyRenderPass()
336 subpassDesc.pPreserveAttachments = DE_NULL; in createColorOnlyRenderPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp296 VkSubpassDescription *subpassDesc) in InitializeUnresolveSubpass() argument
442 subpassDesc->flags = 0; in InitializeUnresolveSubpass()
448 subpassDesc->pResolveAttachments = nullptr; in InitializeUnresolveSubpass()
450 subpassDesc->preserveAttachmentCount = in InitializeUnresolveSubpass()
465 ASSERT(subpassDesc.size() >= 2); in InitializeUnresolveSubpassDependencies()
1049 SubpassVector<VkSubpassDescription> subpassDesc; in InitializeRenderPassFromDesc() local
1061 subpassDesc.push_back({}); in InitializeRenderPassFromDesc()
1066 &unresolvePreserveAttachmentRefs, &subpassDesc.back()); in InitializeRenderPassFromDesc()
1069 subpassDesc.push_back({}); in InitializeRenderPassFromDesc()
1070 VkSubpassDescription *applicationSubpass = &subpassDesc.back(); in InitializeRenderPassFromDesc()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp269 VkSubpassDescription subpassDesc = {}; in InitializeRenderPassFromDesc() local
271 subpassDesc.flags = 0; in InitializeRenderPassFromDesc()
272 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in InitializeRenderPassFromDesc()
273 subpassDesc.inputAttachmentCount = 0; in InitializeRenderPassFromDesc()
274 subpassDesc.pInputAttachments = nullptr; in InitializeRenderPassFromDesc()
276 subpassDesc.pColorAttachments = colorAttachmentRefs.data(); in InitializeRenderPassFromDesc()
277 subpassDesc.pResolveAttachments = nullptr; in InitializeRenderPassFromDesc()
278 subpassDesc.pDepthStencilAttachment = in InitializeRenderPassFromDesc()
281 subpassDesc.preserveAttachmentCount = 0; in InitializeRenderPassFromDesc()
282 subpassDesc.pPreserveAttachments = nullptr; in InitializeRenderPassFromDesc()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp247 const VkSubpassDescription subpassDesc = in initRenderPass() local
269 &subpassDesc, // const VkSubpassDescription* pSubpasses; in initRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp852 VkSubpassDescription subpassDesc = {}; in CreateSwapchain() local
853 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in CreateSwapchain()
854 subpassDesc.colorAttachmentCount = 1; in CreateSwapchain()
855 subpassDesc.pColorAttachments = &colorAttachmentRef; in CreateSwapchain()
856 subpassDesc.pDepthStencilAttachment = &depthStencilAttachmentRef; in CreateSwapchain()
862 renderPassInfo.pSubpasses = &subpassDesc; in CreateSwapchain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp501 const vk::VkSubpassDescription subpassDesc = in iterate() local
522 &subpassDesc, // pSubpasses in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp281 const VkSubpassDescription subpassDesc = in iterate() local
295 subpasses[1u + sampleNdx] = subpassDesc; in iterate()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/rhi/
H A Dqrhivulkan.cpp1117 VkSubpassDescription subpassDesc; in createDefaultRenderPass() local
1118 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createDefaultRenderPass()
1119 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createDefaultRenderPass()
1120 subpassDesc.colorAttachmentCount = 1; in createDefaultRenderPass()
1121 subpassDesc.pColorAttachments = rpD->colorRefs.constData(); in createDefaultRenderPass()
1140 rpInfo.pSubpasses = &subpassDesc; in createDefaultRenderPass()
1149 subpassDesc.pResolveAttachments = rpD->resolveRefs.constData(); in createDefaultRenderPass()
1245 VkSubpassDescription subpassDesc; in createOffscreenRenderPass() local
1246 memset(&subpassDesc, 0, sizeof(subpassDesc)); in createOffscreenRenderPass()
1247 subpassDesc.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS; in createOffscreenRenderPass()
[all …]

123