Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/vulkan/
Danv_pass.c136 uint32_t a = desc->pColorAttachments[j].attachment; in anv_CreateRenderPass()
156 uint32_t color_att = desc->pColorAttachments[j].attachment; in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp479 pColorAttachments = DE_NULL; in SubpassDescription()
489 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription()
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription()
522 pColorAttachments = &m_colorAttachments[0]; in SubpassDescription()
551 pColorAttachments = &m_colorAttachments[0]; in operator =()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …hments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAtt… argument
293 res.pColorAttachments = pColorAttachments;
DvkStructTypes.inl964 const VkAttachmentReference* pColorAttachments; member
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c240 .pColorAttachments = &(VkAttachmentReference) { in create_color_renderpass()
525 .pColorAttachments = NULL, in create_depthstencil_renderpass()
1069 .pColorAttachments = NULL, in radv_clear_image_layer()
1083 subpass_desc.pColorAttachments = &att_ref; in radv_clear_image_layer()
Dradv_pass.c117 = desc->pColorAttachments[j]; in radv_CreateRenderPass()
Dradv_meta_blit2d.c773 .pColorAttachments = &(VkAttachmentReference) { in blit2d_init_color_pipeline()
929 .pColorAttachments = NULL, in blit2d_init_depth_only_pipeline()
1082 .pColorAttachments = NULL, in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c742 .pColorAttachments = &(VkAttachmentReference) { in radv_device_init_meta_blit_color()
922 .pColorAttachments = NULL, in radv_device_init_meta_blit_depth()
1101 .pColorAttachments = NULL, in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c102 .pColorAttachments = NULL, in create_pass()
Dradv_meta_fast_clear.c102 .pColorAttachments = (VkAttachmentReference[]) { in create_pass()
Dradv_meta_resolve.c112 .pColorAttachments = (VkAttachmentReference[]) { in create_pass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp98 subpassDesc.pColorAttachments = &colorRef; in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp768 const VkAttachmentReference* pColorAttachments = DE_NULL; in createRenderPass() local
780 pColorAttachments = &attachmentRef; in createRenderPass()
791 pColorAttachments, // const VkAttachmentReference* pColorAttachments; in createRenderPass()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1922 uint32_t attachment = subpass.pColorAttachments[i].attachment; in validate_fs_outputs_against_render_pass()
2365 …chment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColo… in verify_renderpass_compatibility()
2366 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility()
3080 auto attachment = subpass_desc->pColorAttachments[i].attachment; in validatePipelineDrawtimeState()
8516 … else if (pSD->pColorAttachments[attachment->colorAttachment].attachment == VK_ATTACHMENT_UNUSED) { in CmdClearAttachments()
9577 … rpci->pSubpasses[subpass].pColorAttachments, pCreateInfo, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in ValidateFramebufferCreateInfo()
9713 if (attachment == subpass.pColorAttachments[j].attachment) in CheckPreserved()
9833 uint32_t attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies()
9869 uint32_t attachment = subpass.pColorAttachments[j].attachment; in ValidateDependencies()
9919 auto attach_index = subpass.pColorAttachments[j].attachment; in ValidateLayouts()
[all …]
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp319 subpass.pColorAttachments = color_references.data(); in InitRenderTarget()
528 subpass.pColorAttachments = &attach; in VkRenderpassObj()
Dlayer_validation_tests.cpp2968 subpass.pColorAttachments = NULL; in TEST_F()
2988 subpass.pColorAttachments = &color_attach; in TEST_F()
3156 subpass.pColorAttachments = &attach; in TEST_F()
3197 subpass.pColorAttachments = NULL; in TEST_F()
3217 subpass.pColorAttachments = &attach; in TEST_F()
9352 subpass.pColorAttachments = &color_att; in TEST_F()
10111 subpass.pColorAttachments = &attach; in TEST_F()
13412 subpass.pColorAttachments = &color_attach; in TEST_F()
16613 subpass.pColorAttachments = NULL; in TEST_F()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp185 subpass.pColorAttachments = &attachment_ref; in create_render_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp336 subpassDesc.pColorAttachments = &colorAttachmentRef; in createColorOnlyRenderPass()
DvktSynchronizationOperation.cpp2587 subpassDescription.pColorAttachments = &colorAttachmentReference; in Implementation()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4562 , pColorAttachments( pColorAttachments_ ) in SubpassDescription()
4613 pColorAttachments = pColorAttachments_; in setPColorAttachments()
4653 && ( pColorAttachments == rhs.pColorAttachments ) in operator ==()
4670 const AttachmentReference* pColorAttachments; member
Dvulkan.h2054 const VkAttachmentReference* pColorAttachments; member
/external/vulkan-validation-layers/demos/
Dcube.c1616 .pColorAttachments = &color_reference, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2063 const VkAttachmentReference* pColorAttachments; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2160 const VkAttachmentReference* pColorAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2219 const VkAttachmentReference* pColorAttachments; member

12