Searched refs:colorAttachmentCount (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp86 subpassDesc.colorAttachmentCount = 1;
96 subpassDesc.colorAttachmentCount = 0;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.inl285 inline VkSubpassDescription makeSubpassDescription (VkSubpassDescriptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAttachmentReference* pColorAttachments, const VkAttachmentReference* pResolveAttachments, const VkAttachmentReference* pDepthStencilAttachment, deUint32 preserveAttachmentCount, const deUint32* pPreserveAttachments)
292 res.colorAttachmentCount = colorAttachmentCount;
H A DvkStructTypes.inl963 deUint32 colorAttachmentCount;
H A DvkStrUtilImpl.inl2859 s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp628 deUint32 colorAttachmentCount = 1; local
632 colorAttachmentCount = 0;
637 colorAttachmentCount = 1;
648 colorAttachmentCount, // deUint32 colorAttachmentCount;
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp478 colorAttachmentCount = _colorAttachmentCount;
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount);
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount);
H A DvktDrawCreateInfoUtil.hpp162 deUint32 colorAttachmentCount,
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp1921 for (auto i = 0u; i < subpass.colorAttachmentCount; ++i) {
2361 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
3066 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
3073 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
3079 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
8509 if (attachment->colorAttachment >= pSD->colorAttachmentCount) {
9576 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].colorAttachmentCount,
9712 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
9832 for (uint32_t j = 0; j < subpass.colorAttachmentCount;
[all...]
H A Dparameter_validation.cpp3719 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) {
3722 pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments);
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp318 subpass.colorAttachmentCount = targets;
529 subpass.colorAttachmentCount = 1;
H A Dlayer_validation_tests.cpp2987 subpass.colorAttachmentCount = 1;
9351 subpass.colorAttachmentCount = 1;
10110 subpass.colorAttachmentCount = 1;
10125 subpass.colorAttachmentCount = 0;
13411 subpass.colorAttachmentCount = 1;
16612 subpass.colorAttachmentCount = 0;
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp184 subpass.colorAttachmentCount = 1;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp335 subpassDesc.colorAttachmentCount = 1;
H A DvktSynchronizationOperation.cpp2553 0u, // deUint32 colorAttachmentCount;
2564 subpassDescription.colorAttachmentCount = 1u;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp4743 const deUint32 colorAttachmentCount = depthStencilAttachments.empty()
4747 const bool useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCount == 0 || rng.getBool());
4748 std::vector<deUint32> subpassColorAttachments (colorAttachmentCount);
4755 rng.choose(colorAttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colorAttachmentCount);
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp4561 , colorAttachmentCount( colorAttachmentCount_ )
4607 colorAttachmentCount = colorAttachmentCount_;
4652 && ( colorAttachmentCount == rhs.colorAttachmentCount )
4669 uint32_t colorAttachmentCount; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::SubpassDescription
H A Dvulkan.h2053 uint32_t colorAttachmentCount; member in struct:VkSubpassDescription
/external/vulkan-validation-layers/demos/
H A Dcube.c1615 .colorAttachmentCount = 1,

Completed in 7348 milliseconds