Searched refs:wls_base_pointer (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c488 cfg.wls_base_pointer = info->wls.ptr;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2881 uint64_t wls_base_pointer; member in struct:MALI_LOCAL_STORAGE
2899 cl[ 4] = __gen_uint(values->wls_base_pointer, 0, 63);
2900 cl[ 5] = __gen_uint(values->wls_base_pointer, 0, 63) >> 32;
2922 values->wls_base_pointer = __gen_unpack_uint(cl, 128, 191);
2934 fprintf(fp, "%*sWLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->wls_base_pointer);
H A Dv5_pack.h2863 uint64_t wls_base_pointer; member in struct:MALI_LOCAL_STORAGE
2881 cl[ 4] = __gen_uint(values->wls_base_pointer, 0, 63);
2882 cl[ 5] = __gen_uint(values->wls_base_pointer, 0, 63) >> 32;
2904 values->wls_base_pointer = __gen_unpack_uint(cl, 128, 191);
2916 fprintf(fp, "%*sWLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->wls_base_pointer);
H A Dv6_pack.h3494 uint64_t wls_base_pointer; member in struct:MALI_LOCAL_STORAGE
3512 cl[ 4] = __gen_uint(values->wls_base_pointer, 0, 63);
3513 cl[ 5] = __gen_uint(values->wls_base_pointer, 0, 63) >> 32;
3535 values->wls_base_pointer = __gen_unpack_uint(cl, 128, 191);
3547 fprintf(fp, "%*sWLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->wls_base_pointer);
H A Dv7_pack.h3572 uint64_t wls_base_pointer; member in struct:MALI_LOCAL_STORAGE
3590 cl[ 4] = __gen_uint(values->wls_base_pointer, 0, 63);
3591 cl[ 5] = __gen_uint(values->wls_base_pointer, 0, 63) >> 32;
3613 values->wls_base_pointer = __gen_unpack_uint(cl, 128, 191);
3625 fprintf(fp, "%*sWLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->wls_base_pointer);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1198 ls.wls_base_pointer =

Completed in 49 milliseconds