Home
last modified time | relevance | path

Searched refs:panfrost_pool_upload (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_pool.h92 panfrost_pool_upload(struct pan_pool *pool, const void *data, size_t sz);
Dpan_pool.c121 panfrost_pool_upload(struct pan_pool *pool, const void *data, size_t sz) in panfrost_pool_upload() function
Dpan_blit.c333 draw->textures = panfrost_pool_upload(pool, &texture.gpu, sizeof(texture.gpu)); in midgard_load_emit_texture()