HomeSort by relevance Sort by last modified time
    Searched refs:bind_surface (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.hpp 69 pipe_surface *bind_surface(clover::command_queue &q, bool rw);
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);
resource.cpp 99 resource::bind_surface(clover::command_queue &q, bool rw) { function in class:resource

Completed in 201 milliseconds