Searched refs:debug_describe_resource (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | u_debug_describe.c | 39 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()
|
D | u_debug_describe.h | 42 void debug_describe_resource(char* buf, const struct pipe_resource *ptr);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_buffer.c | 559 (debug_reference_descriptor)debug_describe_resource, 0); in svga_buffer_create() 606 (debug_reference_descriptor)debug_describe_resource, 0); in svga_user_buffer_create()
|
D | svga_sampler_view.c | 50 debug_describe_resource(res, sv->texture); in svga_debug_describe_sampler_view()
|
D | svga_resource_texture.c | 1110 (debug_reference_descriptor)debug_describe_resource, 0); in svga_texture_create()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 150 debug_describe_resource)); in pipe_resource_destroy() 161 debug_describe_resource)) { in pipe_resource_reference()
|