Searched refs:invalidated (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h122 struct list_head invalidated; member in struct:svga_host_surface_cache
H A Dsvga_screen_cache.c326 /* 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 Dsvga_screen_cache.h123 struct list_head invalidated; member in struct:svga_host_surface_cache
H A Dsvga_screen_cache.c299 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 Dfreedreno_draw.c146 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 Dfreedreno_batch.h80 * 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 Dfreedreno_batch.c80 batch->invalidated = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c78 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 Dfreedreno_batch.h73 * 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 Dfreedreno_batch.c91 batch->invalidated = 0;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.7.rst132 - 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 D21.2.2.rst119 - turnip: re-emit vertex params after they are invalidated
H A D19.1.0.rst100 invalidated on another
H A D21.3.0.rst1058 - turnip: re-emit vertex params after they are invalidated
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst905 the previously derived internal resources must be invalidated to avoid sampling
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst1019 the previously derived internal resources must be invalidated to avoid sampling
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json4288 "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