• Home
  • Raw
  • Download

Lines Matching refs:has_rasterization

3336 …bool has_rasterization = in_struct->pRasterizationState ? !in_struct->pRasterizationState->rasteri…  in safe_VkGraphicsPipelineCreateInfo()  local
3337 if (in_struct->pViewportState && has_rasterization) { in safe_VkGraphicsPipelineCreateInfo()
3355 if (in_struct->pMultisampleState && has_rasterization) in safe_VkGraphicsPipelineCreateInfo()
3360 if (in_struct->pDepthStencilState && has_rasterization && uses_depthstencil_attachment) in safe_VkGraphicsPipelineCreateInfo()
3365 if (in_struct->pColorBlendState && has_rasterization && uses_color_attachment) in safe_VkGraphicsPipelineCreateInfo()
3433 …bool has_rasterization = src.pRasterizationState ? !src.pRasterizationState->rasterizerDiscardEnab… in safe_VkGraphicsPipelineCreateInfo() local
3434 if (src.pViewportState && has_rasterization) { in safe_VkGraphicsPipelineCreateInfo()
3442 if (src.pMultisampleState && has_rasterization) in safe_VkGraphicsPipelineCreateInfo()
3446 if (src.pDepthStencilState && has_rasterization) in safe_VkGraphicsPipelineCreateInfo()
3450 if (src.pColorBlendState && has_rasterization) in safe_VkGraphicsPipelineCreateInfo()
3529 …bool has_rasterization = src.pRasterizationState ? !src.pRasterizationState->rasterizerDiscardEnab… in operator =() local
3530 if (src.pViewportState && has_rasterization) { in operator =()
3538 if (src.pMultisampleState && has_rasterization) in operator =()
3542 if (src.pDepthStencilState && has_rasterization) in operator =()
3546 if (src.pColorBlendState && has_rasterization) in operator =()
3628 …bool has_rasterization = in_struct->pRasterizationState ? !in_struct->pRasterizationState->rasteri… in initialize() local
3629 if (in_struct->pViewportState && has_rasterization) { in initialize()
3647 if (in_struct->pMultisampleState && has_rasterization) in initialize()
3652 if (in_struct->pDepthStencilState && has_rasterization && uses_depthstencil_attachment) in initialize()
3657 if (in_struct->pColorBlendState && has_rasterization && uses_color_attachment) in initialize()
3711 …bool has_rasterization = src->pRasterizationState ? !src->pRasterizationState->rasterizerDiscardEn… in initialize() local
3712 if (src->pViewportState && has_rasterization) { in initialize()
3720 if (src->pMultisampleState && has_rasterization) in initialize()
3724 if (src->pDepthStencilState && has_rasterization) in initialize()
3728 if (src->pColorBlendState && has_rasterization) in initialize()