OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bind_surface
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.hpp
69
pipe_surface *
bind_surface
(clover::command_queue &q, bool rw);
resource.cpp
99
resource::
bind_surface
(clover::command_queue &q, bool rw) {
function in class:resource
kernel.cpp
301
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);
/external/mesa3d/src/gallium/state_trackers/clover/core/
resource.hpp
69
pipe_surface *
bind_surface
(clover::command_queue &q, bool rw);
resource.cpp
99
resource::
bind_surface
(clover::command_queue &q, bool rw) {
function in class:resource
kernel.cpp
301
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);
Completed in 212 milliseconds