Home
last modified time | relevance | path

Searched refs:invalidated (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.h123 struct list_head invalidated; member
151 boolean *invalidated,
Dsvga_screen_cache.c303 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_add()
306 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_add()
342 curr = cache->invalidated.next; in svga_screen_cache_flush()
344 while (curr != &cache->invalidated) { in svga_screen_cache_flush()
405 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_flush()
472 list_inithead(&cache->invalidated); in svga_screen_cache_init()
Dsvga_resource_buffer_upload.c161 boolean invalidated; in svga_buffer_create_host_surface() local
228 &invalidated, &sbuf->key); in svga_buffer_create_host_surface()
251 invalidated ? SVGA_SURFACE_STATE_INVALIDATED : in svga_buffer_create_host_surface()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c78 batch->invalidated |= FD_BUFFER_DEPTH; in batch_draw_tracking_for_dirty_bits()
98 batch->invalidated |= FD_BUFFER_STENCIL; in batch_draw_tracking_for_dirty_bits()
118 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; in batch_draw_tracking_for_dirty_bits()
190 batch->restore |= restore_buffers & (FD_BUFFER_ALL & ~batch->invalidated); in batch_draw_tracking_for_dirty_bits()
408 batch->invalidated |= cleared_buffers; in batch_clear_tracking()
Dfreedreno_batch.h91 } invalidated, cleared, fast_cleared, restore, resolve; member
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_invalidate_subdata.txt52 may be invalidated.
123 All or part of the data store of a buffer object may be invalidated by
129 invalidated. <offset> and <length> specify the range of the data in the
130 buffer object that is to be invalidated. If <buffer> is zero or is not the
153 All or part of a texture image may be invalidated by calling
160 invalidated. After this command, data in that subregion have undefined
218 be invalidated. Any of these pixels lying outside of the window allocated
322 RESOLVED: No, all layers are invalidated, the same behavior as a Clear.
/third_party/openGLES/extensions/ARB/
DARB_invalidate_subdata.txt62 may be invalidated.
133 All or part of the data store of a buffer object may be invalidated by
139 invalidated. <offset> and <length> specify the range of the data in the
140 buffer object that is to be invalidated. If <buffer> is zero or is not the
163 All or part of a texture image may be invalidated by calling
170 invalidated. After this command, data in that subregion have undefined
228 be invalidated. Any of these pixels lying outside of the window allocated
332 RESOLVED: No, all layers are invalidated, the same behavior as a Clear.
/third_party/libwebsockets/READMEs/
DREADME.routing.md37 the connection is invalidated and closed. Similarly, if we are
39 without a net route match are invalidated. However connections with
/third_party/typescript/src/compiler/
DresolutionCache.ts730 let invalidated = false;
733 resolution.isInvalidated = invalidated = true;
740 return invalidated;
807 …const invalidated = invalidateResolutions(resolutionsWithFailedLookups, canInvalidateFailedLookupR… constant
811 return invalidated;
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dclear.md36 All iterators, pointers and references related to this container are invalidated.
/third_party/mesa3d/docs/relnotes/
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
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.fbo.invalidate.txt30 + Texture lookups from partially invalidated texture attachment
/third_party/openssl/crypto/property/
DREADME.md54 must be invalidated. The cache will also be invalidated when the global
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_barrier.txt86 have been invalidated before subsequent Draws are executed.
128 have been invalidated before subsequent Draws are executed.
/third_party/openGLES/extensions/NV/
DNV_texture_barrier.txt86 have been invalidated before subsequent Draws are executed.
128 have been invalidated before subsequent Draws are executed.
/third_party/openGLES/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt95 always be discarded/invalidated by the application *before* the rendering is
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_multisampled_render_to_texture2.txt95 always be discarded/invalidated by the application *before* the rendering is
/third_party/openGLES/extensions/MESA/
DMESA_tile_raster_order.txt77 caches have been invalidated before subsequent Draws are
/third_party/openssl/doc/man3/
DSSL_get_peer_cert_chain.pod41 is not incremented and the returned stack may be invalidated by renegotiation.
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_tile_raster_order.txt77 caches have been invalidated before subsequent Draws are
/third_party/flutter/skia/third_party/externals/angle2/doc/
DBufferImplementation.md52 buffer is invalidated (deleted) and the streaming buffer implementation is used
102 (i.e. a buffer object), it has static usage, and it hasn't been invalidated, the
/third_party/skia/third_party/externals/angle2/doc/
DBufferImplementation.md52 buffer is invalidated (deleted) and the streaming buffer implementation is used
102 (i.e. a buffer object), it has static usage, and it hasn't been invalidated, the
/third_party/libwebsockets/lib/misc/lwsac/
DREADME.md75 * lwsac_use() pointers are invalidated in one hit without individual frees.
84 live in are freed and invalidated all together.
/third_party/jerryscript/docs/
D14.EXT-REFERENCE-HANDLE-SCOPE.md8 …he scope can be 'closed' and any handles associated with the scope are invalidated. The methods av…
/third_party/python/Doc/library/
Dcompileall.rst95 Control how the generated byte-code files are invalidated at runtime.
197 pycs are invalidated at runtime.
267 pycs are invalidated at runtime.

12345