Searched refs:uses_depthstencil_attachment (Results 1 – 2 of 2) sorted by relevance
711 bool uses_depthstencil_attachment = false;723 uses_depthstencil_attachment = true;726 … graphicsPipelineCI.initialize(pCreateInfo, uses_color_attachment, uses_depthstencil_attachment);
1448 bool uses_depthstencil_attachment = false; in manual_PreCallValidateCreateGraphicsPipelines() local1457 uses_depthstencil_attachment = true; in manual_PreCallValidateCreateGraphicsPipelines()1462 if (pCreateInfos[i].pDepthStencilState != nullptr && uses_depthstencil_attachment) { in manual_PreCallValidateCreateGraphicsPipelines()