Lines Matching defs:res
79 char res[128];
80 debug_describe_resource(res, ptr->texture);
81 sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
87 char res[128];
88 debug_describe_resource(res, ptr->texture);
89 sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
95 char res[128];
96 debug_describe_resource(res, ptr->resource);
97 sprintf(buf, "pipe_image_view<%s,%s>", res,
105 char res[128];
106 debug_describe_resource(res, ptr->buffer);
107 sprintf(buf, "pipe_stream_output_target<%s,%u,%u>", res,