Home
last modified time | relevance | path

Searched refs:tmem (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/idiag/
Didiag_meminfo_obj.c78 void idiagnl_meminfo_set_tmem(struct idiagnl_meminfo *minfo, uint32_t tmem) in idiagnl_meminfo_set_tmem() argument
80 minfo->idiag_tmem = tmem; in idiagnl_meminfo_set_tmem()
/external/mesa3d/src/panfrost/lib/
Ddecode.c711 struct pandecode_mapped_memory *tmem) in pandecode_texture_payload() argument
738 mali_ptr *pointers_and_strides = pandecode_fetch_gpu_mem(tmem, in pandecode_texture_payload()
763 struct pandecode_mapped_memory *tmem, in pandecode_texture() argument
788 … struct pandecode_mapped_memory *tmem = pandecode_find_mapped_gpu_mem_containing(temp.surfaces); in pandecode_bifrost_texture() local
791 true, temp.levels, 1, 1, tmem); in pandecode_bifrost_texture()
884 … struct pandecode_mapped_memory *tmem = pandecode_find_mapped_gpu_mem_containing(*u); in pandecode_textures() local
885 if (tmem) in pandecode_textures()
886 pandecode_texture(*u, tmem, job_no, tex); in pandecode_textures()