Searched refs:brw_query_object (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 126 struct brw_query_object *query) in brw_queryobj_get_results() 221 struct brw_query_object *query; in brw_new_query_object() 223 query = calloc(1, sizeof(struct brw_query_object)); in brw_new_query_object() 239 struct brw_query_object *query = (struct brw_query_object *)q; in brw_delete_query() 255 struct brw_query_object *query = (struct brw_query_object *)q; in brw_begin_query() 328 struct brw_query_object *query = (struct brw_query_object *)q; in brw_end_query() 382 struct brw_query_object *query = (struct brw_query_object *)q; in brw_wait_query() 401 struct brw_query_object *query = (struct brw_query_object *)q; in brw_check_query() 429 ensure_bo_has_space(struct gl_context *ctx, struct brw_query_object *query) in ensure_bo_has_space() 475 struct brw_query_object *query = brw->query.obj; in brw_emit_query_begin() [all …]
|
D | gen6_queryobj.c | 42 set_query_availability(struct brw_context *brw, struct brw_query_object *query, in set_query_availability() 223 struct brw_query_object *query) in gen6_queryobj_get_results() 327 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 | 51 struct brw_query_object *query, in set_predicate_for_overflow_query() 74 struct brw_query_object *query) in set_predicate_for_occlusion_query() 95 struct brw_query_object *query, in set_predicate_for_result() 134 struct brw_query_object *query = (struct brw_query_object *) q; in brw_begin_conditional_render()
|
D | hsw_queryobj.c | 189 struct brw_query_object *query, in load_overflow_data_to_cs_gprs() 244 calc_overflow_to_gpr0(struct brw_context *brw, struct brw_query_object *query, in calc_overflow_to_gpr0() 261 struct brw_query_object *query, in hsw_overflow_result_to_gpr0() 269 hsw_result_to_gpr0(struct gl_context *ctx, struct brw_query_object *query, in hsw_result_to_gpr0() 438 struct brw_query_object *query = (struct brw_query_object *)q; in hsw_store_query_result()
|
D | brw_context.h | 459 struct brw_query_object { struct 1183 struct brw_query_object *obj; 1312 bool brw_is_query_pipelined(struct brw_query_object *query); 1323 struct brw_query_object *query,
|