HomeSort by relevance Sort by last modified time
    Searched defs:DATA_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 54 #define DATA_BLOCK_SIZE (64 * 1024)
85 ubyte data[DATA_BLOCK_SIZE];
208 assert(size <= DATA_BLOCK_SIZE);
213 size, block->used, DATA_BLOCK_SIZE,
216 if (block->used + size > DATA_BLOCK_SIZE) {
247 block->used, DATA_BLOCK_SIZE,
250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 54 #define DATA_BLOCK_SIZE (64 * 1024)
85 ubyte data[DATA_BLOCK_SIZE];
208 assert(size <= DATA_BLOCK_SIZE);
213 size, block->used, DATA_BLOCK_SIZE,
216 if (block->used + size > DATA_BLOCK_SIZE) {
247 block->used, DATA_BLOCK_SIZE,
250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {

Completed in 25 milliseconds