Searched refs:pColorBlendState (Results 1 – 16 of 16) sorted by relevance
3160 if (pCreateInfos->pColorBlendState != nullptr) { in PreCreateGraphicsPipelines()3161 if (pCreateInfos->pColorBlendState->logicOpEnable == VK_TRUE && in PreCreateGraphicsPipelines()3162 (pCreateInfos->pColorBlendState->logicOp < VK_LOGIC_OP_BEGIN_RANGE || in PreCreateGraphicsPipelines()3163 pCreateInfos->pColorBlendState->logicOp > VK_LOGIC_OP_END_RANGE)) { in PreCreateGraphicsPipelines()3169 if (pCreateInfos->pColorBlendState->pAttachments != nullptr && in PreCreateGraphicsPipelines()3170 pCreateInfos->pColorBlendState->pAttachments->blendEnable == VK_TRUE) { in PreCreateGraphicsPipelines()3171 …if (pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor < VK_BLEND_FACTOR_BEGIN_RANG… in PreCreateGraphicsPipelines()3172 … pCreateInfos->pColorBlendState->pAttachments->srcColorBlendFactor > VK_BLEND_FACTOR_END_RANGE) { in PreCreateGraphicsPipelines()3178 …if (pCreateInfos->pColorBlendState->pAttachments->dstColorBlendFactor < VK_BLEND_FACTOR_BEGIN_RANG… in PreCreateGraphicsPipelines()3179 … pCreateInfos->pColorBlendState->pAttachments->dstColorBlendFactor > VK_BLEND_FACTOR_END_RANGE) { in PreCreateGraphicsPipelines()[all …]
3033 if (pPipeline->graphicsPipelineCI.pColorBlendState != NULL) { in verifyPipelineCreateState()3055 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable != VK_FALSE)) { in verifyPipelineCreateState()3061 if ((pPipeline->graphicsPipelineCI.pColorBlendState->logicOpEnable == VK_TRUE) && in verifyPipelineCreateState()3062 ((pPipeline->graphicsPipelineCI.pColorBlendState->logicOp < VK_LOGIC_OP_CLEAR) || in verifyPipelineCreateState()3063 (pPipeline->graphicsPipelineCI.pColorBlendState->logicOp > VK_LOGIC_OP_SET))) { in verifyPipelineCreateState()3270 if (pCreateInfo->pColorBlendState != NULL) { in initGraphicsPipeline()3271 pPipeline->cbStateCI = *pCreateInfo->pColorBlendState; in initGraphicsPipeline()3273 pCBCI = pCreateInfo->pColorBlendState; in initGraphicsPipeline()3278 pPipeline->graphicsPipelineCI.pColorBlendState = &pPipeline->cbStateCI; in initGraphicsPipeline()
483 pipelineCreateInfo.pColorBlendState = &colorBlendInfo; in Create()
362 pipeline_info.pColorBlendState = &blend_info; in create_pipeline()
781 const VkPipelineColorBlendStateCreateInfo* pColorBlendState; member
2436 s << "\tpColorBlendState = " << value.pColorBlendState << '\n';
1087 pColorBlendState = &m_colorBlendState; in addState()
1088 pColorBlendState = &m_colorBlendState; in addState()
1095 pColorBlendState = &m_colorBlendState; in addState()
1316 info.pColorBlendState = &m_cb_state; in CreateVKPipeline()
3205 gp_ci.pColorBlendState = &cb_ci; in TEST_F()3381 gp_ci.pColorBlendState = &cb_ci; in TEST_F()
861 pipelineState.pColorBlendState = &blendState; in generateWork()
1358 pipeline.pColorBlendState = &cb; in demo_prepare_pipeline()
1618 pipeline.pColorBlendState = &cb; in demo_prepare_pipeline()
1832 const VkPipelineColorBlendStateCreateInfo* pColorBlendState; member
1841 const VkPipelineColorBlendStateCreateInfo* pColorBlendState; member