Home
last modified time | relevance | path

Searched refs:shader_slab_mutex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader.c313 mtx_lock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
321 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
330 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
335 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
347 mtx_lock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
353 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
364 mtx_destroy(&device->shader_slab_mutex); in radv_destroy_shader_slabs()
578 mtx_lock(&device->shader_slab_mutex); in radv_shader_variant_destroy()
580 mtx_unlock(&device->shader_slab_mutex); in radv_shader_variant_destroy()
Dradv_private.h637 mtx_t shader_slab_mutex; member
Dradv_device.c1079 mtx_init(&device->shader_slab_mutex, mtx_plain); in radv_CreateDevice()