Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A 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()
H A Dd3d12_screen.h99 mtx_t descriptor_pool_mutex; member
H A Dd3d12_screen.cpp808 mtx_destroy(&screen->descriptor_pool_mutex); in d3d12_destroy_screen()
1364 mtx_init(&screen->descriptor_pool_mutex, mtx_plain); in d3d12_init_screen_base()
H A Dd3d12_context_graphics.cpp945 mtx_lock(&screen->descriptor_pool_mutex); in d3d12_create_sampler_view()
947 mtx_unlock(&screen->descriptor_pool_mutex); in d3d12_create_sampler_view()