Lines Matching defs:cb
1272 VkPipelineColorBlendStateCreateInfo cb;1305 memset(&cb, 0, sizeof(cb));1306 cb.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;1311 cb.attachmentCount = 1;1312 cb.pAttachments = att_state;1358 pipeline.pColorBlendState = &cb;