Lines Matching refs:bind
146 /* templat->bind is not set here, so we must use the minimum sizes */
210 "last_level=%u, nr_samples=%u, usage=%u, bind=%x, flags=%x",
214 templat->bind, templat->flags);
218 if ((templat->bind & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DEPTH_STENCIL)) &&
219 !(templat->bind & PIPE_BIND_SAMPLER_VIEW)) {
270 if (unlikely(templat->bind & PIPE_BIND_SCANOUT) && screen->ro) {
293 if (templat->bind & PIPE_BIND_VERTEX_BUFFER)
335 if (templat->bind & PIPE_BIND_DEPTH_STENCIL) {
347 (templat->bind & (PIPE_BIND_LINEAR | PIPE_BIND_SCANOUT)) ||
474 "nr_samples=%u, usage=%u, bind=%x, flags=%x",
477 tmpl->nr_samples, tmpl->usage, tmpl->bind, tmpl->flags);