Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1716 bool uses_depthstencil_attachment = false; in manual_PreCallValidateCreateGraphicsPipelines() local
1725 uses_depthstencil_attachment = true; in manual_PreCallValidateCreateGraphicsPipelines()
1730 if (pCreateInfos[i].pDepthStencilState != nullptr && uses_depthstencil_attachment) { in manual_PreCallValidateCreateGraphicsPipelines()
Dcore_validation.cpp14507 bool uses_depthstencil_attachment = false; in initGraphicsPipeline() local
14519 uses_depthstencil_attachment = true; in initGraphicsPipeline()
14522 graphicsPipelineCI.initialize(pCreateInfo, uses_color_attachment, uses_depthstencil_attachment); in initGraphicsPipeline()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp214 bool uses_depthstencil_attachment = false; in DispatchCreateGraphicsPipelines() local
222 uses_depthstencil_attachment = true; in DispatchCreateGraphicsPipelines()
226 …teInfos[idx0].initialize(&pCreateInfos[idx0], uses_color_attachment, uses_depthstencil_attachment); in DispatchCreateGraphicsPipelines()
Dvk_safe_struct.h677 …eCreateInfo* in_struct, const bool uses_color_attachment, const bool uses_depthstencil_attachment);
682 …eCreateInfo* in_struct, const bool uses_color_attachment, const bool uses_depthstencil_attachment);
Dvk_safe_struct.cpp3292 …CreateInfo* in_struct, const bool uses_color_attachment, const bool uses_depthstencil_attachment) : in safe_VkGraphicsPipelineCreateInfo() argument
3360 if (in_struct->pDepthStencilState && has_rasterization && uses_depthstencil_attachment) in safe_VkGraphicsPipelineCreateInfo()
3584 …neCreateInfo* in_struct, const bool uses_color_attachment, const bool uses_depthstencil_attachment) in initialize() argument
3652 if (in_struct->pDepthStencilState && has_rasterization && uses_depthstencil_attachment) in initialize()