Searched defs:DATA_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h54 #define DATA_BLOCK_SIZE (64 * 1024) macro
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/
H A Dlp_scene.h54 #define DATA_BLOCK_SIZE (64 * 1024) macro
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 146 milliseconds