Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c332 simple_mtx_lock(&device->compute_scratch_mtx); in radv_compute_pipeline_create()
336 simple_mtx_unlock(&device->compute_scratch_mtx); in radv_compute_pipeline_create()
H A Dradv_device.c1094 simple_mtx_init(&device->compute_scratch_mtx, mtx_plain); in radv_CreateDevice()
1353 simple_mtx_destroy(&device->compute_scratch_mtx); in radv_CreateDevice()
1411 simple_mtx_destroy(&device->compute_scratch_mtx); in radv_DestroyDevice()
H A Dradv_device.h545 simple_mtx_t compute_scratch_mtx; member
H A Dradv_queue.c1321 simple_mtx_lock(&device->compute_scratch_mtx); in radv_update_preambles()
1324 simple_mtx_unlock(&device->compute_scratch_mtx); in radv_update_preambles()