Searched refs:pPipe (Results 1 – 2 of 2) sorted by relevance
714 …rawStateFlags(layer_data *dev_data, GLOBAL_CB_NODE *pCB, const PIPELINE_STATE *pPipe, bool indexed, in ValidateDrawStateFlags() argument717 if (pPipe->topology_at_rasterizer == VK_PRIMITIVE_TOPOLOGY_LINE_LIST || in ValidateDrawStateFlags()718 pPipe->topology_at_rasterizer == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP) { in ValidateDrawStateFlags()722 if (pPipe->graphicsPipelineCI.pRasterizationState && in ValidateDrawStateFlags()723 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) { in ValidateDrawStateFlags()727 if (pPipe->blendConstantsEnabled) { in ValidateDrawStateFlags()731 if (pPipe->graphicsPipelineCI.pDepthStencilState && in ValidateDrawStateFlags()732 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) { in ValidateDrawStateFlags()736 if (pPipe->graphicsPipelineCI.pDepthStencilState && in ValidateDrawStateFlags()737 (pPipe->graphicsPipelineCI.pDepthStencilState->stencilTestEnable == VK_TRUE)) { in ValidateDrawStateFlags()[all …]
323 …rawStateFlags(layer_data* dev_data, GLOBAL_CB_NODE* pCB, const PIPELINE_STATE* pPipe, bool indexed,