/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_sync.txt | 41 This extension defines a new type of reusable sync object. This 83 If <type> is EGL_SYNC_NEW_FRAME_NV, a stream-new-frame reusable 85 empty (containing only EGL_NONE). Attributes of the reusable 95 the returned stream-new-frame reusable sync object is signaled. 100 EGL does not automatically unsignal the stream-new-frame reusable
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_sync.txt | 41 This extension defines a new type of reusable sync object. This 83 If <type> is EGL_SYNC_NEW_FRAME_NV, a stream-new-frame reusable 85 empty (containing only EGL_NONE). Attributes of the reusable 95 the returned stream-new-frame reusable sync object is signaled. 100 EGL does not automatically unsignal the stream-new-frame reusable
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 56 object known as "reusable sync object" comparable to an OS 62 explicitly changing the status of a reusable object using EGL API 177 reusable sync object's status from unsignaled to signaled will 194 If <type> is EGL_SYNC_REUSABLE_KHR, a reusable sync object is 196 (containing only EGL_NONE). Attributes of the reusable sync object 281 signals or unsignals the reusable sync object <sync> by changing its 371 extension defining two types of sync object; a "reusable sync 464 * A reusable sync object has two possible status values: signaled 468 * A reusable sync can be set to signaled or unsignaled 498 reusable sync object? [all …]
|
D | EGL_KHR_fence_sync.txt | 408 extension defining two types of sync object; a "reusable sync 413 reusable sync objects but is otherwise very similar to the 475 RESOLVED: No. (note that this behavior differs from reusable syncs.) 492 - Simplify issues list to remove issues specific to reusable sync 501 to create "reusable sync objects and all tokens/wording specific 518 - Define separate one-time fence sync and reusable sync extensions 521 change initial status of reusable syncs to unsignaled. Clarify
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_reusable_sync.txt | 56 object known as "reusable sync object" comparable to an OS 62 explicitly changing the status of a reusable object using EGL API 177 reusable sync object's status from unsignaled to signaled will 194 If <type> is EGL_SYNC_REUSABLE_KHR, a reusable sync object is 196 (containing only EGL_NONE). Attributes of the reusable sync object 281 signals or unsignals the reusable sync object <sync> by changing its 371 extension defining two types of sync object; a "reusable sync 464 * A reusable sync object has two possible status values: signaled 468 * A reusable sync can be set to signaled or unsignaled 498 reusable sync object? [all …]
|
D | EGL_KHR_fence_sync.txt | 408 extension defining two types of sync object; a "reusable sync 413 reusable sync objects but is otherwise very similar to the 475 RESOLVED: No. (note that this behavior differs from reusable syncs.) 492 - Simplify issues list to remove issues specific to reusable sync 501 to create "reusable sync objects and all tokens/wording specific 518 - Define separate one-time fence sync and reusable sync extensions 521 change initial status of reusable syncs to unsignaled. Clarify
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 199 assert(!bo->reusable); in find_and_ref_external_bo() 428 bo->reusable = bucket && bufmgr->bo_reuse; in bo_alloc_internal() 440 bo->reusable = false; in bo_alloc_internal() 571 bo->reusable = false; in crocus_bo_gem_create_from_name() 709 if (bo->reusable) in bo_unreference_final() 1252 bo->reusable = false; in crocus_bo_import_dmabuf() 1324 bo->reusable = false; in crocus_bo_import_dmabuf_no_mods() 1341 bo->reusable = false; in crocus_bo_make_external_locked() 1351 assert(!bo->reusable); in crocus_bo_make_external()
|
D | crocus_bufmgr.h | 127 bool reusable; member
|
/third_party/libsoup/libsoup/ |
D | soup-connection.c | 29 gboolean reusable; member 269 priv->reusable = soup_message_is_keepalive (msg); in current_msg_got_body() 302 priv->reusable = FALSE; in set_current_msg() 713 if (state == SOUP_CONNECTION_IDLE && !priv->reusable) { in soup_connection_set_state() 755 priv->reusable = FALSE; in soup_connection_send_request()
|
/third_party/mesa3d/docs/gallium/ |
D | cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/third_party/boost/libs/spirit/doc/ |
D | repository.qbk | 11 The __spirit__ repository is a community effort collecting different reusable
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 408 extension defining two types of sync object; a "reusable sync 413 reusable sync objects but is otherwise very similar to the 475 RESOLVED: No. (note that this behavior differs from reusable syncs.) 492 - Simplify issues list to remove issues specific to reusable sync 501 to create "reusable sync objects and all tokens/wording specific 518 - Define separate one-time fence sync and reusable sync extensions 521 change initial status of reusable syncs to unsignaled. Clarify
|
/third_party/openGLES/extensions/OES/ |
D | EGL_KHR_fence_sync.txt | 418 extension defining two types of sync object; a "reusable sync 423 reusable sync objects but is otherwise very similar to the 485 RESOLVED: No. (note that this behavior differs from reusable syncs.) 502 - Simplify issues list to remove issues specific to reusable sync 511 to create "reusable sync objects and all tokens/wording specific 528 - Define separate one-time fence sync and reusable sync extensions 531 change initial status of reusable syncs to unsignaled. Clarify
|
/third_party/skia/third_party/externals/oboe/samples/iolib/ |
D | README.md | 6 …ing from multiple sources. It's purpose is to demonstrate best practices and provide reusable code.
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 261 assert(!bo->real.reusable); in find_and_ref_external_bo() 1051 bo->real.reusable = bucket && bufmgr->bo_reuse; in iris_bo_alloc() 1076 bo->real.reusable = false; in iris_bo_alloc() 1201 bo->real.reusable = false; in iris_bo_gem_create_from_name() 1354 if (bo->real.reusable) in bo_unreference_final() 1793 bo->real.reusable = false; in iris_bo_import_dmabuf() 1834 bo->real.reusable = false; in iris_bo_mark_exported_locked() 1847 assert(!bo->real.reusable); in iris_bo_mark_exported()
|
D | iris_bufmgr.h | 254 bool reusable; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 193 bool reusable; member
|
D | brw_bufmgr.c | 677 bo->reusable = true; in bo_alloc_internal() 819 bo->reusable = false; in brw_bo_gem_create_from_name() 938 if (bufmgr->bo_reuse && bo->reusable && bucket != NULL && in bo_unreference_final() 1518 bo->reusable = false; in brw_bo_gem_create_from_prime_internal() 1593 bo->reusable = false; in brw_bo_gem_export_to_prime() 1625 bo->reusable = false; in brw_bo_flink()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_sync_reuse.txt | 50 API command pipeline; and reusable sync objects signaled by commands 62 This extension allows all sync objects to be reusable. When a sync 107 unsignaling the sync. All sync objects are reusable. Once they enter 319 reusable? 339 the reusable sync object is the only known one that supports
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_sync_reuse.txt | 50 API command pipeline; and reusable sync objects signaled by commands 62 This extension allows all sync objects to be reusable. When a sync 107 unsignaling the sync. All sync objects are reusable. Once they enter 319 reusable? 339 the reusable sync object is the only known one that supports
|
/third_party/libdrm/intel/ |
D | intel_bufmgr_gem.c | 252 bool reusable; member 645 if (bo_gem->reusable && bo_gem->idle) in drm_intel_gem_bo_busy() 837 bo_gem->reusable = true; in drm_intel_gem_bo_alloc_internal() 995 bo_gem->reusable = false; in drm_intel_gem_bo_alloc_userptr() 1163 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_name() 1397 if (bufmgr_gem->bo_reuse && bo_gem->reusable && bucket != NULL && in drm_intel_gem_bo_unreference_final() 2704 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_prime() 2734 bo_gem->reusable = false; in drm_intel_bo_gem_export_to_prime() 2756 bo_gem->reusable = false; in drm_intel_gem_bo_flink() 3033 bo_gem->reusable = false; in drm_intel_gem_bo_disable_reuse() [all …]
|
/third_party/libxml2/os400/libxmlrpg/ |
D | dict.rpgle | 2 * Description: dictionary of reusable strings, just used to avoid
|
/third_party/boost/libs/phoenix/doc/starter_kit/ |
D | function.qbk | 13 to refactor as reusable functions. When you reach that point, you'll wish that
|
/third_party/boost/libs/test/doc/ |
D | usage_recommendations.qbk | 35 [h4 To test reusable template base component with different template parameter use test case templa… 36 If you writing unit test for generic reusable component you may have a need to test it against set …
|
/third_party/python/Doc/library/ |
D | contextlib.rst | 842 .. _single-use-reusable-and-reentrant-cms: 844 Single use, reusable and reentrant context managers 930 Distinct from both single use and reentrant context managers are "reusable" 931 context managers (or, to be completely explicit, "reusable, but not 933 reusable). These context managers support being used multiple times, but 937 :class:`threading.Lock` is an example of a reusable, but not reentrant, 941 Another example of a reusable, but not reentrant, context manager is
|