Home
last modified time | relevance | path

Searched refs:thread_tls_alloc (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A Dpanvk_vX_cmd_buffer.c117 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 Dpan_device.h117 unsigned thread_tls_alloc; member
H A Dpan_job.h286 unsigned thread_tls_alloc,
H A Dpan_device.c94 dev->thread_tls_alloc = panfrost_query_thread_tls_alloc(&dev->kmod.props); in panfrost_open_device()
H A Dpan_job.c417 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 Dpan_cmdstream.c1531 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 Dpanvk_vX_cmd_buffer.c63 unsigned thread_tls_alloc = in emit_tls() local
66 cmdbuf->state.tls.info.tls.size, thread_tls_alloc, core_id_range); in emit_tls()