HomeSort by: relevance | last modified time | path
    Searched defs:thread_storage (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 1751 uint64_t thread_storage; member in struct:MALI_DRAW
1804 cl[28] = __gen_uint(values->thread_storage, 0, 63) |
1806 cl[29] = __gen_uint(values->thread_storage, 0, 63) >> 32 |
1846 values->thread_storage = __gen_unpack_uint(cl, 896, 959);
1879 fprintf(fp, "%*sThread Storage: 0x%" PRIx64 "\n", indent, "", values->thread_storage);
v5_pack.h 1804 uint64_t thread_storage; member in struct:MALI_DRAW
1858 cl[28] = __gen_uint(values->thread_storage, 0, 63) |
1860 cl[29] = __gen_uint(values->thread_storage, 0, 63) >> 32 |
1901 values->thread_storage = __gen_unpack_uint(cl, 896, 959);
1935 fprintf(fp, "%*sThread Storage: 0x%" PRIx64 "\n", indent, "", values->thread_storage);
v6_pack.h 2009 uint64_t thread_storage; member in struct:MALI_DRAW
2061 cl[28] = __gen_uint(values->thread_storage, 0, 63) |
2063 cl[29] = __gen_uint(values->thread_storage, 0, 63) >> 32 |
2107 values->thread_storage = __gen_unpack_uint(cl, 896, 959);
2140 fprintf(fp, "%*sThread Storage: 0x%" PRIx64 "\n", indent, "", values->thread_storage);
v7_pack.h 2061 uint64_t thread_storage; member in struct:MALI_DRAW
2113 cl[28] = __gen_uint(values->thread_storage, 0, 63) |
2115 cl[29] = __gen_uint(values->thread_storage, 0, 63) >> 32 |
2159 values->thread_storage = __gen_unpack_uint(cl, 896, 959);
2192 fprintf(fp, "%*sThread Storage: 0x%" PRIx64 "\n", indent, "", values->thread_storage);

Completed in 20 milliseconds