Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
Dmain.go81 submitted, submittedQuery, err := g.QueryChanges(
114 for _, change := range submitted {
123 fmt.Printf(" Submitted %v changes (LOC: %v+, %v-) \n", len(submitted), insertions, deletions)
129 for i, change := range submitted {
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
Dmain.go78 submitted, _, err := g.QueryChanges(
88 for _, change := range submitted {
/third_party/mesa3d/docs/
Dconform.rst17 Khronos member and has submitted conformance for your API on another
22 submitted results for the given API yet, X.Org is a member through
/third_party/json/benchmarks/thirdparty/benchmark/
DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
28 Once your CLA is submitted (or if you already submitted one for
/third_party/benchmark/
DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
28 Once your CLA is submitted (or if you already submitted one for
/third_party/boost/libs/asio/doc/requirements/
DSender.qbk30 A sender type's destructor shall not block pending completion of the submitted
33 [inline_note The ability to wait for completion of submitted function objects
DExecutor.qbk58 submitted function objects. [inline_note The ability to wait for completion of
59 submitted function objects may be provided by the associated execution
83 function submitted to the executor.
85 [inline_note The treatment of exceptions thrown by one-way submitted functions
93 submitted function objects are to be executed.
DExecutionContext.qbk26 [Destroys all unexecuted function objects that were submitted via an
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_fence.c128 assert(fence->submitted); in zink_vkfence_wait()
185 if (fence->submitted && zink_screen_check_last_finished(screen, fence->batch_id)) in zink_fence_finish()
Dzink_batch.c103 bs->fence.submitted = false; in zink_reset_batch_state()
258 bool submitted = p_atomic_read(&fence->submitted); in find_unused_state() local
259 return submitted && completed; in find_unused_state()
281 if (bs->fence.submitted && !bs->fence.completed) in get_batch_state()
431 p_atomic_set(&bs->fence.submitted, true); in submit_queue()
595 if (bs->fence.submitted && !bs->fence.completed) in zink_end_batch()
Dzink_fence.h54 bool submitted; member
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h184 struct util_queue_fence submitted; member
217 util_queue_fence_destroy(&fence->submitted); in amdgpu_fence_reference()
Damdgpu_cs.c51 util_queue_fence_init(&fence->submitted); in amdgpu_fence_create()
52 util_queue_fence_reset(&fence->submitted); in amdgpu_fence_create()
76 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_syncobj()
109 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_sync_file()
128 util_queue_fence_wait(&fence->submitted); in amdgpu_fence_export_sync_file()
169 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_submitted()
177 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_signalled()
213 if (!util_queue_fence_wait_timeout(&afence->submitted, abs_timeout)) in amdgpu_fence_wait()
1233 util_queue_fence_wait(&fence->submitted); in amdgpu_cs_add_fence_dependency()
1495 assert(util_queue_fence_is_signalled(&fence->submitted)); in amdgpu_cs_submit_ib()
[all …]
/third_party/mesa3d/src/broadcom/ci/
Ddeqp-v3dv-rpi4-fails.txt4 # CTS bug; fix submitted
/third_party/boost/libs/tti/doc/
Dtti_why.qbk24 never submitted for acceptance into Boost. An example with an existing Boost
28 submitted to Boost is the Concept Traits Library from which much of the
/third_party/curl/docs/cmdline-opts/
Dmail-auth.d10 address (identity) of a submitted message that is being relayed to another
/third_party/ffmpeg/
DCONTRIBUTING.md2 Patches should be submitted to the [ffmpeg-devel mailing list](https://ffmpeg.org/mailman/listinfo/…
/third_party/python/Doc/
Dbugs.rst30 A list of documentation bugs that have been submitted to the Python issue tracker.
43 Bug reports for Python itself should be submitted via the Python Bug Tracker
45 pertinent information to be entered and submitted to the developers.
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/
Dios_surface_gl.mm149 bool submitted = platform_views_controller->SubmitFrame(true, std::move(context), context_);
151 return submitted;
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_implicit_sync_control.txt95 …| | submitted rendering on | | …
108 submitted (including via other APIs and from other clients) is controlled
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_implicit_sync_control.txt95 …| | submitted rendering on | | …
108 submitted (including via other APIs and from other clients) is controlled
/third_party/popt/
DREADME16 Bugs, feature requests and contributions can be submitted at
/third_party/flutter/skia/third_party/externals/wuffs/
DCONTRIBUTING.md15 You generally only need to submit a CLA once, so if you've already submitted
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20131120.md9 changes submitted by contributors without commit access to our repositories.
/third_party/skia/third_party/externals/angle2/doc/
DUpdate20131120.md9 changes submitted by contributors without commit access to our repositories.

12345678910>>...15