Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c1080 color->info = S_028C70_ARRAY_MODE(V_028C70_ARRAY_LINEAR_ALIGNED); in evergreen_set_color_surface_buffer()
1133 color->info = S_028C70_ARRAY_MODE(V_028C70_ARRAY_LINEAR_ALIGNED); in evergreen_set_color_surface_common()
1137 color->info = S_028C70_ARRAY_MODE(V_028C70_ARRAY_1D_TILED_THIN1); in evergreen_set_color_surface_common()
1141 color->info = S_028C70_ARRAY_MODE(V_028C70_ARRAY_2D_TILED_THIN1); in evergreen_set_color_surface_common()
Devergreend.h509 #define S_028C70_ARRAY_MODE(x) (((unsigned)(x) & 0xF) << 8) macro