Searched refs:DATA_BLOCK_SIZE (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 59 #define DATA_BLOCK_SIZE (64 * 1024) macro 86 ubyte data[DATA_BLOCK_SIZE]; 215 assert(size <= DATA_BLOCK_SIZE); 220 size, block->used, DATA_BLOCK_SIZE, 223 if (block->used + size > DATA_BLOCK_SIZE) { 254 block->used, DATA_BLOCK_SIZE, 257 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
|
| H A D | lp_scene.c | 72 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; 333 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) {
|
| H A D | lp_setup.c | 1087 STATIC_ASSERT(DATA_BLOCK_SIZE >= LP_MAX_TGSI_CONST_BUFFER_SIZE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 60 #define DATA_BLOCK_SIZE (64 * 1024) macro 87 ubyte data[DATA_BLOCK_SIZE]; 237 assert(size <= DATA_BLOCK_SIZE); 242 size, block->used, (unsigned)DATA_BLOCK_SIZE, 245 if (block->used + size > DATA_BLOCK_SIZE) { 276 block->used, (unsigned)DATA_BLOCK_SIZE, 279 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) {
|
| H A D | lp_scene.c | 80 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; 350 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) {
|
| H A D | lp_setup.c | 1271 STATIC_ASSERT(DATA_BLOCK_SIZE >= LP_MAX_TGSI_CONST_BUFFER_SIZE);
|
Completed in 9 milliseconds