HomeSort by relevance Sort by last modified time
    Searched refs:debug_describe_resource (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.h 41 void debug_describe_resource(char* buf, const struct pipe_resource *ptr);
u_debug_describe.c 39 debug_describe_resource(char* buf, const struct pipe_resource *ptr) function
71 debug_describe_resource(res, ptr->texture);
79 debug_describe_resource(res, ptr->texture);
88 debug_describe_resource(res, ptr->buffer);
u_inlines.h 139 (debug_reference_descriptor)debug_describe_resource))
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 365 (debug_reference_descriptor)debug_describe_resource, 0);
402 (debug_reference_descriptor)debug_describe_resource, 0);
svga_sampler_view.c 50 debug_describe_resource(res, sv->texture);
svga_resource_texture.c 485 (debug_reference_descriptor)debug_describe_resource, 0);

Completed in 137 milliseconds