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.hpp69 pipe_surface *bind_surface(clover::command_queue &q, bool rw);
Dkernel.cpp301 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, false); in bind()
361 ctx.resources[idx] = st = obj->resource(ctx.q).bind_surface(*ctx.q, true); in bind()
Dresource.cpp99 resource::bind_surface(clover::command_queue &q, bool rw) { in bind_surface() function in resource