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

  /external/mesa3d/src/gallium/auxiliary/util/
u_ringbuffer.h 17 struct util_ringbuffer *util_ringbuffer_create( unsigned dwords );
u_ringbuffer.c 24 struct util_ringbuffer *util_ringbuffer_create( unsigned dwords ) function
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene_queue.c 66 queue->ring = util_ringbuffer_create( MAX_SCENE_QUEUE *

Completed in 134 milliseconds