Searched refs:minimum_size (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_handle_table.c | 101 unsigned minimum_size) 106 if(ht->size > minimum_size) 110 while(!(new_size > minimum_size)) 100 handle_table_resize(struct handle_table * ht,unsigned minimum_size) argument
|
| H A D | u_bitmask.c | 93 const unsigned minimum_size = minimum_index + 1; local in function:util_bitmask_resize 98 if (!minimum_size) 101 if (bm->size >= minimum_size) 106 while (new_size < minimum_size) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_handle_table.c | 101 unsigned minimum_size) 106 if(ht->size > minimum_size) 110 while(!(new_size > minimum_size)) 100 handle_table_resize(struct handle_table * ht,unsigned minimum_size) argument
|
| H A D | u_bitmask.c | 93 const unsigned minimum_size = minimum_index + 1; local in function:util_bitmask_resize 98 if (!minimum_size) 101 if (bm->size >= minimum_size) 106 while (new_size < minimum_size) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_dma.c | 209 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ; 217 if (size > rmesa->dma.minimum_size) 218 rmesa->dma.minimum_size = (size + 15) & (~15); 220 radeon_print(RADEON_DMA, RADEON_NORMAL, "%s size %d minimum_size %zi\n", 221 __func__, size, rmesa->dma.minimum_size); 230 0, rmesa->dma.minimum_size, 4, 363 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n", 364 __func__, free, wait, reserved, rmesa->dma.minimum_size); 378 if (dma_bo->bo->size < rmesa->dma.minimum_size) { 396 if (dma_bo->bo->size < rmesa->dma.minimum_size) { [all...] |
| H A D | radeon_common_context.h | 264 size_t minimum_size; member in struct:radeon_dma
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_dma.c | 210 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ; 218 if (size > rmesa->dma.minimum_size) 219 rmesa->dma.minimum_size = (size + 15) & (~15); 221 radeon_print(RADEON_DMA, RADEON_NORMAL, "%s size %d minimum_size %zi\n", 222 __func__, size, rmesa->dma.minimum_size); 231 0, rmesa->dma.minimum_size, 4, 364 fprintf(stderr, "%s: free %zu, wait %zu, reserved %zu, minimum_size: %zu\n", 365 __func__, free, wait, reserved, rmesa->dma.minimum_size); 379 if (dma_bo->bo->size < rmesa->dma.minimum_size) { 397 if (dma_bo->bo->size < rmesa->dma.minimum_size) { [all...] |
| H A D | radeon_common_context.h | 264 size_t minimum_size; member in struct:radeon_dma
|
Completed in 9 milliseconds