Lines Matching refs:usage
643 unsigned usage)
680 if (usage & (PIPE_BIND_SAMPLER_VIEW |
710 if ((usage & PIPE_BIND_SAMPLER_VIEW) &&
723 if ((usage & (PIPE_BIND_RENDER_TARGET |
731 retval |= usage &
738 retval |= usage & PIPE_BIND_BLENDABLE;
743 if (usage & PIPE_BIND_DEPTH_STENCIL &&
749 if (usage & PIPE_BIND_VERTEX_BUFFER) {
764 if (usage & PIPE_BIND_INDEX_BUFFER) {
771 return retval == usage;