Searched refs:invalidated (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 122 struct list_head invalidated; member in struct:svga_host_surface_cache
|
| H A D | svga_screen_cache.c | 326 /* Loop over entries in the invalidated list */ 327 curr = cache->invalidated.next; 329 while (curr != &cache->invalidated) { 335 /* remove entry from the invalidated list */ 382 /* add the entry to the invalidated list */ 383 LIST_ADD(&entry->head, &cache->invalidated); 439 LIST_INITHEAD(&cache->invalidated);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_screen_cache.h | 123 struct list_head invalidated; member in struct:svga_host_surface_cache
|
| H A D | svga_screen_cache.c | 299 list_add(&entry->head, &cache->invalidated); 334 /* Loop over entries in the invalidated list */ 335 curr = cache->invalidated.next; 337 while (curr != &cache->invalidated) { 343 /* remove entry from the invalidated list */ 396 /* add the entry to the invalidated list */ 398 list_add(&entry->head, &cache->invalidated); 410 * of surface relocations with invalidated surfaces during context flush. 411 * So if the number of invalidated surface exceeds a certain limit (1000), 465 list_inithead(&cache->invalidated); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 146 batch->invalidated |= FD_BUFFER_DEPTH; 161 batch->invalidated |= FD_BUFFER_STENCIL; 183 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; 281 batch->restore |= restore_buffers & (FD_BUFFER_ALL & ~batch->invalidated); 345 batch->invalidated |= cleared_buffers;
|
| H A D | freedreno_batch.h | 80 * there was a glClear() that invalidated the entire previous buffer 88 * The 'invalidated' bits are set for cleared buffers, and buffers 98 } invalidated, cleared, fast_cleared, restore, resolve; member in struct:fd_batch
|
| H A D | freedreno_batch.c | 80 batch->invalidated = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 78 batch->invalidated |= FD_BUFFER_DEPTH; 98 batch->invalidated |= FD_BUFFER_STENCIL; 118 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; 190 batch->restore |= restore_buffers & (FD_BUFFER_ALL & ~batch->invalidated); 408 batch->invalidated |= cleared_buffers;
|
| H A D | freedreno_batch.h | 73 * there was a glClear() that invalidated the entire previous buffer 81 * The 'invalidated' bits are set for cleared buffers, and buffers 91 } invalidated, cleared, fast_cleared, restore, resolve; member in struct:fd_batch
|
| H A D | freedreno_batch.c | 91 batch->invalidated = 0;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.7.rst | 132 - anv: invalidate L3 read only cache when VF cache is invalidated 133 - iris: invalidate L3 read only cache when VF cache is invalidated
|
| H A D | 21.2.2.rst | 119 - turnip: re-emit vertex params after they are invalidated
|
| H A D | 19.1.0.rst | 100 invalidated on another
|
| H A D | 21.3.0.rst | 1058 - turnip: re-emit vertex params after they are invalidated
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 905 the previously derived internal resources must be invalidated to avoid sampling
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 1019 the previously derived internal resources must be invalidated to avoid sampling
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 4288 "description": "iris: invalidate L3 read only cache when VF cache is invalidated", 4297 "description": "anv: invalidate L3 read only cache when VF cache is invalidated", [all...] |
Completed in 130 milliseconds