Searched refs:bind_surface (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dresource.hpp69 pipe_surface *bind_surface(clover::command_queue &q, bool rw);
H A Dkernel.cpp301 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, false);
361 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, true);
H A Dresource.cpp99 resource::bind_surface(clover::command_queue &q, bool rw) { function in class:resource
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp69 pipe_surface *bind_surface(clover::command_queue &q, bool rw);
H A Dkernel.cpp301 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, false);
361 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, true);
H A Dresource.cpp99 resource::bind_surface(clover::command_queue &q, bool rw) { function in class:resource

Completed in 845 milliseconds