Searched refs:color_blend_state (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.cpp2699 const VkPipelineColorBlendStateCreateInfo *color_blend_state = pPipeline->graphicsPipelineCI.pColorBlendState; local
2700 if ((color_blend_state != NULL) && (pCB->activeSubpass == pPipeline->graphicsPipelineCI.subpass) &&
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2699 const VkPipelineColorBlendStateCreateInfo *color_blend_state = pPipeline->graphicsPipelineCI.pColorBlendState; local
2700 if ((color_blend_state != NULL) && (pCB->activeSubpass == pPipeline->graphicsPipelineCI.subpass) &&
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp2699 const VkPipelineColorBlendStateCreateInfo *color_blend_state = pPipeline->graphicsPipelineCI.pColorBlendState; local
2700 if ((color_blend_state != NULL) && (pCB->activeSubpass == pPipeline->graphicsPipelineCI.subpass) &&
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2699 const VkPipelineColorBlendStateCreateInfo *color_blend_state = pPipeline->graphicsPipelineCI.pColorBlendState; local
2700 if ((color_blend_state != NULL) && (pCB->activeSubpass == pPipeline->graphicsPipelineCI.subpass) &&
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,

Completed in 159 milliseconds