/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.h | 123 struct list_head invalidated; member 151 boolean *invalidated,
|
D | svga_screen_cache.c | 303 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()
|
D | svga_resource_buffer_upload.c | 161 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/ |
D | freedreno_draw.c | 78 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()
|
D | freedreno_batch.h | 91 } invalidated, cleared, fast_cleared, restore, resolve; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_invalidate_subdata.txt | 52 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/ |
D | ARB_invalidate_subdata.txt | 62 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/ |
D | README.routing.md | 37 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/ |
D | resolutionCache.ts | 730 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/ |
D | clear.md | 36 All iterators, pointers and references related to this container are invalidated.
|
/third_party/mesa3d/docs/relnotes/ |
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
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.fbo.invalidate.txt | 30 + Texture lookups from partially invalidated texture attachment
|
/third_party/openssl/crypto/property/ |
D | README.md | 54 must be invalidated. The cache will also be invalidated when the global
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_barrier.txt | 86 have been invalidated before subsequent Draws are executed. 128 have been invalidated before subsequent Draws are executed.
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_barrier.txt | 86 have been invalidated before subsequent Draws are executed. 128 have been invalidated before subsequent Draws are executed.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multisampled_render_to_texture2.txt | 95 always be discarded/invalidated by the application *before* the rendering is
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multisampled_render_to_texture2.txt | 95 always be discarded/invalidated by the application *before* the rendering is
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 77 caches have been invalidated before subsequent Draws are
|
/third_party/openssl/doc/man3/ |
D | SSL_get_peer_cert_chain.pod | 41 is not incremented and the returned stack may be invalidated by renegotiation.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_tile_raster_order.txt | 77 caches have been invalidated before subsequent Draws are
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | BufferImplementation.md | 52 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/ |
D | BufferImplementation.md | 52 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/ |
D | README.md | 75 * lwsac_use() pointers are invalidated in one hit without individual frees. 84 live in are freed and invalidated all together.
|
/third_party/jerryscript/docs/ |
D | 14.EXT-REFERENCE-HANDLE-SCOPE.md | 8 …he scope can be 'closed' and any handles associated with the scope are invalidated. The methods av…
|
/third_party/python/Doc/library/ |
D | compileall.rst | 95 Control how the generated byte-code files are invalidated at runtime. 197 pycs are invalidated at runtime. 267 pycs are invalidated at runtime.
|