Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp647 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()
Dhelpers.h111 VkFormat ds_output; variable