Home
last modified time | relevance | path

Searched refs:r600_translate_colorswap (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c142 static uint32_t r600_translate_colorswap(enum pipe_format format) in r600_translate_colorswap() function
561 r600_translate_colorswap(format) != ~0U; in r600_is_colorbuffer_format_supported()
1328 swap = r600_translate_colorswap(surf->base.format); in r600_init_color_surface()
Devergreen_state.c196 static uint32_t r600_translate_colorswap(enum pipe_format format) in r600_translate_colorswap() function
609 r600_translate_colorswap(format) != ~0U; in r600_is_colorbuffer_format_supported()
1347 swap = r600_translate_colorswap(surf->base.format); in evergreen_init_color_surface()