Searched refs:colorAttachmentCount (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 65 subpassDesc.colorAttachmentCount = 1; in initSimple() 71 subpassDesc.colorAttachmentCount = 0; in initSimple()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 285 …ntCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAt… argument 292 res.colorAttachmentCount = colorAttachmentCount;
|
D | vkStructTypes.inl | 963 deUint32 colorAttachmentCount; member
|
D | vkStrUtilImpl.inl | 2669 s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 499 color_formats.reserve(subpass->colorAttachmentCount); in RENDER_PASS_NODE() 500 for (j = 0; j < subpass->colorAttachmentCount; j++) { in RENDER_PASS_NODE()
|
D | core_validation.cpp | 2294 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility() 2295 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility() 3333 for (i = 0; i < pSD->colorAttachmentCount; i++) { in validatePipelineState() 8193 for (uint32_t i = 0; i < pSD->colorAttachmentCount; i++) { in vkCmdClearAttachments() 9049 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in CheckPreserved() 9163 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in ValidateDependencies() 9187 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in ValidateDependencies() 9230 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in ValidateLayouts() 9353 … subpass->colorAttachmentCount * (1 + (subpass->pResolveAttachments ? 1 : 0)) + in vkCreateRenderPass() 9361 …y(attachments, subpass->pColorAttachments, sizeof(attachments[0]) * subpass->colorAttachmentCount); in vkCreateRenderPass() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 478 colorAttachmentCount = _colorAttachmentCount; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
|
D | vktDrawCreateInfoUtil.hpp | 162 deUint32 colorAttachmentCount,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateCreateInfoUtil.cpp | 478 colorAttachmentCount = _colorAttachmentCount; in SubpassDescription() 506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
|
D | vktDynamicStateCreateInfoUtil.hpp | 164 deUint32 colorAttachmentCount,
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolCreateInfoUtil.cpp | 481 colorAttachmentCount = _colorAttachmentCount; in SubpassDescription() 509 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription() 513 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
|
D | vktQueryPoolCreateInfoUtil.hpp | 162 deUint32 colorAttachmentCount,
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 189 subpass.colorAttachmentCount = 1; in create_render_pass()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 331 subpass.colorAttachmentCount = targets; in InitRenderTarget()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 332 subpassDesc.colorAttachmentCount = 1; in createColorOnlyRenderPass()
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1171 .colorAttachmentCount = 1, in demo_prepare_render_pass()
|
D | cube.c | 1426 .colorAttachmentCount = 1, in demo_prepare_render_pass()
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 1997 uint32_t colorAttachmentCount; member
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2006 uint32_t colorAttachmentCount; member
|