Searched refs:thread_storage (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_indirect_dispatch.c | 145 cfg.thread_storage = get_tls(pool->dev);
|
| H A D | pan_blitter.c | 981 cfg.thread_storage = tsd; 1025 cfg.thread_storage = tsd;
|
| H A D | pan_indirect_draw.c | 1280 cfg.thread_storage = get_tls(pool->dev); 1369 cfg.thread_storage = get_tls(pool->dev);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 807 pandecode_local_storage(p->thread_storage & ~1, job_no); 810 pandecode_local_storage(p->thread_storage & ~1, job_no); 869 (PAN_ARCH >= 6 || p->thread_storage & MALI_FBD_TAG_IS_MFBD)) {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 405 cfg.thread_storage = draw->tls; 470 cfg.thread_storage = draw->tls;
|
| H A D | panvk_vX_meta_clear.c | 305 cfg.thread_storage = tsd;
|
| H A D | panvk_vX_meta_copy.c | 133 cfg.thread_storage = tsd;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | 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);
|
| H A D | 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);
|
| H A D | 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);
|
| H A D | 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2542 cfg.thread_storage = batch->tls.gpu; 2753 cfg.thread_storage = batch->tls.gpu; 3172 cfg.thread_storage = panfrost_emit_shared_memory(batch, info);
|
Completed in 61 milliseconds