Home
last modified time | relevance | path

Searched refs:S_028C70_COMPRESSION (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h537 #define S_028C70_COMPRESSION(x) (((unsigned)(x) & 0x1) << 18) macro
Devergreen_state.c1240 color->info |= S_028C70_COMPRESSION(1); in evergreen_set_color_surface_common()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c3224 cb->cb_color_info |= S_028C70_COMPRESSION(1); in radv_initialise_color_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2442 color_info |= S_028C70_COMPRESSION(1); in si_initialize_color_surface()
/external/mesa3d/src/amd/common/
Dgfx9d.h7260 #define S_028C70_COMPRESSION(x) (((unsigned)(x) & 0x1) << 14) macro
Dsid.h8871 #define S_028C70_COMPRESSION(x) (((unsigned)(x) & 0x1) << 14) macro