HomeSort by: relevance | last modified time | path
    Searched defs:submitted (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_fence.h 54 bool submitted; member in struct:zink_fence
zink_batch.c 100 /* only reset submitted here so that tc fence desync can pick up the 'completed' flag
103 bs->fence.submitted = false;
258 bool submitted = p_atomic_read(&fence->submitted); local
259 return submitted && completed;
281 if (bs->fence.submitted && !bs->fence.completed)
431 p_atomic_set(&bs->fence.submitted, true);
595 if (bs->fence.submitted && !bs->fence.completed)
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_marker.c 39 u64 submitted; member in struct:vmw_marker
69 marker->submitted = ktime_get_raw_ns();
98 queue->lag = now - marker->submitted;
vmwgfx_cmdbuf.c 53 * @submitted: List of command buffers that have been submitted to the
54 * manager but not yet submitted to hardware.
55 * @hw_submitted: List of command buffers submitted to hardware.
60 struct list_head submitted; member in struct:vmw_cmdbuf_context
335 INIT_LIST_HEAD(&ctx->submitted);
354 !list_empty(&ctx->submitted) &&
359 entry = list_first_entry(&ctx->submitted,
433 if (!list_empty(&ctx->submitted))
444 * command buffers left that are not submitted to hardware, Make sur
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 129 /* TMZ: will this command be submitted using the TMZ flag */
181 /* If the fence has been submitted. This is unsignalled for deferred fences
182 * (cs->next_fence) and while an IB is still being submitted in the submit
184 struct util_queue_fence submitted; member in struct:amdgpu_fence
217 util_queue_fence_destroy(&fence->submitted);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 157 /* If the fence has been submitted. This is unsignalled for deferred fences
158 * (cs->next_fence) and while an IB is still being submitted in the submit
160 struct util_queue_fence submitted; member in struct:amdgpu_fence
193 util_queue_fence_destroy(&fence->submitted);
  /src/external/mpl/bind/dist/lib/isc/netmgr/
http.c 203 uint64_t submitted; /* How many responses were submitted to send */ member in struct:isc_nm_http_session
230 uint64_t submitted; member in struct:isc_http_send_req
748 session->submitted++;
1347 session->processed += req->submitted;
1546 .submitted = session->submitted };
1547 session->submitted = 0;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h 1970 bool submitted; member in struct:radv_fence

Completed in 38 milliseconds