Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1124 bool ps_uses_fbfetch; member
1873 if (sctx->ps_uses_fbfetch) in si_get_ps_iter_samples()
H A Dsi_descriptors.c951 assert(!sctx->ps_uses_fbfetch || sctx->framebuffer.state.cbufs[0]); in si_update_ps_colorbuf0_slot()
963 assert(!sctx->ps_uses_fbfetch); in si_update_ps_colorbuf0_slot()
968 sctx->ps_uses_fbfetch = surf != NULL; in si_update_ps_colorbuf0_slot()
H A Dsi_blit.c826 if (sctx->ps_uses_fbfetch) { in si_decompress_textures()
H A Dsi_state_shaders.cpp2241 /* ps_uses_fbfetch is true only if the color buffer is bound. */
2242 if (sctx->ps_uses_fbfetch) {

Completed in 17 milliseconds