Searched refs:VK_ATTACHMENT_UNUSED (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 69 colorRef.attachment = VK_ATTACHMENT_UNUSED; in initSimple() 100 stencilRef.attachment = VK_ATTACHMENT_UNUSED; in initSimple()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 713 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in logRenderPassInfo() 1448 …s.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in SubpassRenderInfo() 2352 …if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED && !attachmentUsed… in renderReferenceImages() 2464 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in renderReferenceImages() 3493 if (attachment != VK_ATTACHMENT_UNUSED) in getImageUsageFromAttachmentReferences() 3751 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED) in initializeSubpassRenderInfo() 4115 …Reference((useDepthStencil ? (deUint32)(attachments.size() - 1) : VK_ATTACHMENT_UNUSED), depthSten… in createAttachmentTestCaseGroup() 4277 …entReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_L… in createAttachmentAllocationTestGroup() 4293 …entReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_L… in createAttachmentAllocationTestGroup() 4309 …entReferences, vector<AttachmentReference>(), AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_L… in createAttachmentAllocationTestGroup() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2250 if (VK_ATTACHMENT_UNUSED != pSecondary[index].attachment) in attachment_references_compatible() 2253 if (VK_ATTACHMENT_UNUSED != pPrimary[index].attachment) in attachment_references_compatible() 3336 if (pSD->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED) in validatePipelineState() 3347 …pSD->pDepthStencilAttachment && pSD->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in validatePipelineState() 8209 VK_ATTACHMENT_UNUSED)) { // Says no DS will be used in active subpass in vkCmdClearAttachments() 8217 … (pSD->pDepthStencilAttachment) ? pSD->pDepthStencilAttachment->attachment : VK_ATTACHMENT_UNUSED, in vkCmdClearAttachments() 9053 …s.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in CheckPreserved() 9170 …s.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in ValidateDependencies() 9192 …s.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in ValidateDependencies() 9245 …ncilAttachment != NULL) && (subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) { in ValidateLayouts() [all …]
|
D | image.cpp | 435 … pCreateInfo->pSubpasses[i].pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in vkCreateRenderPass()
|
D | vk_validation_layer_details.md | 224 …here is no depth attachment then the subpass attachment is set to VK_ATTACHMENT_UNUSED | RENDERPAS…
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBasicTypes.inl | 11 enum { VK_ATTACHMENT_UNUSED = (~0U) }; enumerator
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyFragmentTests.cpp | 393 VK_ATTACHMENT_UNUSED, // deUint32 attachment; in makeRenderPass()
|
D | vktPipelinePushConstantTests.cpp | 555 VK_ATTACHMENT_UNUSED, // deUint32 attachment; in PushConstantGraphicsTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 1036 VK_ATTACHMENT_UNUSED, in renderTriangleUnusedResolveAttachmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 449 attachment = vk::VK_ATTACHMENT_UNUSED; in AttachmentReference()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.cpp | 449 attachment = vk::VK_ATTACHMENT_UNUSED; in AttachmentReference()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.cpp | 452 attachment = vk::VK_ATTACHMENT_UNUSED; in AttachmentReference()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 100 #define VK_ATTACHMENT_UNUSED (~0U) macro
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 106 #define VK_ATTACHMENT_UNUSED (~0U) macro
|