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

  /external/chromium_org/third_party/mesa/src/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_limits.h 62 #define LP_MAX_THREADS 8
lp_memory.h 38 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
lp_query.h 45 uint64_t count[LP_MAX_THREADS]; /**< a counter for each thread */
lp_query.c 113 for (i = 0; i < LP_MAX_THREADS; i++) {
lp_rast_priv.h 123 struct lp_rasterizer_task tasks[LP_MAX_THREADS];
126 pipe_thread threads[LP_MAX_THREADS];
lp_screen.c 492 screen->num_threads = MIN2(screen->num_threads, LP_MAX_THREADS);
  /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_limits.h 62 #define LP_MAX_THREADS 8
lp_memory.h 38 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
lp_query.h 45 uint64_t count[LP_MAX_THREADS]; /**< a counter for each thread */
lp_query.c 113 for (i = 0; i < LP_MAX_THREADS; i++) {
lp_rast_priv.h 123 struct lp_rasterizer_task tasks[LP_MAX_THREADS];
126 pipe_thread threads[LP_MAX_THREADS];
lp_screen.c 492 screen->num_threads = MIN2(screen->num_threads, LP_MAX_THREADS);

Completed in 194 milliseconds