Home
last modified time | relevance | path

Searched refs:pSubpasses (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c72 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i]; in radv_CreateRenderPass()
95 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i]; in radv_CreateRenderPass()
Dradv_meta_blit2d.c769 .pSubpasses = &(VkSubpassDescription) { in blit2d_init_color_pipeline()
925 .pSubpasses = &(VkSubpassDescription) { in blit2d_init_depth_only_pipeline()
1078 .pSubpasses = &(VkSubpassDescription) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c236 .pSubpasses = &(VkSubpassDescription) { in create_color_renderpass()
521 .pSubpasses = &(VkSubpassDescription) { in create_depthstencil_renderpass()
1095 .pSubpasses = &subpass_desc, in radv_clear_image_layer()
Dradv_meta_blit.c738 .pSubpasses = &(VkSubpassDescription) { in radv_device_init_meta_blit_color()
918 .pSubpasses = &(VkSubpassDescription) { in radv_device_init_meta_blit_depth()
1097 .pSubpasses = &(VkSubpassDescription) { in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c98 .pSubpasses = &(VkSubpassDescription) { in create_pass()
Dradv_meta_fast_clear.c98 .pSubpasses = &(VkSubpassDescription) { in create_pass()
Dradv_meta_resolve.c108 .pSubpasses = &(VkSubpassDescription) { in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c85 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i]; in anv_CreateRenderPass()
106 const VkSubpassDescription *desc = &pCreateInfo->pSubpasses[i]; in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp295 pSubpasses = &m_subpassesStructs[0]; in RenderPassCreateInfo()
333 pSubpasses = &m_subpassesStructs[0]; in RenderPassCreateInfo()
337 pSubpasses = DE_NULL; in RenderPassCreateInfo()
368 pSubpasses = &m_subpassesStructs[0]; in addSubpass()
DvktDrawCreateInfoUtil.hpp206 const vk::VkSubpassDescription* pSubpasses = DE_NULL,
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp132 createInfo.pSubpasses = &subpassDesc; in init()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1920 auto subpass = rpci->pSubpasses[subpass_index]; in validate_fs_outputs_against_render_pass()
2361 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
2365 …if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, pr… in verify_renderpass_compatibility()
2366 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility()
2372 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttach… in verify_renderpass_compatibility()
2374 … secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2383 … if (!attachment_references_compatible(0, primaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
2385 … secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
2393 uint32_t primaryInputCount = primaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility()
[all …]
Dimage.cpp448 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment && in CreateRenderPass()
449 … pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in CreateRenderPass()
Dparameter_validation.cpp3719 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) { in PreCreateRenderPass()
3722 … pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments); in PreCreateRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp355 rp_info.pSubpasses = &subpass; in InitRenderTarget()
533 rpci.pSubpasses = &subpass; in VkRenderpassObj()
Dlayer_validation_tests.cpp2959 rpci.pSubpasses = &subpass; in TEST_F()
2994 rpci.pSubpasses = &subpass; in TEST_F()
3159 rpci.pSubpasses = &subpass; in TEST_F()
7556 rpci.pSubpasses = &subpass; in TEST_F()
9355 rpci.pSubpasses = &subpass; in TEST_F()
10090 rpci.pSubpasses = &subpass; in TEST_F()
13416 rpci.pSubpasses = &subpass; in TEST_F()
16625 rp_info.pSubpasses = &subpass; in TEST_F()
18089 rpci.pSubpasses = subpasses; in TEST_F()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp211 render_pass_info.pSubpasses = &subpass; in create_render_pass()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl990 const VkSubpassDescription* pSubpasses; member
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp349 renderPassParams.pSubpasses = &subpassDesc; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp14610 , pSubpasses( pSubpasses_ ) in RenderPassCreateInfo()
14665 pSubpasses = pSubpasses_; in setPSubpasses()
14694 && ( pSubpasses == rhs.pSubpasses ) in operator ==()
14713 const SubpassDescription* pSubpasses; member
Dvulkan.h2078 const VkSubpassDescription* pSubpasses; member
/external/vulkan-validation-layers/demos/
Dcube.c1628 .pSubpasses = &subpass, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2087 const VkSubpassDescription* pSubpasses; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2184 const VkSubpassDescription* pSubpasses; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2243 const VkSubpassDescription* pSubpasses; member

12