HomeSort by relevance Sort by last modified time
    Searched refs:submitted (Results 1 - 25 of 25) sorted by null

  /external/curl/docs/cmdline-opts/
mail-auth.d 9 address (identity) of a submitted message that is being relayed to another
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 147 /* If the fence has been submitted. This is unsignalled for deferred fences
148 * (cs->next_fence) and while an IB is still being submitted in the submit
150 struct util_queue_fence submitted; member in struct:amdgpu_fence
183 util_queue_fence_destroy(&fence->submitted);
amdgpu_cs.c 53 util_queue_fence_init(&fence->submitted);
54 util_queue_fence_reset(&fence->submitted);
86 util_queue_fence_init(&fence->submitted);
105 util_queue_fence_wait(&fence->submitted);
146 util_queue_fence_signal(&rfence->submitted);
154 util_queue_fence_signal(&rfence->submitted);
190 * submitted in the other thread right now. Wait until the submission
192 if (!util_queue_fence_wait_timeout(&rfence->submitted, abs_timeout))
1062 util_queue_fence_wait(&fence->submitted);
    [all...]
  /external/Microsoft-GSL/
CONTRIBUTING.md 7 tracking the suggestion that has been approved by the maintainers. Your pull request should include a link to the bug that you are fixing. If you've submitted
12 use the submitted change according to the terms of the project's license, and that the work being submitted is under appropriate copyright.
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 215 fence->submitted = true;
radv_device.c     [all...]
radv_private.h 1707 bool submitted; member in struct:radv_fence
    [all...]
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 230 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); local
231 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted);
VkHardwareBufferTest.cpp 824 GrSemaphoresSubmitted submitted = fGrContext->flush(kNone_GrFlushFlags, 1, &semaphore); local
825 if (GrSemaphoresSubmitted::kNo == submitted) {
    [all...]
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 230 GrSemaphoresSubmitted submitted = mainSurface->flushAndSignalSemaphores(1, &semaphore); local
231 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted);
VkHardwareBufferTest.cpp 836 GrSemaphoresSubmitted submitted = fGrContext->flushAndSignalSemaphores(1, &semaphore); local
    [all...]
  /external/u-boot/drivers/usb/gadget/
atmel_usba_udc.h 277 unsigned int submitted:1; member in struct:usba_request
atmel_usba_udc.c 57 req->submitted = 1;
79 if (!req->submitted)
351 req->submitted = 0;
861 if (req->submitted)
1046 if (req->submitted)
  /external/blktrace/btt/doc/
btt.tex 132 with a previously submitted request -- we calculate \emph{Q2M}, the
235 between consecutively \emph{received -- queued} and \emph{submitted
239 submitted to lower level drivers), the \emph{mean} distance between
390 doing buffered IO, then the actual submitted IOs will most likely
393 (if ever?) going to be associated with the process which submitted
468 of IO requests submitted to lower layer drivers, for more information
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateXMB.java 248 CLDRFile submitted = cldrFactory2.make(file, false); local
250 for (String path : With.in(submitted.iterator(null, submitted.getComparator()))) {
254 String submittedValue = submitted.getStringValue(path);
    [all...]
  /external/kotlinc/
LICENSE 125 submitted to Licensor for inclusion in the Work by the copyright owner
127 the copyright owner. For the purposes of this definition, "submitted"
155 with the Work to which such Contribution(s) was submitted. If You
205 any Contribution intentionally submitted for inclusion in the Work
381 submitted to Licensor for inclusion in the Work by the copyright owner
383 the copyright owner. For the purposes of this definition, "submitted"
411 with the Work to which such Contribution(s) was submitted. If You
461 any Contribution intentionally submitted for inclusion in the Work
    [all...]
NOTICE 125 submitted to Licensor for inclusion in the Work by the copyright owner
127 the copyright owner. For the purposes of this definition, "submitted"
155 with the Work to which such Contribution(s) was submitted. If You
205 any Contribution intentionally submitted for inclusion in the Work
381 submitted to Licensor for inclusion in the Work by the copyright owner
383 the copyright owner. For the purposes of this definition, "submitted"
411 with the Work to which such Contribution(s) was submitted. If You
461 any Contribution intentionally submitted for inclusion in the Work
    [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 20 submitted for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tools.pas 19 submitted for inclusion in this work to the copyright owner or licensor
Antlr.Runtime.Tree.pas 20 submitted for inclusion in this work to the copyright owner or licensor
    [all...]
Antlr.Runtime.pas 20 submitted for inclusion in this work to the copyright owner or licensor
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
138 code, and thus are submitted to the block IO layer with \emph{very small}
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 107 // Actual stream creation/deletion is delayed until first request is submitted
512 // The number of requests that should be submitted to HAL at a time.
514 // requests will be submitted to HAL at a time. The batch size for
587 * Get the last request submitted to the hal by the request thread.
867 bool submitted; member in struct:android::Camera3Device::RequestThread::NextRequest
    [all...]
Camera3Device.cpp     [all...]
  /external/blktrace/doc/
blktrace.tex 200 can also show SCSI commands going in and out of the queue as submitted
    [all...]

Completed in 2791 milliseconds