Home
last modified time | relevance | path

Searched refs:acquires (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c99 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()
Dzink_batch.h107 struct util_dynarray acquires; member
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_fifo_synchronous.txt61 producer. If the application acquires and uses an image from one
173 preferable to unknown latency between the time a consumer acquires a
DEGL_NV_stream_reset.txt163 consumer acquires the last available image frame from the stream, it
/third_party/EGL/extensions/NV/
DEGL_NV_stream_fifo_synchronous.txt61 producer. If the application acquires and uses an image from one
173 preferable to unknown latency between the time a consumer acquires a
DEGL_NV_stream_reset.txt163 consumer acquires the last available image frame from the stream, it
/third_party/python/Doc/library/
D_thread.rst160 Without any optional argument, this method acquires the lock unconditionally, if
181 Lock acquires can now be interrupted by signals on POSIX.
Dasyncio-sync.rst265 Once awakened, the Condition re-acquires its lock and this method
Dthreading.rst625 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.
Demail.policy.rst49 object is created, it acquires a policy. If the message is created by a
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dindex.rst17 function acquires or releases.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_acquire_winrt_display/
Dacquire_winrt_display.txt29 The Vulkan instance acquires control of a
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm460 // progress if the driver calls the scheduled handler (which also acquires the lock) before
/third_party/openssl/doc/man3/
DASYNC_start_job.pod138 an application acquires a lock. It then calls some cryptographic function which
/third_party/mesa3d/docs/gallium/
Dcontext.rst163 Every binding point acquires a reference
/third_party/python/Doc/whatsnew/
D2.7.rst2118 debugged doesn't hold the GIL; the macro now acquires it before printing.
2218 Python 2.7 acquires the import lock before performing an
D2.5.rst780 statement both starts a database transaction and acquires a thread lock::
D2.6.rst468 statement both starts a database transaction and acquires a thread lock::
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_swapchain/
Dwsi.txt834 When successful, fname:vkAcquireNextImageKHR acquires a presentable image
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dglossary.txt30 An operation that acquires ownership of an image subresource or buffer
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dresources.txt7250 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/
D22.2.0.rst4348 - zink: rework swapchain object check for acquires
4798 - vulkan/wsi: fix multiple acquires for sw without mit-shm
D22.1.0.rst2786 - zink: rework swapchain object check for acquires
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt1677 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/
DAArch64InstrFormats.td4108 // Simple load acquires don't set the exclusive monitor

12