Searched refs:vrend_query (Results 1 – 1 of 1) sorted by relevance
74 struct vrend_query { struct7464 static bool vrend_check_query(struct vrend_query *query) in vrend_check_query()7482 struct vrend_query *query, *stor; in vrend_renderer_check_queries()7541 struct vrend_query *q; in vrend_create_query()7550 q = CALLOC_STRUCT(vrend_query); in vrend_create_query()7600 ret_handle = vrend_renderer_object_insert(ctx, q, sizeof(struct vrend_query), handle, in vrend_create_query()7609 static void vrend_destroy_query(struct vrend_query *query) in vrend_destroy_query()7619 struct vrend_query *query = obj_ptr; in vrend_destroy_query_object()7625 struct vrend_query *q; in vrend_begin_query()7646 struct vrend_query *q; in vrend_end_query()[all …]