Searched refs:submitted (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/ |
H A D | main.go | 81 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/ |
H A D | main.go | 78 submitted, _, err := g.QueryChanges( 88 for _, change := range submitted {
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.h | 123 /* TMZ: will this command be submitted using the TMZ flag */ 176 /* If the fence has been submitted. This is unsignalled for deferred fences 177 * (cs->next_fence) and while an IB is still being submitted in the submit 179 struct util_queue_fence submitted; member 212 util_queue_fence_destroy(&fence->submitted); in amdgpu_fence_reference()
|
H A D | amdgpu_cs.c | 48 util_queue_fence_init(&fence->submitted); in amdgpu_fence_create() 49 util_queue_fence_reset(&fence->submitted); in amdgpu_fence_create() 73 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_syncobj() 106 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_sync_file() 125 util_queue_fence_wait(&fence->submitted); in amdgpu_fence_export_sync_file() 166 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_submitted() 174 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_signalled() 208 * submitted in the other thread right now. Wait until the submission in amdgpu_fence_wait() 210 if (!util_queue_fence_wait_timeout(&afence->submitted, abs_timeout)) in amdgpu_fence_wait() 1244 util_queue_fence_wait(&fence->submitted); in amdgpu_cs_add_fence_dependency() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 106 /* only reset submitted here so that tc fence desync can pick up the 'completed' flag in zink_reset_batch_state() 109 bs->fence.submitted = false; in zink_reset_batch_state() 268 bool submitted = p_atomic_read(&fence->submitted); in find_unused_state() local 269 return submitted && completed; in find_unused_state() 451 p_atomic_set(&bs->fence.submitted, true); in submit_queue()
|
H A D | zink_fence.h | 54 bool submitted; member
|
H A D | zink_fence.c | 131 assert(fence->submitted); in fence_wait() 175 /* this batch is known to have finished because it has been submitted more than 1 time in zink_fence_finish() 181 if (fence->submitted && zink_screen_check_last_finished(screen, fence->batch_id)) in zink_fence_finish()
|
/third_party/skia/tests/ |
H A D | SurfaceSemaphoreTest.cpp | 250 GrSemaphoresSubmitted submitted = in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 252 REPORTER_ASSERT(reporter, GrSemaphoresSubmitted::kYes == submitted); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | VkHardwareBufferTest.cpp | 839 GrSemaphoresSubmitted submitted = fDirectContext->flush(info); in flushSurfaceAndSignalSemaphore() local 841 if (GrSemaphoresSubmitted::kNo == submitted) { in flushSurfaceAndSignalSemaphore()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.cpp | 114 // barriers submitted in the same batch. in pipelineBarrier() 638 bool submitted = false; 643 submitted = submit_to_queue( 664 submitted = submit_to_queue(gpu, queue, fSubmitFence, vkWaitSems.count(), 668 if (submitted) { 678 if (!submitted) {
|
/third_party/skia/src/gpu/ |
H A D | GrGpu.cpp | 761 bool submitted = this->onSubmitToGpu(syncCpu); in submitToGpu() local 763 this->callSubmittedProcs(submitted); in submitToGpu() 767 return submitted; in submitToGpu()
|
Completed in 11 milliseconds