Home
last modified time | relevance | path

Searched refs:no_flip (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp645 get_stencil_resolve_fs(struct d3d12_context *ctx, bool no_flip) in get_stencil_resolve_fs() argument
647 if (!no_flip && ctx->stencil_resolve_fs) in get_stencil_resolve_fs()
650 if (no_flip && ctx->stencil_resolve_fs_no_flip) in get_stencil_resolve_fs()
655 no_flip ? "stencil_resolve_fs_no_flip" : "stencil_resolve_fs"); in get_stencil_resolve_fs()
679 if (no_flip) in get_stencil_resolve_fs()
727 if (no_flip) { in get_stencil_resolve_fs()

Completed in 3 milliseconds