Lines Matching refs:bind
198 unsigned int bind = stype_bind[stype];
209 PIPE_TEXTURE_2D, 0, 0, bind)) {
298 unsigned int bind;
303 bind = stype_bind[xa_format_type(fdesc.xa_format)];
305 bind |= PIPE_BIND_SHARED;
307 bind |= PIPE_BIND_RENDER_TARGET;
309 bind |= PIPE_BIND_SCANOUT;
312 PIPE_TEXTURE_2D, 0, 0, bind))
365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
368 template->bind |= PIPE_BIND_SHARED;
370 template->bind |= PIPE_BIND_RENDER_TARGET;
372 template->bind |= PIPE_BIND_SCANOUT;
468 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
470 template->bind |= PIPE_BIND_SHARED;
472 template->bind |= PIPE_BIND_RENDER_TARGET;
474 template->bind |= PIPE_BIND_SCANOUT;
483 template->bind |