Searched refs:brw_query_object (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 134 struct brw_query_object *query) in brw_queryobj_get_results() 229 struct brw_query_object *query; in brw_new_query_object() 231 query = calloc(1, sizeof(struct brw_query_object)); in brw_new_query_object() 247 struct brw_query_object *query = (struct brw_query_object *)q; in brw_delete_query() 263 struct brw_query_object *query = (struct brw_query_object *)q; in brw_begin_query() 335 struct brw_query_object *query = (struct brw_query_object *)q; in brw_end_query() 389 struct brw_query_object *query = (struct brw_query_object *)q; in brw_wait_query() 407 struct brw_query_object *query = (struct brw_query_object *)q; in brw_check_query() 435 ensure_bo_has_space(struct gl_context *ctx, struct brw_query_object *query) in ensure_bo_has_space() 481 struct brw_query_object *query = brw->query.obj; in brw_emit_query_begin() [all …]
|
D | gen6_queryobj.c | 43 set_query_availability(struct brw_context *brw, struct brw_query_object *query, in set_query_availability() 224 struct brw_query_object *query) in gen6_queryobj_get_results() 328 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_begin_query() 416 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_end_query() 480 flush_batch_if_needed(struct brw_context *brw, struct brw_query_object *query) in flush_batch_if_needed() 501 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_wait_query() 521 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_check_query() 547 struct brw_query_object *query = (struct brw_query_object *)q; in gen6_query_counter()
|
D | brw_conditional_render.c | 52 struct brw_query_object *query, in set_predicate_for_overflow_query() 75 struct brw_query_object *query) in set_predicate_for_occlusion_query() 96 struct brw_query_object *query, in set_predicate_for_result() 135 struct brw_query_object *query = (struct brw_query_object *) q; in brw_begin_conditional_render()
|
D | hsw_queryobj.c | 191 struct brw_query_object *query, in load_overflow_data_to_cs_gprs() 246 calc_overflow_to_gpr0(struct brw_context *brw, struct brw_query_object *query, in calc_overflow_to_gpr0() 263 struct brw_query_object *query, in hsw_overflow_result_to_gpr0() 271 hsw_result_to_gpr0(struct gl_context *ctx, struct brw_query_object *query, in hsw_result_to_gpr0() 440 struct brw_query_object *query = (struct brw_query_object *)q; in hsw_store_query_result()
|
D | brw_context.h | 448 struct brw_query_object { struct 1154 struct brw_query_object *obj; 1360 bool brw_is_query_pipelined(struct brw_query_object *query); 1372 struct brw_query_object *query,
|