Searched defs:pipe_resource_reference (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h134 pipe_resource_reference(struct pipe_resource **ptr, struct pipe_resource *tex) function
194 pipe_resource_reference(&ps->texture, pt);
511 pipe_resource_reference(&dst[i].buffer, src[i].buffer);
515 pipe_resource_reference(&dst[i].buffer, NULL);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h134 pipe_resource_reference(struct pipe_resource **ptr, struct pipe_resource *tex) function
194 pipe_resource_reference(&ps->texture, pt);
511 pipe_resource_reference(&dst[i].buffer, src[i].buffer);
515 pipe_resource_reference(&dst[i].buffer, NULL);

Completed in 101 milliseconds