Searched refs:ds_output (Results 1 – 2 of 2) sorted by relevance
647 if (ds_output != VK_FORMAT_UNDEFINED) { in create_graphics_pipeline()650 desc->format = ds_output; in create_graphics_pipeline()721 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline()785 subpass.pDepthStencilAttachment = ds_output == VK_FORMAT_UNDEFINED ? NULL : &ds_attachment; in create_graphics_pipeline()
111 VkFormat ds_output; variable