Searched refs:acquires (Results 1 – 25 of 28) sorted by relevance
12
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 99 while (util_dynarray_contains(&bs->acquires, VkSemaphore)) in zink_reset_batch_state() 100 VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->acquires, VkSemaphore), NULL); in zink_reset_batch_state() 181 util_dynarray_fini(&bs->acquires); in zink_batch_state_destroy() 242 util_dynarray_init(&bs->acquires, NULL); in create_batch_state() 375 si[0].waitSemaphoreCount = util_dynarray_num_elements(&bs->acquires, VkSemaphore); in submit_queue() 376 si[0].pWaitSemaphores = bs->acquires.data; in submit_queue() 381 …assert(util_dynarray_num_elements(&bs->acquires, VkSemaphore) <= util_dynarray_num_elements(&bs->a… in submit_queue() 520 util_dynarray_append(&batch->state->acquires, VkSemaphore, acquire); in zink_batch_resource_usage_set() 550 util_dynarray_append(&batch->state->acquires, VkSemaphore, sem); in zink_batch_add_wait_semaphore()
|
D | zink_batch.h | 107 struct util_dynarray acquires; member
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_fifo_synchronous.txt | 61 producer. If the application acquires and uses an image from one 173 preferable to unknown latency between the time a consumer acquires a
|
D | EGL_NV_stream_reset.txt | 163 consumer acquires the last available image frame from the stream, it
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_fifo_synchronous.txt | 61 producer. If the application acquires and uses an image from one 173 preferable to unknown latency between the time a consumer acquires a
|
D | EGL_NV_stream_reset.txt | 163 consumer acquires the last available image frame from the stream, it
|
/third_party/python/Doc/library/ |
D | _thread.rst | 160 Without any optional argument, this method acquires the lock unconditionally, if 181 Lock acquires can now be interrupted by signals on POSIX.
|
D | asyncio-sync.rst | 265 Once awakened, the Condition re-acquires its lock and this method
|
D | threading.rst | 625 using the ``with`` statement acquires the associated lock for the duration of 634 re-acquires the lock and returns. It is also possible to specify a timeout. 715 occurs. Once awakened or timed out, it re-acquires the lock and returns.
|
D | email.policy.rst | 49 object is created, it acquires a policy. If the message is created by a
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | index.rst | 17 function acquires or releases.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_acquire_winrt_display/ |
D | acquire_winrt_display.txt | 29 The Vulkan instance acquires control of a
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.mm | 460 // progress if the driver calls the scheduled handler (which also acquires the lock) before
|
/third_party/openssl/doc/man3/ |
D | ASYNC_start_job.pod | 138 an application acquires a lock. It then calls some cryptographic function which
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 163 Every binding point acquires a reference
|
/third_party/python/Doc/whatsnew/ |
D | 2.7.rst | 2118 debugged doesn't hold the GIL; the macro now acquires it before printing. 2218 Python 2.7 acquires the import lock before performing an
|
D | 2.5.rst | 780 statement both starts a database transaction and acquires a thread lock::
|
D | 2.6.rst | 468 statement both starts a database transaction and acquires a thread lock::
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_swapchain/ |
D | wsi.txt | 834 When successful, fname:vkAcquireNextImageKHR acquires a presentable image
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | glossary.txt | 30 An operation that acquires ownership of an image subresource or buffer
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | resources.txt | 7250 The first entity to access the resource implicitly acquires ownership. 7282 Such an image is not usable until it acquires ownership of its memory from
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 4348 - zink: rework swapchain object check for acquires 4798 - vulkan/wsi: fix multiple acquires for sw without mit-shm
|
D | 22.1.0.rst | 2786 - zink: rework swapchain object check for acquires
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 1677 so that if an institution acquires a database, everybody associated with 5471 the changes. To put it another way, the person who acquires permission
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 4108 // Simple load acquires don't set the exclusive monitor
|
12