Searched refs:mmem (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c738 struct pandecode_mapped_memory *mmem = pandecode_find_mapped_gpu_mem_containing(textures); local in function:pandecode_textures
740 if (!mmem)
748 pandecode_fetch_gpu_mem(mmem,
758 mali_ptr *PANDECODE_PTR_VAR(u, mmem, textures);
761 mali_ptr *PANDECODE_PTR_VAR(u, mmem, textures + tex * sizeof(mali_ptr));
769 mali_ptr *PANDECODE_PTR_VAR(u, mmem, textures + tex * sizeof(mali_ptr));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c1423 struct pandecode_mapped_memory *mmem = pandecode_find_mapped_gpu_mem_containing(p->texture_trampoline); local in function:pandecode_replay_vertex_tiler_postfix_pre
1425 if (mmem) {
1426 mali_ptr *PANDECODE_PTR_VAR(u, mmem, p->texture_trampoline);
1432 mali_ptr *PANDECODE_PTR_VAR(u, mmem, p->texture_trampoline + tex * sizeof(mali_ptr));
1443 mali_ptr *PANDECODE_PTR_VAR(u, mmem, p->texture_trampoline + tex * sizeof(mali_ptr));

Completed in 7 milliseconds