Searched refs:pPipe (Results 1 – 2 of 2) sorted by relevance
743 bool CoreChecks::ValidateDrawStateFlags(const CMD_BUFFER_STATE *pCB, const PIPELINE_STATE *pPipe, b… in ValidateDrawStateFlags() argument746 if (pPipe->topology_at_rasterizer == VK_PRIMITIVE_TOPOLOGY_LINE_LIST || in ValidateDrawStateFlags()747 pPipe->topology_at_rasterizer == VK_PRIMITIVE_TOPOLOGY_LINE_STRIP) { in ValidateDrawStateFlags()751 if (pPipe->graphicsPipelineCI.pRasterizationState && in ValidateDrawStateFlags()752 (pPipe->graphicsPipelineCI.pRasterizationState->depthBiasEnable == VK_TRUE)) { in ValidateDrawStateFlags()756 if (pPipe->blendConstantsEnabled) { in ValidateDrawStateFlags()760 if (pPipe->graphicsPipelineCI.pDepthStencilState && in ValidateDrawStateFlags()761 (pPipe->graphicsPipelineCI.pDepthStencilState->depthBoundsTestEnable == VK_TRUE)) { in ValidateDrawStateFlags()765 if (pPipe->graphicsPipelineCI.pDepthStencilState && in ValidateDrawStateFlags()766 (pPipe->graphicsPipelineCI.pDepthStencilState->stencilTestEnable == VK_TRUE)) { in ValidateDrawStateFlags()[all …]
936 …bool ValidateDrawStateFlags(const CMD_BUFFER_STATE* pCB, const PIPELINE_STATE* pPipe, bool indexed…