Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c3236 cb->cb_color_info |= S_028C70_DCC_ENABLE(1); in radv_initialise_color_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c3021 cb_color_info |= S_028C70_DCC_ENABLE(1); in si_emit_framebuffer_state()
/external/mesa3d/src/amd/common/
Dgfx9d.h7287 #define S_028C70_DCC_ENABLE(x) (((unsigned)(x) & 0x1) << 28) macro
Dsid.h8920 #define S_028C70_DCC_ENABLE(x) (((unsigned)(x) & 0x1) << 28) macro