Home | History | Annotate | Download | only in rbug

Lines Matching full:tr_tex

180    struct rbug_resource *tr_tex = NULL;
188 tr_tex = container_of(ptr, struct rbug_resource, list);
189 texs[i++] = VOID2U64(tr_tex);
203 struct rbug_resource *tr_tex = NULL;
211 tr_tex = container_of(ptr, struct rbug_resource, list);
212 if (gpti->texture == VOID2U64(tr_tex))
214 tr_tex = NULL;
217 if (!tr_tex) {
222 t = tr_tex->resource;
249 struct rbug_resource *tr_tex = NULL;
260 tr_tex = container_of(ptr, struct rbug_resource, list);
261 if (gptr->texture == VOID2U64(tr_tex))
263 tr_tex = NULL;
266 if (!tr_tex) {
271 tex = tr_tex->resource;