Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:surface

82       info->src.layer = srcRb->surface->u.tex.first_layer;
84 info->dst.level = dstRb->surface->u.tex.level;
85 info->dst.layer = dstRb->surface->u.tex.first_layer;
116 info->src.layer = srcRb->surface->u.tex.first_layer;
118 info->dst.level = dstRb->surface->u.tex.level;
119 info->dst.layer = dstRb->surface->u.tex.first_layer;
132 info->src.layer = srcRb->surface->u.tex.first_layer;
134 info->dst.level = dstRb->surface->u.tex.level;
135 info->dst.layer = dstRb->surface->u.tex.first_layer;
236 struct pipe_surface *dstSurf = dstRb->surface;
252 struct pipe_surface *srcSurf = srcRb->surface;
253 struct pipe_surface *dstSurf = dstRb->surface;
282 dstDepthRb ? dstDepthRb->surface : NULL;
289 dstStencilRb ? dstStencilRb->surface : NULL;
300 srcDepthRb->surface->u.tex.level,
302 srcDepthRb->surface->u.tex.first_layer,
319 srcDepthRb->surface->u.tex.level,
321 srcDepthRb->surface->u.tex.first_layer,
329 srcStencilRb->surface->u.tex.level,
331 srcStencilRb->surface->u.tex.first_layer,