Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dqueryobj.c44 static struct gl_query_object *
47 struct gl_query_object *q = CALLOC_STRUCT(gl_query_object); in _mesa_new_query_object()
77 _mesa_begin_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_begin_query()
88 _mesa_end_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_end_query()
100 _mesa_wait_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_wait_query()
115 _mesa_check_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_check_query()
128 _mesa_delete_query(struct gl_context *ctx, struct gl_query_object *q) in _mesa_delete_query()
146 static struct gl_query_object **
165 static struct gl_query_object **
284 struct gl_query_object *q in create_queries()
[all …]
Dqueryobj.h34 static inline struct gl_query_object *
37 return (struct gl_query_object *) in _mesa_lookup_query_object()
Ddd.h711 struct gl_query_object * (*NewQueryObject)(struct gl_context *ctx, GLuint id);
712 void (*DeleteQuery)(struct gl_context *ctx, struct gl_query_object *q);
713 void (*BeginQuery)(struct gl_context *ctx, struct gl_query_object *q);
714 void (*QueryCounter)(struct gl_context *ctx, struct gl_query_object *q);
715 void (*EndQuery)(struct gl_context *ctx, struct gl_query_object *q);
716 void (*CheckQuery)(struct gl_context *ctx, struct gl_query_object *q);
717 void (*WaitQuery)(struct gl_context *ctx, struct gl_query_object *q);
724 void (*StoreQueryResult)(struct gl_context *ctx, struct gl_query_object *q,
862 struct gl_query_object *q,
865 struct gl_query_object *q);
Dcondrender.c44 struct gl_query_object *q = NULL; in begin_conditional_render()
186 struct gl_query_object *q = ctx->Query.CondRenderQuery; in _mesa_check_conditional_render()
Dmtypes.h3164 struct gl_query_object struct
3183 struct gl_query_object *CurrentOcclusionObject; /* GL_ARB_occlusion_query */ argument
3184 struct gl_query_object *CurrentTimerObject; /* GL_EXT_timer_query */
3187 struct gl_query_object *CondRenderQuery;
3190 struct gl_query_object *PrimitivesGenerated[MAX_VERTEX_STREAMS];
3191 struct gl_query_object *PrimitivesWritten[MAX_VERTEX_STREAMS];
3194 struct gl_query_object *TransformFeedbackOverflow[MAX_VERTEX_STREAMS];
3195 struct gl_query_object *TransformFeedbackOverflowAny;
3198 struct gl_query_object *TimeElapsed;
3201 struct gl_query_object *pipeline_stats[MAX_PIPELINE_STATISTICS];
Dobjectlabel.c172 struct gl_query_object *query = _mesa_lookup_query_object(ctx, name); in get_label_pointer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_queryobj.c35 static void radeonQueryGetResult(struct gl_context *ctx, struct gl_query_object *q) in radeonQueryGetResult()
57 static struct gl_query_object * radeonNewQueryObject(struct gl_context *ctx, GLuint id) in radeonNewQueryObject()
73 static void radeonDeleteQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonDeleteQuery()
86 static void radeonWaitQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonWaitQuery()
103 static void radeonBeginQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonBeginQuery()
146 static void radeonEndQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonEndQuery()
159 static void radeonCheckQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonCheckQuery()
Dradeon_common_context.h222 struct gl_query_object Base;
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_queryobj.c35 static void radeonQueryGetResult(struct gl_context *ctx, struct gl_query_object *q) in radeonQueryGetResult()
57 static struct gl_query_object * radeonNewQueryObject(struct gl_context *ctx, GLuint id) in radeonNewQueryObject()
73 static void radeonDeleteQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonDeleteQuery()
86 static void radeonWaitQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonWaitQuery()
103 static void radeonBeginQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonBeginQuery()
146 static void radeonEndQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonEndQuery()
159 static void radeonCheckQuery(struct gl_context *ctx, struct gl_query_object *q) in radeonCheckQuery()
Dradeon_common_context.h222 struct gl_query_object Base;
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c50 static struct gl_query_object *
81 st_DeleteQuery(struct gl_context *ctx, struct gl_query_object *q) in st_DeleteQuery()
93 st_BeginQuery(struct gl_context *ctx, struct gl_query_object *q) in st_BeginQuery()
187 st_EndQuery(struct gl_context *ctx, struct gl_query_object *q) in st_EndQuery()
294 st_WaitQuery(struct gl_context *ctx, struct gl_query_object *q) in st_WaitQuery()
313 st_CheckQuery(struct gl_context *ctx, struct gl_query_object *q) in st_CheckQuery()
340 st_StoreQueryResult(struct gl_context *ctx, struct gl_query_object *q, in st_StoreQueryResult()
Dst_cb_queryobj.h39 struct gl_query_object base;
53 st_query_object(struct gl_query_object *q) in st_query_object()
Dst_cb_condrender.c52 st_BeginConditionalRender(struct gl_context *ctx, struct gl_query_object *q, in st_BeginConditionalRender()
105 st_EndConditionalRender(struct gl_context *ctx, struct gl_query_object *q) in st_EndConditionalRender()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c226 static struct gl_query_object *
245 brw_delete_query(struct gl_context *ctx, struct gl_query_object *q) in brw_delete_query()
260 brw_begin_query(struct gl_context *ctx, struct gl_query_object *q) in brw_begin_query()
332 brw_end_query(struct gl_context *ctx, struct gl_query_object *q) in brw_end_query()
387 static void brw_wait_query(struct gl_context *ctx, struct gl_query_object *q) in brw_wait_query()
404 static void brw_check_query(struct gl_context *ctx, struct gl_query_object *q) in brw_check_query()
524 brw_query_counter(struct gl_context *ctx, struct gl_query_object *q) in brw_query_counter()
Dgen6_queryobj.c325 gen6_begin_query(struct gl_context *ctx, struct gl_query_object *q) in gen6_begin_query()
413 gen6_end_query(struct gl_context *ctx, struct gl_query_object *q) in gen6_end_query()
498 static void gen6_wait_query(struct gl_context *ctx, struct gl_query_object *q) in gen6_wait_query()
518 static void gen6_check_query(struct gl_context *ctx, struct gl_query_object *q) in gen6_check_query()
544 gen6_query_counter(struct gl_context *ctx, struct gl_query_object *q) in gen6_query_counter()
Dbrw_conditional_render.c131 struct gl_query_object *q, in brw_begin_conditional_render()
167 struct gl_query_object *q) in brw_end_conditional_render()
Dbrw_context.h449 struct gl_query_object Base;
1359 void brw_query_counter(struct gl_context *ctx, struct gl_query_object *q);
Dhsw_queryobj.c435 hsw_store_query_result(struct gl_context *ctx, struct gl_query_object *q, in hsw_store_query_result()
DgenX_state_upload.c3684 query_active(struct gl_query_object *q)
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c773 struct gl_query_object Base;
778 static struct gl_query_object *
791 xmesa_begin_query(struct gl_context *ctx, struct gl_query_object *q) in xmesa_begin_query()
815 xmesa_end_query(struct gl_context *ctx, struct gl_query_object *q) in xmesa_end_query()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h78 struct gl_query_object *CurrentOcclusionObject;
170 struct gl_query_object *CondRenderQuery;
Dmeta.c845 struct gl_query_object *q = save->CurrentOcclusionObject; in _mesa_meta_end()
/external/mesa3d/src/mesa/swrast/
Ds_context.c906 struct gl_query_object *query = ctx->Query.CurrentOcclusionObject; in _swrast_render_finish()
Ds_triangle.c887 struct gl_query_object *q = ctx->Query.CurrentOcclusionObject; \
Ds_span.c1245 struct gl_query_object *q = ctx->Query.CurrentOcclusionObject; in _swrast_write_rgba_span()