Searched refs:primaryRPCI (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2116 const VkRenderPassCreateInfo *primaryRPCI = primary_render_pass->pCreateInfo; local
2118 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) {
2120 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount
2126 for (spIndex = 0; spIndex < primaryRPCI->subpassCount; ++spIndex) {
2128 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2132 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2133 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments,
2139 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2140 primaryColorCount, primaryRPCI->pAttachments,
2150 if (!attachment_references_compatible(0, primaryRPCI
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2116 const VkRenderPassCreateInfo *primaryRPCI = primary_render_pass->pCreateInfo; local
2118 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) {
2120 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount
2126 for (spIndex = 0; spIndex < primaryRPCI->subpassCount; ++spIndex) {
2128 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2132 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2133 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments,
2139 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2140 primaryColorCount, primaryRPCI->pAttachments,
2150 if (!attachment_references_compatible(0, primaryRPCI
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2116 const VkRenderPassCreateInfo *primaryRPCI = primary_render_pass->pCreateInfo; local
2118 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) {
2120 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount
2126 for (spIndex = 0; spIndex < primaryRPCI->subpassCount; ++spIndex) {
2128 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2132 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2133 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments,
2139 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2140 primaryColorCount, primaryRPCI->pAttachments,
2150 if (!attachment_references_compatible(0, primaryRPCI
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2116 const VkRenderPassCreateInfo *primaryRPCI = primary_render_pass->pCreateInfo; local
2118 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) {
2120 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount
2126 for (spIndex = 0; spIndex < primaryRPCI->subpassCount; ++spIndex) {
2128 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2132 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2133 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments,
2139 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2140 primaryColorCount, primaryRPCI->pAttachments,
2150 if (!attachment_references_compatible(0, primaryRPCI
[all...]

Completed in 162 milliseconds