Home
last modified time | relevance | path

Searched refs:dsv_format (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.h74 DXGI_FORMAT dsv_format; member
Dd3d12_pipeline_state.cpp303 pso_desc.DSVFormat = state->dsv_format; in create_gfx_pipeline_state()
305 if (state->num_cbufs || state->dsv_format != DXGI_FORMAT_UNKNOWN) { in create_gfx_pipeline_state()
Dd3d12_context.cpp1457 ctx->gfx_pipeline_state.dsv_format = d3d12_get_resource_rt_format(state->zsbuf->format); in d3d12_set_framebuffer_state()
1460 ctx->gfx_pipeline_state.dsv_format = DXGI_FORMAT_UNKNOWN; in d3d12_set_framebuffer_state()