Home
last modified time | relevance | path

Searched refs:always_allow_dcc_stores (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c171 ctx->screen->always_allow_dcc_stores) in fixup_image_desc()
Dsi_pipe.h548 bool always_allow_dcc_stores; member
Dsi_pipe.c1299 sscreen->always_allow_dcc_stores = !(sscreen->debug_flags & DBG(NO_DCC_STORE)) && in radeonsi_screen_create_impl()
Dsi_descriptors.c751 if (uses_dcc && screen->always_allow_dcc_stores) in si_set_shader_image_desc()