Home
last modified time | relevance | path

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

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