Searched refs:pstaging (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c309 struct pipe_resource *pstaging = local in function:fd_alloc_staging
311 if (!pstaging)
314 return fd_resource(pstaging);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c606 struct pipe_resource *pstaging = local in function:fd_alloc_staging
608 if (!pstaging)
611 return fd_resource(pstaging);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c769 struct pipe_resource *pstaging = local in function:pan_alloc_staging
771 if (!pstaging)
774 return pan_resource(pstaging);

Completed in 8 milliseconds