| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_queue.h | 49 struct vn_sync_payload temporary; member in struct:vn_fence 64 struct vn_sync_payload temporary; member in struct:vn_semaphore
|
| H A D | vn_queue.c | 453 fence->temporary.type = VN_SYNC_TYPE_INVALID; 462 struct vn_sync_payload *temp = &fence->temporary; 526 vn_sync_payload_release(dev, &fence->temporary); 547 vn_sync_payload_release(dev, &fence->temporary); 746 vn_sync_payload_release(dev, &fence->temporary); 765 sem->temporary.type = VN_SYNC_TYPE_INVALID; 776 vn_sync_payload_release(dev, &sem->temporary); 784 struct vn_sync_payload *temp = &sem->temporary; 850 vn_sync_payload_release(dev, &sem->temporary); 1020 vn_sync_payload_release(dev, &sem->temporary); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 90 fence->temporary.kind != RADV_FENCE_NONE ? &fence->temporary : &fence->permanent; 95 struct radv_semaphore_part *part = semaphore->temporary.kind != RADV_SEMAPHORE_NONE 96 ? &semaphore->temporary
|
| H A D | radv_device.c | 4197 fence->temporary.kind != RADV_FENCE_NONE ? &fence->temporary : &fence->permanent; 4503 if (semaphore->temporary.kind != RADV_SEMAPHORE_NONE) 4582 if (semaphore->temporary.kind != RADV_SEMAPHORE_NONE) { 4584 deferred->temporary_semaphore_parts[temporary_idx] = semaphore->temporary; 4585 semaphore->temporary.kind = RADV_SEMAPHORE_NONE; 4593 if (semaphore->temporary.kind != RADV_SEMAPHORE_NONE) { 4594 deferred->signal_semaphores[i] = &semaphore->temporary; 5777 radv_destroy_fence_part(device, &fence->temporary); 5848 fence->temporary [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_sync.c | 58 if (sync->temporary) { 59 struct drm_syncobj_destroy destroy = { .handle = sync->temporary }; 63 sync->temporary = syncobj; 81 bool temporary, bool sync_fd, int fd) 87 uint32_t *dst = temporary ? &sync->temporary : &sync->permanent; 101 assert(temporary); 141 .handle = sync->temporary ? : sync->permanent, 329 if (fence->syncobj.temporary) { 330 handles[i] = fence->syncobj.temporary; 80 sync_import(struct panvk_device * device,struct panvk_syncobj * sync,bool temporary,bool sync_fd,int fd) argument [all...] |
| H A D | panvk_vX_device.c | 219 semaphores[i + 1] = sem->syncobj.temporary ? : sem->syncobj.permanent; 294 panvk_queue_transfer_sync(queue, sem->syncobj.temporary ? : sem->syncobj.permanent); 300 panvk_queue_transfer_sync(queue, fence->syncobj.temporary ? : fence->syncobj.permanent);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_wsi.c | 45 /* Put a BO semaphore with the image BO in the temporary. For BO binary 52 struct anv_semaphore_impl *impl = &semaphore->temporary; 66 /* Put a BO fence with the image BO in the temporary. For BO fences, we 72 struct anv_fence_impl *impl = &fence->temporary; 146 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ? 147 &semaphore->temporary : &semaphore->permanent; 182 * "If the import is temporary, the implementation must restore the
|
| H A D | anv_queue.c | 842 * "If the import is temporary, the implementation must restore the 848 * make copies of the temporary syncobj to ensure they stay alive until we 906 * - We're dealing with a temporary semaphore that needs to be reset to 916 * Those temporary semaphores are later freed in anv_queue_submit_free(). 924 struct anv_semaphore_impl *impl = &semaphore->temporary; 928 /* No temporary, use the permanent semaphore. */ 967 /* BO backed timeline semaphores cannot be temporary. */ 989 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ? 990 &semaphore->temporary : &semaphore->permanent; 1076 /* Under most circumstances, out fences won't be temporary [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_queue.c | 347 anv_fence_impl_cleanup(device, &fence->temporary); 366 * temporary permanence, that fence’s prior permanent payload is 370 if (fence->temporary.type != ANV_FENCE_TYPE_NONE) 371 anv_fence_impl_cleanup(device, &fence->temporary); 403 fence->temporary.type != ANV_FENCE_TYPE_NONE ? 404 &fence->temporary : &fence->permanent; 409 assert(fence->temporary.type == ANV_FENCE_TYPE_NONE); 516 fence->temporary.type != ANV_FENCE_TYPE_NONE ? 517 &fence->temporary : &fence->permanent; 563 * have no temporary stat [all...] |
| H A D | anv_batch_chain.c | 1606 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ? 1607 &semaphore->temporary : &semaphore->permanent; 1650 /* Under most circumstances, out fences won't be temporary. However, 1653 * "If the import is temporary, the implementation must restore the 1662 semaphore->temporary.type != ANV_SEMAPHORE_TYPE_NONE ? 1663 &semaphore->temporary : &semaphore->permanent; 1691 /* Under most circumstances, out fences won't be temporary. However, 1694 * "If the import is temporary, the implementation must restore the 1703 fence->temporary.type != ANV_FENCE_TYPE_NONE ? 1704 &fence->temporary [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocintrnl.h | 62 unsigned temporary:1; /* Whether we should delete this message when member in struct:_MsgRec 102 Boolean force_reset; /* temporary bug work-around for sequences */
|
| H A D | msg.c | 111 if (msg->temporary) (void)strcat(str, " [Temporary]"); 191 /* Restore the draftfile from its temporary hiding place. */ 228 if (!msg->temporary) 249 * scrn was showing a temporary msg that is not being shown in any other scrn, 282 if (scrn->msg->temporary) { 485 /* Make this a temporary message. */ 490 msg->temporary = TRUE; 501 msg->temporary = FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 44 uint32_t permanent, temporary; member in struct:tu_binary_syncobj 596 sync->binary.temporary = 0; 614 if (sync->binary.temporary) { 616 &(struct drm_syncobj_destroy) { .handle = sync->binary.temporary }); 618 sync->binary.temporary = syncobj; 641 sync_import(VkDevice _device, struct tu_syncobj *sync, bool temporary, bool sync_fd, int fd) argument 647 uint32_t *dst = temporary ? &sync->binary.temporary : &sync->binary.permanent; 661 assert(temporary); 698 .handle = sync->binary.temporary [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.0.3.rst | 103 - mesa: use signed temporary variable to store \_ColorDrawBufferIndexes 104 - st/mesa: use signed temporary variable to store 113 - i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
|
| H A D | 17.1.8.rst | 78 - radeonsi/gfx9: add a temporary workaround for a tessellation driver
|
| H A D | 17.2.5.rst | 81 - i965/blorp: Use more temporary isl_format variables
|
| H A D | 19.0.1.rst | 88 - glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
|
| /xsrc/external/mit/freetype/dist/builds/compiler/ |
| H A D | bcc-dev.mk | 79 # Borland C++ specific temporary files
|
| H A D | bcc.mk | 79 # Borland C++ specific temporary files
|
| /xsrc/external/mit/brotli/dist/python/ |
| H A D | README.md | 28 $ make clean # Remove all temporary files and build output
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 18 - A `%` in the pattern followed by an identifier is the same as a `#` but it expects a `%` before the integer in the output. It basically matches a ACO temporary.
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | install.rst | 109 install. To do this, choose a temporary location for the install. A directory 114 First, configure Mesa and install in the temporary location: 132 against your temporary install by setting the right environment variables.
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | configure.ac | 144 AC_ARG_WITH(shared-memory-dir, AS_HELP_STRING([--with-shared-memory-dir=PATH], [Path to directory in a world-writable temporary directory for anonymous shared memory (default: auto)]),
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_program_debug.spec | 225 attribute, temporary, or result register in the program string. 329 printf("Current temporary registers:\n");
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_program_debug.spec | 225 attribute, temporary, or result register in the program string. 329 printf("Current temporary registers:\n");
|