HomeSort by relevance Sort by last modified time
    Searched refs:lp_swizzled_cbuf (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_memory.c 40 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
lp_memory.h 38 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4]; variable
lp_rast_priv.h 198 task->color_tiles[buf] = lp_swizzled_cbuf[task->thread_index][buf];
lp_rast.c 911 memset(lp_swizzled_cbuf, 0, sizeof lp_swizzled_cbuf);

Completed in 2019 milliseconds