Home
last modified time | relevance | path

Searched refs:pInputAttachments (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp477 pInputAttachments = DE_NULL; in SubpassDescription()
486 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()
519 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
548 pInputAttachments = &m_inputAttachments[0]; in operator =()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …dPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 co… argument
291 res.pInputAttachments = pInputAttachments;
DvkStructTypes.inl962 const VkAttachmentReference* pInputAttachments; member
DvkStrUtilImpl.inl3042 s << "\tpInputAttachments = " << value.pInputAttachments << '\n';
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c107 = desc->pInputAttachments[j]; in radv_CreateRenderPass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp74 subpassDesc.pInputAttachments = nullptr; in init()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c117 uint32_t a = desc->pInputAttachments[j].attachment; in anv_CreateRenderPass()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2397 …ttachment_references_compatible(i, primaryRPCI->pSubpasses[spIndex].pInputAttachments, primaryColo… in verify_renderpass_compatibility()
2398 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pInputAttachments, in verify_renderpass_compatibility()
2823 auto input_attachments = rpci->pSubpasses[subpass].pInputAttachments; in validate_pipeline_shader_stage()
9574 … rpci->pSubpasses[subpass].pInputAttachments, pCreateInfo, VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in ValidateFramebufferCreateInfo()
9824 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9862 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9886 …CheckPreserved(dev_data, pCreateInfo, i, subpass.pInputAttachments[j].attachment, subpass_to_node,… in ValidateDependencies()
9984 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts()
9988 switch (subpass.pInputAttachments[j].layout) { in ValidateLayouts()
10008 string_VkImageLayout(subpass.pInputAttachments[j].layout)); in ValidateLayouts()
[all …]
Dvk_validation_error_database.txt330 … Creation' which states 'If the attachment member of any element of pInputAttachments, pColorAttac…
331 … Creation' which states 'If the attachment member of any element of pInputAttachments, pColorAttac…
364 …nder Pass Creation' which states 'If inputAttachmentCount is not 0, pInputAttachments must be a po…
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp334 subpassDesc.pInputAttachments = DE_NULL; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp317 subpass.pInputAttachments = NULL; in InitRenderTarget()
Dlayer_validation_tests.cpp7553 subpass.pInputAttachments = &attach; in TEST_F()
9350 subpass.pInputAttachments = &attach; in TEST_F()
10087 subpass.pInputAttachments = &attach; in TEST_F()
16611 subpass.pInputAttachments = NULL; in TEST_F()
18074 subpasses[1].pInputAttachments = &attach[1]; in TEST_F()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4560 , pInputAttachments( pInputAttachments_ ) in SubpassDescription()
4601 pInputAttachments = pInputAttachments_; in setPInputAttachments()
4651 && ( pInputAttachments == rhs.pInputAttachments ) in operator ==()
4668 const AttachmentReference* pInputAttachments; member
Dvulkan.h2052 const VkAttachmentReference* pInputAttachments; member
/external/vulkan-validation-layers/demos/
Dcube.c1614 .pInputAttachments = NULL, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2061 const VkAttachmentReference* pInputAttachments; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2158 const VkAttachmentReference* pInputAttachments; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2217 const VkAttachmentReference* pInputAttachments; member