Home
last modified time | relevance | path

Searched refs:pstate_mtx (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c3456 simple_mtx_init(&device->pstate_mtx, mtx_plain); in radv_CreateDevice()
3759 simple_mtx_destroy(&device->pstate_mtx); in radv_CreateDevice()
3805 simple_mtx_destroy(&device->pstate_mtx); in radv_DestroyDevice()
7388 simple_mtx_lock(&device->pstate_mtx); in radv_device_acquire_performance_counters()
7396 simple_mtx_unlock(&device->pstate_mtx); in radv_device_acquire_performance_counters()
7403 simple_mtx_lock(&device->pstate_mtx); in radv_device_release_performance_counters()
7408 simple_mtx_unlock(&device->pstate_mtx); in radv_device_release_performance_counters()
Dradv_private.h928 simple_mtx_t pstate_mtx; member