Searched refs:perf_counter_lock_cs (Results 1 – 2 of 2) sorted by relevance
3294 if (!device->perf_counter_lock_cs) in radv_device_finish_perf_counter_lock_cs()3298 if (device->perf_counter_lock_cs[i]) in radv_device_finish_perf_counter_lock_cs()3299 device->ws->cs_destroy(device->perf_counter_lock_cs[i]); in radv_device_finish_perf_counter_lock_cs()3302 free(device->perf_counter_lock_cs); in radv_device_finish_perf_counter_lock_cs()3709 device->perf_counter_lock_cs = in radv_CreateDevice()3711 if (!device->perf_counter_lock_cs) { in radv_CreateDevice()4696 struct radeon_cmdbuf **cs_ref = &device->perf_counter_lock_cs[pass * 2 + (unlock ? 1 : 0)]; in radv_create_perf_counter_lock_cs()
939 struct radeon_cmdbuf **perf_counter_lock_cs; member