Searched refs:result_buffer (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_monitor.c | 36 unsigned char *result_buffer; member 228 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 in iris_get_monitor_result() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.c | 39 unsigned char *result_buffer; member 375 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 in crocus_get_monitor_result() [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query.c | 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()
|
H A D | pvr_private.h | 1159 /* Stride of result_buffer to get to the start of the results for the next 1164 struct pvr_bo *result_buffer; member
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 986 intptr_t result_buffer = 0; in SoftwareInterrupt() local 991 result_buffer = get_register(r3); in SoftwareInterrupt() 1212 memcpy(reinterpret_cast<void*>(result_buffer), &result, in SoftwareInterrupt() 1214 set_register(r3, result_buffer); in SoftwareInterrupt()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 1983 intptr_t result_buffer = 0; in SoftwareInterrupt() local 1988 result_buffer = get_register(r2); in SoftwareInterrupt() 2214 memcpy(reinterpret_cast<void*>(result_buffer), &result, in SoftwareInterrupt() 2216 set_register(r2, result_buffer); in SoftwareInterrupt() 2291 // memcpy(reinterpret_cast<void *>(result_buffer), &result, in SoftwareInterrupt()
|
Completed in 27 milliseconds