Searched refs:thread_tls_alloc (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/ |
H A D | panvk_vX_cmd_buffer.c | 117 unsigned thread_tls_alloc = in panvk_per_arch() local 124 batch->tlsinfo.tls.size, thread_tls_alloc, core_id_range); in panvk_per_arch()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_device.h | 117 unsigned thread_tls_alloc; member
|
H A D | pan_job.h | 286 unsigned thread_tls_alloc,
|
H A D | pan_device.c | 94 dev->thread_tls_alloc = panfrost_query_thread_tls_alloc(&dev->kmod.props); in panfrost_open_device()
|
H A D | pan_job.c | 417 unsigned thread_tls_alloc, unsigned core_id_range) in panfrost_batch_get_scratchpad() argument 420 size_per_thread, thread_tls_alloc, core_id_range); in panfrost_batch_get_scratchpad()
|
H A D | pan_cmdstream.c | 1531 batch, ss->info.tls_size, dev->thread_tls_alloc, dev->core_id_range); in panfrost_emit_shared_memory() 2575 batch, batch->stack_size, dev->thread_tls_alloc, in emit_tls() 2596 batch, batch->stack_size, dev->thread_tls_alloc, in emit_fbd()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/ |
H A D | panvk_vX_cmd_buffer.c | 63 unsigned thread_tls_alloc = in emit_tls() local 66 cmdbuf->state.tls.info.tls.size, thread_tls_alloc, core_id_range); in emit_tls()
|