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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c482 cfg.tls_base_pointer = info->tls.ptr;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2880 uint64_t tls_base_pointer; member in struct:MALI_LOCAL_STORAGE
2897 cl[ 2] = __gen_uint(values->tls_base_pointer, 0, 63);
2898 cl[ 3] = __gen_uint(values->tls_base_pointer, 0, 63) >> 32;
2921 values->tls_base_pointer = __gen_unpack_uint(cl, 64, 127);
2933 fprintf(fp, "%*sTLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->tls_base_pointer);
H A Dv5_pack.h2862 uint64_t tls_base_pointer; member in struct:MALI_LOCAL_STORAGE
2879 cl[ 2] = __gen_uint(values->tls_base_pointer, 0, 63);
2880 cl[ 3] = __gen_uint(values->tls_base_pointer, 0, 63) >> 32;
2903 values->tls_base_pointer = __gen_unpack_uint(cl, 64, 127);
2915 fprintf(fp, "%*sTLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->tls_base_pointer);
H A Dv6_pack.h3493 uint64_t tls_base_pointer; member in struct:MALI_LOCAL_STORAGE
3510 cl[ 2] = __gen_uint(values->tls_base_pointer, 0, 63);
3511 cl[ 3] = __gen_uint(values->tls_base_pointer, 0, 63) >> 32;
3534 values->tls_base_pointer = __gen_unpack_uint(cl, 64, 127);
3546 fprintf(fp, "%*sTLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->tls_base_pointer);
H A Dv7_pack.h3571 uint64_t tls_base_pointer; member in struct:MALI_LOCAL_STORAGE
3588 cl[ 2] = __gen_uint(values->tls_base_pointer, 0, 63);
3589 cl[ 3] = __gen_uint(values->tls_base_pointer, 0, 63) >> 32;
3612 values->tls_base_pointer = __gen_unpack_uint(cl, 64, 127);
3624 fprintf(fp, "%*sTLS Base Pointer: 0x%" PRIx64 "\n", indent, "", values->tls_base_pointer);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1216 ls.tls_base_pointer = bo->ptr.gpu;

Completed in 50 milliseconds