Home
last modified time | relevance | path

Searched refs:PIPE_QUERY_TIMESTAMP_DISJOINT (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c74 type == PIPE_QUERY_TIMESTAMP_DISJOINT); in softpipe_create_query()
126 case PIPE_QUERY_TIMESTAMP_DISJOINT: in softpipe_begin_query()
199 case PIPE_QUERY_TIMESTAMP_DISJOINT: in softpipe_end_query()
260 case PIPE_QUERY_TIMESTAMP_DISJOINT: { in softpipe_get_query_result()
292 case PIPE_QUERY_TIMESTAMP_DISJOINT: in is_result_nonzero()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c259 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nv50_hw_end_query()
329 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nv50_hw_get_query_result()
400 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nv50_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c292 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nvc0_hw_end_query()
365 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nvc0_hw_get_query_result()
577 case PIPE_QUERY_TIMESTAMP_DISJOINT: in nvc0_hw_create_query()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c122 case PIPE_QUERY_TIMESTAMP_DISJOINT: in iris_is_query_pipelined()
204 case PIPE_QUERY_TIMESTAMP_DISJOINT: in write_value()
298 case PIPE_QUERY_TIMESTAMP_DISJOINT: in calculate_result_on_cpu()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c142 case PIPE_QUERY_TIMESTAMP_DISJOINT: in crocus_is_query_pipelined()
217 case PIPE_QUERY_TIMESTAMP_DISJOINT: in write_value()
326 case PIPE_QUERY_TIMESTAMP_DISJOINT: in calculate_result_on_cpu()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dquery9.c49 PIPE_QUERY_TIMESTAMP_DISJOINT : PIPE_QUERY_TYPES; in d3dquerytype_to_pipe_query()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DQuery.cpp72 return PIPE_QUERY_TIMESTAMP_DISJOINT; in TranslateQueryType()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_query.c125 case PIPE_QUERY_TIMESTAMP_DISJOINT: in si_query_sw_begin()
282 case PIPE_QUERY_TIMESTAMP_DISJOINT: in si_query_sw_end()
442 case PIPE_QUERY_TIMESTAMP_DISJOINT: in si_query_sw_get_result()
1196 if (query_type == PIPE_QUERY_TIMESTAMP_DISJOINT || query_type == PIPE_QUERY_GPU_FINISHED || in si_create_query()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c99 case PIPE_QUERY_TIMESTAMP_DISJOINT: in r600_query_sw_begin()
249 case PIPE_QUERY_TIMESTAMP_DISJOINT: in r600_query_sw_end()
402 case PIPE_QUERY_TIMESTAMP_DISJOINT: in r600_query_sw_get_result()
981 if (query_type == PIPE_QUERY_TIMESTAMP_DISJOINT || in r600_create_query()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h601 PIPE_QUERY_TIMESTAMP_DISJOINT, enumerator
1205 * Query result for PIPE_QUERY_TIMESTAMP_DISJOINT.
1279 /* PIPE_QUERY_TIMESTAMP_DISJOINT */
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c153 case PIPE_QUERY_TIMESTAMP_DISJOINT: { in llvmpipe_get_query_result()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c403 bool is_timestamp = q->type == PIPE_QUERY_TIMESTAMP || q->type == PIPE_QUERY_TIMESTAMP_DISJOINT; in query_pool_get_range()
640 bool is_timestamp = query->type == PIPE_QUERY_TIMESTAMP || query->type == PIPE_QUERY_TIMESTAMP_DISJOINT; in get_query_result()
788 bool is_timestamp = q->type == PIPE_QUERY_TIMESTAMP || q->type == PIPE_QUERY_TIMESTAMP_DISJOINT; in update_qbo()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h653 case PIPE_QUERY_TIMESTAMP_DISJOINT: in util_query_clear_result()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.c1000 case PIPE_QUERY_TIMESTAMP_DISJOINT: in trace_dump_query_result()

Completed in 20 milliseconds