Home
last modified time | relevance | path

Searched refs:unbind_surface (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.hpp73 void unbind_surface(command_queue &q, pipe_surface *st);
Dkernel.cpp505 buf->resource(*ctx.q).unbind_surface(*ctx.q, st); in unbind()
567 img->resource(*ctx.q).unbind_surface(*ctx.q, st); in unbind()
Dresource.cpp114 resource::unbind_surface(command_queue &q, pipe_surface *st) { in unbind_surface() function in resource