Searched refs:uses_depthstencil_attachment (Results 1 – 5 of 5) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | parameter_validation_utils.cpp | 1716 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()
|
D | core_validation.cpp | 14507 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/ |
D | layer_chassis_dispatch.cpp | 214 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()
|
D | vk_safe_struct.h | 677 …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);
|
D | vk_safe_struct.cpp | 3292 …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()
|