Home
last modified time | relevance | path

Searched refs:S_028C70_FORMAT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c711 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
714 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in compute_setup_cbs()
Devergreen_state.c1098 color->info |= S_028C70_FORMAT(format) | in evergreen_set_color_surface_buffer()
1248 color->info |= S_028C70_FORMAT(format) | in evergreen_set_color_surface_common()
1857 S_028C70_FORMAT(V_028C70_COLOR_INVALID)); in evergreen_emit_framebuffer_state()
Devergreend.h471 #define S_028C70_FORMAT(x) (((unsigned)(x) & 0x3F) << 2) macro