Home
last modified time | relevance | path

Searched refs:pDepthStencilAttachment (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/intel/vulkan/
Danv_pass.c124 if (desc->pDepthStencilAttachment && in anv_CreateRenderPass()
125 a == desc->pDepthStencilAttachment->attachment) in anv_CreateRenderPass()
170 if (desc->pDepthStencilAttachment) { in anv_CreateRenderPass()
171 uint32_t a = desc->pDepthStencilAttachment->attachment; in anv_CreateRenderPass()
174 desc->pDepthStencilAttachment->layout; in anv_CreateRenderPass()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c135 if (desc->pDepthStencilAttachment) { in radv_CreateRenderPass()
137 *desc->pDepthStencilAttachment; in radv_CreateRenderPass()
Dradv_meta_clear.c245 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_color_renderpass()
527 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_depthstencil_renderpass()
1071 .pDepthStencilAttachment = NULL, in radv_clear_image_layer()
1085 subpass_desc.pDepthStencilAttachment = &att_ref; in radv_clear_image_layer()
Dradv_meta_blit2d.c778 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_color_pipeline()
931 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_depth_only_pipeline()
1084 .pDepthStencilAttachment = &(VkAttachmentReference) { in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c747 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_color()
924 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_depth()
1103 .pDepthStencilAttachment = &(VkAttachmentReference) { in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c104 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_pass()
Dradv_meta_fast_clear.c109 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_pass()
Dradv_meta_resolve.c123 .pDepthStencilAttachment = &(VkAttachmentReference) { in create_pass()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …mentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32… argument
295 res.pDepthStencilAttachment = pDepthStencilAttachment;
DvkStructTypes.inl966 const VkAttachmentReference* pDepthStencilAttachment; member
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp481 pDepthStencilAttachment = &m_depthStencilAttachment; in SubpassDescription()
515 if (rhs.pDepthStencilAttachment) in SubpassDescription()
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment; in SubpassDescription()
527 pDepthStencilAttachment = &m_depthStencilAttachment; in SubpassDescription()
556 pDepthStencilAttachment = &m_depthStencilAttachment; in operator =()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp116 subpassDesc.pDepthStencilAttachment = &stencilRef; in init()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2383 … if (!attachment_references_compatible(0, primaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
2385 … secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
3085 if (subpass_desc->pDepthStencilAttachment && in validatePipelineDrawtimeState()
3086 subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in validatePipelineDrawtimeState()
3087 auto attachment = subpass_desc->pDepthStencilAttachment->attachment; in validatePipelineDrawtimeState()
3452 if (subpass_desc && subpass_desc->pDepthStencilAttachment && in verifyPipelineCreateState()
3453 subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in verifyPipelineCreateState()
8524 if (!pSD->pDepthStencilAttachment || // Says no DS will be used in active subpass in CmdClearAttachments()
8525 (pSD->pDepthStencilAttachment->attachment == in CmdClearAttachments()
9579 if (rpci->pSubpasses[subpass].pDepthStencilAttachment != nullptr) { in ValidateFramebufferCreateInfo()
[all …]
Dimage.cpp448 if (pCreateInfo->pSubpasses[i].pDepthStencilAttachment && in CreateRenderPass()
449 … pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp161 …const VkAttachmentReference* pDepthStencilAttachment = (useDepthStencilAttachment ? &depthStencilA… in makeRenderPass() local
172 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment; in makeRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp769 const VkAttachmentReference* pDepthStencilAttachment = DE_NULL; in createRenderPass() local
775 pDepthStencilAttachment = &attachmentRef; in createRenderPass()
793 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment; in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp498 …const VkAttachmentReference* pDepthStencilAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED … in makeRenderPass() local
508 pDepthStencilAttachment, // const VkAttachmentReference* pDepthStencilAttachment; in makeRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp342 subpass.pDepthStencilAttachment = &ds_reference; in InitRenderTarget()
344 subpass.pDepthStencilAttachment = NULL; in InitRenderTarget()
Dlayer_validation_tests.cpp2967 subpass.pDepthStencilAttachment = &attach; in TEST_F()
3196 subpass.pDepthStencilAttachment = &attach; in TEST_F()
3216 subpass.pDepthStencilAttachment = NULL; in TEST_F()
10126 subpass.pDepthStencilAttachment = &attach; in TEST_F()
16615 subpass.pDepthStencilAttachment = &ref; in TEST_F()
18071 subpasses[0].pDepthStencilAttachment = &attach[0]; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp338 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef; in createColorOnlyRenderPass()
DvktSynchronizationOperation.cpp2591 subpassDescription.pDepthStencilAttachment = &depthStencilAttachmentReference; in Implementation()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4564 , pDepthStencilAttachment( pDepthStencilAttachment_ ) in SubpassDescription()
4625 pDepthStencilAttachment = pDepthStencilAttachment_; in setPDepthStencilAttachment()
4655 && ( pDepthStencilAttachment == rhs.pDepthStencilAttachment ) in operator ==()
4672 const AttachmentReference* pDepthStencilAttachment; member
Dvulkan.h2056 const VkAttachmentReference* pDepthStencilAttachment; member
/external/vulkan-validation-layers/demos/
Dcube.c1618 .pDepthStencilAttachment = &depth_reference, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2065 const VkAttachmentReference* pDepthStencilAttachment; member

12