Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c536 sctx->border_color_table = malloc(SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table)); in si_create_context()
541 screen, 0, PIPE_USAGE_DEFAULT, SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table))); in si_create_context()
Dsi_pipe.h102 #define SI_MAX_BORDER_COLORS 4096 macro
Dsi_state.c4347 if (i >= SI_MAX_BORDER_COLORS) { in si_translate_border_color()