Searched refs:SI_MAX_BORDER_COLORS (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c479 sctx->border_color_table = malloc(SI_MAX_BORDER_COLORS *
486 SI_MAX_BORDER_COLORS *
H A Dsi_pipe.h99 #define SI_MAX_BORDER_COLORS 4096 macro
H A Dsi_state.c4258 if (i >= SI_MAX_BORDER_COLORS) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c540 sctx->border_color_table = malloc(SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table));
545 screen, 0, PIPE_USAGE_DEFAULT, SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table)));
H A Dsi_pipe.h113 #define SI_MAX_BORDER_COLORS 4096 macro
H A Dsi_state.c4493 if (i >= SI_MAX_BORDER_COLORS) {

Completed in 24 milliseconds