HomeSort by: relevance | last modified time | path
    Searched refs:tls_base_pointer (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_cs.c 482 cfg.tls_base_pointer = info->tls.ptr;
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2880 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);
v5_pack.h 2862 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);
v6_pack.h 3493 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);
v7_pack.h 3571 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/
pan_cmdstream.c 1216 ls.tls_base_pointer = bo->ptr.gpu;

Completed in 27 milliseconds