Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c769 struct pipe_resource *pstaging = in pan_alloc_staging() local
771 if (!pstaging) in pan_alloc_staging()
774 return pan_resource(pstaging); in pan_alloc_staging()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c606 struct pipe_resource *pstaging = in fd_alloc_staging() local
608 if (!pstaging) in fd_alloc_staging()
611 return fd_resource(pstaging); in fd_alloc_staging()