Home
last modified time | relevance | path

Searched refs:FREE_CL (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c221 FREE_CL(buffer); in si_resource_destroy()
226 FREE_CL(tex); in si_resource_destroy()
237 FREE_CL(tex); in si_resource_destroy()
595 FREE_CL(buf); in si_buffer_create()
645 FREE_CL(buf); in si_buffer_from_user_memory()
Dsi_texture.c1132 FREE_CL(tex); in si_texture_create_object()
Dsi_state.c4448 FREE_CL(view); in si_sampler_view_destroy()
/third_party/mesa3d/src/util/
Du_memory.h96 #define FREE_CL(ptr) align_free(ptr) macro