Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp143 mtx_lock(&screen->descriptor_pool_mutex); in initialize_dsv()
145 mtx_unlock(&screen->descriptor_pool_mutex); in initialize_dsv()
222 mtx_lock(&screen->descriptor_pool_mutex); in initialize_rtv()
224 mtx_unlock(&screen->descriptor_pool_mutex); in initialize_rtv()
273 mtx_lock(&screen->descriptor_pool_mutex); in d3d12_surface_destroy()
277 mtx_unlock(&screen->descriptor_pool_mutex); in d3d12_surface_destroy()
Dd3d12_screen.h88 mtx_t descriptor_pool_mutex; member
Dd3d12_screen.cpp745 mtx_destroy(&screen->descriptor_pool_mutex); in d3d12_destroy_screen()
1149 mtx_init(&screen->descriptor_pool_mutex, mtx_plain); in d3d12_init_screen_base()
Dd3d12_context.cpp954 mtx_lock(&screen->descriptor_pool_mutex); in d3d12_create_sampler_view()
956 mtx_unlock(&screen->descriptor_pool_mutex); in d3d12_create_sampler_view()