Lines Matching refs:empty
846 const bool useExternalInputAspect = !renderPass.getInputAspects().empty();
900 if (!inputAttachments.empty())
925 if (!colorAttachments.empty())
939 if (!resolveAttachments.empty())
953 if (!preserveAttachments.empty())
969 if (!renderPass.getDependencies().empty())
1199 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size());
1210 inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // const VkAttachmentReference* pInputAttachments; || const VkAttachmentReference2KHR* pInputAttachments;
1212 colorAttachmentReferences.empty() ? DE_NULL : &colorAttachmentReferences[0], // const VkAttachmentReference* pColorAttachments; || const VkAttachmentReference2KHR* pColorAttachments;
1213 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // const VkAttachmentReference* pResolveAttachments; || const VkAttachmentReference2KHR* pResolveAttachments;
1216 preserveAttachmentReferences->empty() ? DE_NULL : &(*preserveAttachmentReferences)[0] // const deUint32* pPreserveAttachments; || const deUint32* pPreserveAttachments;
1247 if (!renderPassInfo.getInputAspects().empty())
1292 (attachments.empty() ? DE_NULL : &attachments[0]), // const VkAttachmentDescription* pAttachments; || const VkAttachmentDescription2KHR* pAttachments;
1294 (subpasses.empty() ? DE_NULL : &subpasses[0]), // const VkSubpassDescription* pSubpasses; || const VkSubpassDescription2KHR* pSubpasses;
1296 (dependencies.empty() ? DE_NULL : &dependencies[0]), // const VkSubpassDependency* pDependencies; || const VkSubpassDependency2KHR* pDependencies;
1326 return createFramebuffer(vk, device, 0u, renderPass, (deUint32)attachments.size(), attachments.empty() ? DE_NULL : &attachments[0], size.x(), size.y(), 1u);
2068 attachmentBlendStates.empty() ? DE_NULL : &attachmentBlendStates[0],// pAttachments
2167 if (!resolveAttachmentsInfo.empty())
2254 colorAttachmentVect.empty() ? DE_NULL : &colorAttachmentVect[0], // const VkRenderingAttachmentInfoKHR* pColorAttachments;
2577 if (!m_renderInfo.getColorClears().empty())
2712 if (!selfDeps.empty())
2797 if (!initializeLayouts.empty())
2883 if (!renderPassLayouts.empty())
2923 attachmentClearValues.empty() ? DE_NULL : &attachmentClearValues[0]);
3093 if (!imageBarriersBeforeRendering.empty())
3134 if (!imageBarriersAfterRendering.empty())
3229 if (!imageBarriers.empty())
3332 if (!bufferBarriers.empty())
3699 if (subpass.getInputAttachments().empty())
4503 if (subpass.getInputAttachments().empty())
4820 if (!references.empty())
5144 if (!renderPassInfo.getInputAspects().empty())
6129 const deUint32 colorAttachmentCount = depthStencilAttachments.empty()
6133 const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCount == 0 || rng.getBool());