Searched refs:wls_base_pointer (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 488 cfg.wls_base_pointer = info->wls.ptr;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 2881 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 D | v5_pack.h | 2863 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 D | v6_pack.h | 3494 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 D | v7_pack.h | 3572 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 D | pan_cmdstream.c | 1198 ls.wls_base_pointer =
|
Completed in 49 milliseconds