Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c723 struct pipe_resource *pstaging = in pan_alloc_staging() local
725 if (!pstaging) in pan_alloc_staging()
728 return pan_resource(pstaging); in pan_alloc_staging()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c458 struct pipe_resource *pstaging = in fd_alloc_staging() local
460 if (!pstaging) in fd_alloc_staging()
463 return fd_resource(pstaging); in fd_alloc_staging()