Searched refs:wls (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.h91 } wls; member in struct:pan_tls_info
H A Dpan_cs.c485 if (info->wls.size) {
486 assert(!(info->wls.ptr & 4095));
487 assert((info->wls.ptr & 0xffffffff00000000ULL) == ((info->wls.ptr + info->wls.size - 1) & 0xffffffff00000000ULL));
488 cfg.wls_base_pointer = info->wls.ptr;
489 unsigned wls_size = pan_wls_adjust_size(info->wls.size);
490 cfg.wls_instances = pan_wls_instances(&info->wls.dim);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c173 if (batch->tlsinfo.wls.size) {
175 batch->tlsinfo.wls.ptr =
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst319 - pan/bi: Use consistent wls naming

Completed in 8 milliseconds