Home
last modified time | relevance | path

Searched refs:uses_depthstencil_attachment (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h711 bool uses_depthstencil_attachment = false;
723 uses_depthstencil_attachment = true;
726 … graphicsPipelineCI.initialize(pCreateInfo, uses_color_attachment, uses_depthstencil_attachment);
Dparameter_validation_utils.cpp1448 bool uses_depthstencil_attachment = false; in manual_PreCallValidateCreateGraphicsPipelines() local
1457 uses_depthstencil_attachment = true; in manual_PreCallValidateCreateGraphicsPipelines()
1462 if (pCreateInfos[i].pDepthStencilState != nullptr && uses_depthstencil_attachment) { in manual_PreCallValidateCreateGraphicsPipelines()