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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.h70 #define BORDERCOLOR_SIZE 0x40 macro
H A Dfreedreno_texture.c137 (BORDERCOLOR_SIZE * offset) +
138 (BORDERCOLOR_SIZE * i));
H A Dfreedreno_context.h42 #define BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * BORDERCOLOR_SIZE)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.h71 #define BORDERCOLOR_SIZE 0x40 macro
H A Dfreedreno_texture.c146 (uint16_t *)((uint8_t *)ptr + (BORDERCOLOR_SIZE * offset) +
147 (BORDERCOLOR_SIZE * i));
H A Dfreedreno_context.h49 #define BORDER_COLOR_UPLOAD_SIZE (2 * PIPE_MAX_SAMPLERS * BORDERCOLOR_SIZE)

Completed in 8 milliseconds