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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 59 #define DATA_BLOCK_SIZE (64 * 1024)
86 ubyte data[DATA_BLOCK_SIZE];
216 assert(size <= DATA_BLOCK_SIZE);
221 size, block->used, DATA_BLOCK_SIZE,
224 if (block->used + size > DATA_BLOCK_SIZE) {
255 block->used, DATA_BLOCK_SIZE,
258 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
lp_scene.c 72 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE;
333 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) {
lp_setup.c     [all...]

Completed in 862 milliseconds