Searched refs:result_buffer (Results 1 – 4 of 4) sorted by relevance
36 unsigned char *result_buffer; member228 monitor->result_buffer = calloc(1, monitor->result_size); in iris_create_monitor_object()229 if (unlikely(!monitor->result_buffer)) in iris_create_monitor_object()237 free(monitor->result_buffer); in iris_create_monitor_object()251 free(monitor->result_buffer); in iris_destroy_monitor_object()252 monitor->result_buffer = NULL; in iris_destroy_monitor_object()303 (unsigned*) monitor->result_buffer, in iris_get_monitor_result()318 result[i].u64 = *(uint64_t*)(monitor->result_buffer + counter->offset); in iris_get_monitor_result()321 result[i].f = *(float*)(monitor->result_buffer + counter->offset); in iris_get_monitor_result()325 result[i].u64 = *(uint32_t*)(monitor->result_buffer + counter->offset); in iris_get_monitor_result()[all …]
39 unsigned char *result_buffer; member375 monitor->result_buffer = calloc(1, monitor->result_size); in crocus_create_monitor_object()376 if (unlikely(!monitor->result_buffer)) in crocus_create_monitor_object()384 free(monitor->result_buffer); in crocus_create_monitor_object()398 free(monitor->result_buffer); in crocus_destroy_monitor_object()399 monitor->result_buffer = NULL; in crocus_destroy_monitor_object()450 (unsigned*) monitor->result_buffer, in crocus_get_monitor_result()465 result[i].u64 = *(uint64_t*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result()468 result[i].f = *(float*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result()472 result[i].u64 = *(uint32_t*)(monitor->result_buffer + counter->offset); in crocus_get_monitor_result()[all …]
79 &pool->result_buffer); in pvr_CreateQueryPool()97 pvr_bo_free(device, pool->result_buffer); in pvr_CreateQueryPool()113 pvr_bo_free(device, pool->result_buffer); in pvr_DestroyQueryPool()
1164 struct pvr_bo *result_buffer; member