Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp566 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()
Dhelpers.h98 VkFormat ds_output; variable