Lines Matching defs:usage
548 unsigned usage)
559 if (usage & PIPE_BIND_RENDER_TARGET) {
564 if (usage & PIPE_BIND_DEPTH_STENCIL) {
569 if (usage & PIPE_BIND_SAMPLER_VIEW) {
579 if (usage & PIPE_BIND_VERTEX_BUFFER) {
584 if (usage & PIPE_BIND_INDEX_BUFFER) {
595 usage & (PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | PIPE_BIND_SHARED);
597 if (usage != allowed) {
599 "usage=%x, allowed=%x",
600 util_format_name(format), target, sample_count, usage, allowed);
603 return usage == allowed;