Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_shader.c787 mtx_lock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
795 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
804 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
809 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
833 mtx_lock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
839 mtx_unlock(&device->shader_slab_mutex); in radv_alloc_shader_memory()
850 mtx_destroy(&device->shader_slab_mutex); in radv_destroy_shader_slabs()
1456 mtx_lock(&device->shader_slab_mutex); in radv_shader_variant_destroy()
1458 mtx_unlock(&device->shader_slab_mutex); in radv_shader_variant_destroy()
Dradv_debug.c795 mtx_lock(&device->shader_slab_mutex); in radv_get_faulty_shader()
802 mtx_unlock(&device->shader_slab_mutex); in radv_get_faulty_shader()
807 mtx_unlock(&device->shader_slab_mutex); in radv_get_faulty_shader()
Dradv_private.h817 mtx_t shader_slab_mutex; member
Dradv_device.c2757 mtx_init(&device->shader_slab_mutex, mtx_plain); in radv_CreateDevice()