Home
last modified time | relevance | path

Searched refs:debug_describe_resource (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug_describe.c39 debug_describe_resource(char* buf, const struct pipe_resource *ptr) in debug_describe_resource() function
80 debug_describe_resource(res, ptr->texture); in debug_describe_surface()
88 debug_describe_resource(res, ptr->texture); in debug_describe_sampler_view()
96 debug_describe_resource(res, ptr->resource); in debug_describe_image_view()
106 debug_describe_resource(res, ptr->buffer); in debug_describe_so_target()
Du_debug_describe.h42 void debug_describe_resource(char* buf, const struct pipe_resource *ptr);
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c559 (debug_reference_descriptor)debug_describe_resource, 0); in svga_buffer_create()
606 (debug_reference_descriptor)debug_describe_resource, 0); in svga_user_buffer_create()
Dsvga_sampler_view.c50 debug_describe_resource(res, sv->texture); in svga_debug_describe_sampler_view()
Dsvga_resource_texture.c1110 (debug_reference_descriptor)debug_describe_resource, 0); in svga_texture_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h150 debug_describe_resource)); in pipe_resource_destroy()
161 debug_describe_resource)) { in pipe_resource_reference()