Lines Matching refs:blendState
716 VkPipelineColorBlendStateCreateInfo blendState;
888 deMemset(&blendState, 0xcd, sizeof(blendState));
889 blendState.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
890 blendState.pNext = DE_NULL;
891 blendState.flags = 0;
892 blendState.logicOpEnable = VK_FALSE;
893 blendState.logicOp = VK_LOGIC_OP_COPY;
894 blendState.attachmentCount = 1;
895 blendState.pAttachments = &blendAttachment;
920 pipelineState.pColorBlendState = &blendState;