Searched refs:subpass_desc (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.cpp2695 const VkSubpassDescription *subpass_desc = &render_pass_info->pSubpasses[pCB->activeSubpass]; local
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
2712 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2718 samples = render_pass_info->pAttachments[subpass_desc->pColorAttachments[i].attachment].samples;
2726 if ((subpass_desc->pDepthStencilAttachment != NULL) &&
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
2729 render_pass_info->pAttachments[subpass_desc->pDepthStencilAttachment->attachment].samples;
2736 if (((subpass_desc
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2695 const VkSubpassDescription *subpass_desc = &render_pass_info->pSubpasses[pCB->activeSubpass]; local
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
2712 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2718 samples = render_pass_info->pAttachments[subpass_desc->pColorAttachments[i].attachment].samples;
2726 if ((subpass_desc->pDepthStencilAttachment != NULL) &&
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
2729 render_pass_info->pAttachments[subpass_desc->pDepthStencilAttachment->attachment].samples;
2736 if (((subpass_desc
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2695 const VkSubpassDescription *subpass_desc = &render_pass_info->pSubpasses[pCB->activeSubpass]; local
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
2712 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2718 samples = render_pass_info->pAttachments[subpass_desc->pColorAttachments[i].attachment].samples;
2726 if ((subpass_desc->pDepthStencilAttachment != NULL) &&
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
2729 render_pass_info->pAttachments[subpass_desc->pDepthStencilAttachment->attachment].samples;
2736 if (((subpass_desc
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2695 const VkSubpassDescription *subpass_desc = &render_pass_info->pSubpasses[pCB->activeSubpass]; local
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
2712 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
2715 if (subpass_desc->pColorAttachments[i].attachment == VK_ATTACHMENT_UNUSED)
2718 samples = render_pass_info->pAttachments[subpass_desc->pColorAttachments[i].attachment].samples;
2726 if ((subpass_desc->pDepthStencilAttachment != NULL) &&
2727 (subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED)) {
2729 render_pass_info->pAttachments[subpass_desc->pDepthStencilAttachment->attachment].samples;
2736 if (((subpass_desc
[all...]

Completed in 108 milliseconds