Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_WAIT (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_query.c250 virgl_encode_get_query_result_qbo(vctx, query->handle, qbo, (flags & PIPE_QUERY_WAIT), result_type, offset, index); in virgl_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c435 if ((flags & PIPE_QUERY_WAIT) && hq->state != NVC0_HW_QUERY_STATE_READY) in nvc0_hw_get_query_result_resource()
496 if ((flags & PIPE_QUERY_WAIT) || hq->state == NVC0_HW_QUERY_STATE_READY) { in nvc0_hw_get_query_result_resource()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h1299 PIPE_QUERY_WAIT = (1 << 0), enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c392 if (flags & PIPE_QUERY_WAIT) { in gfx10_sh_query_get_result_resource()
H A Dsi_query.c1645 if ((flags & PIPE_QUERY_WAIT) && qbuf == &query->buffer) { in si_query_hw_get_result_resource()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c224 if (flags & PIPE_QUERY_WAIT) in llvmpipe_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c707 bool predicated = !(flags & PIPE_QUERY_WAIT) && !q->stalled; in iris_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c765 bool predicated = !(flags & PIPE_QUERY_WAIT) && !q->stalled; in crocus_get_query_result_resource()
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c391 flags |= PIPE_QUERY_WAIT; in store_query_result()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c1731 if ((flags & PIPE_QUERY_WAIT) && qbuf == &query->buffer) { in r600_query_hw_get_result_resource()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2994 enum pipe_query_flags flags = (copycmd->flags & VK_QUERY_RESULT_WAIT_BIT) ? PIPE_QUERY_WAIT : 0; in handle_copy_query_pool_results()

Completed in 38 milliseconds