Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dresource.hpp72 pipe_surface *bind_surface(command_queue &q, bool rw);
Dkernel.cpp494 st = r.bind_surface(*ctx.q, false); in bind()
561 st = img->resource(*ctx.q).bind_surface(*ctx.q, true); in bind()
Dresource.cpp101 resource::bind_surface(command_queue &q, bool rw) { in bind_surface() function in resource