Lines Matching defs:usage
113 unsigned usage)
123 unsigned usage)
145 if (pres->base.usage == PIPE_USAGE_STREAM && agx_is_2d(pres->base.target))
277 unsigned usage, /* a combination of PIPE_MAP_x */
286 if ((usage & PIPE_MAP_DIRECTLY) && rsrc->modifier != DRM_FORMAT_MOD_LINEAR)
296 transfer->base.usage = usage;
307 if ((usage & PIPE_MAP_READ) && BITSET_TEST(rsrc->data_valid, level)) {
330 if ((usage & PIPE_MAP_WRITE) && (usage & PIPE_MAP_DIRECTLY))
350 if (transfer->usage & PIPE_MAP_WRITE)
354 if ((transfer->usage & PIPE_MAP_WRITE) &&
1013 unsigned usage)
1031 if (usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW)) {
1037 if ((usage & PIPE_BIND_RENDER_TARGET) && !ent.renderable)
1042 if (usage & PIPE_BIND_VERTEX_BUFFER) {
1058 if (usage & PIPE_BIND_DEPTH_STENCIL) {