Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c608 struct pipe_resource *pstaging = in fd_alloc_staging() local
610 if (!pstaging) in fd_alloc_staging()
613 return fd_resource(pstaging); in fd_alloc_staging()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c818 struct pipe_resource *pstaging = in pan_alloc_staging() local
820 if (!pstaging) in pan_alloc_staging()
823 return pan_resource(pstaging); in pan_alloc_staging()