Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1092 mtx_lock(&device->shader_arena_mutex); in alloc_shader_memory()
1114 mtx_unlock(&device->shader_arena_mutex); in alloc_shader_memory()
1119 mtx_unlock(&device->shader_arena_mutex); in alloc_shader_memory()
1134 mtx_unlock(&device->shader_arena_mutex); in alloc_shader_memory()
1184 mtx_unlock(&device->shader_arena_mutex); in alloc_shader_memory()
1188 mtx_unlock(&device->shader_arena_mutex); in alloc_shader_memory()
1210 mtx_lock(&device->shader_arena_mutex); in free_shader_memory()
1251 mtx_unlock(&device->shader_arena_mutex); in free_shader_memory()
1267 mtx_init(&device->shader_arena_mutex, mtx_plain); in radv_init_shader_arenas()
1288 mtx_destroy(&device->shader_arena_mutex); in radv_destroy_shader_arenas()
[all …]
Dradv_private.h778 mtx_t shader_arena_mutex; member