Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c125 tex->cb_color_info |= S_028C70_FAST_CLEAR(1); in si_alloc_separate_cmask()
Dsi_texture.c330 tex->cb_color_info &= ~S_028C70_FAST_CLEAR(1); in si_texture_discard_cmask()
982 tex->cb_color_info |= S_028C70_FAST_CLEAR(1); in si_texture_create_object()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h534 #define S_028C70_FAST_CLEAR(x) (((unsigned)(x) & 0x1) << 17) macro
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c6765 cb->cb_color_info |= S_028C70_FAST_CLEAR(1); in radv_initialise_color_surface()