Searched refs:ds_output (Results 1 – 2 of 2) sorted by relevance
566 if (ds_output != VK_FORMAT_UNDEFINED) { in create_graphics_pipeline()569 desc->format = ds_output; in create_graphics_pipeline()640 ds_state.depthTestEnable = ds_output != VK_FORMAT_UNDEFINED; in create_graphics_pipeline()703 subpass.pDepthStencilAttachment = ds_output == VK_FORMAT_UNDEFINED ? NULL : &ds_attachment; in create_graphics_pipeline()
98 VkFormat ds_output; variable