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

  /external/mesa3d/src/gallium/include/pipe/
p_context.h 214 void (*bind_fs_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 345 def bind_fs_state(self, state): member in class:Context
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 141 void (*bind_fs_state)(struct pipe_context *, void *); member in struct:blitter_context_priv
167 ctx->bind_fs_state = pipe->bind_fs_state;
386 ctx->bind_fs_state(pipe, ctx->fs_empty);
400 ctx->bind_fs_state(pipe, ctx->fs_write_one_cbuf);
414 ctx->bind_fs_state(pipe, ctx->fs_write_all_cbufs);
604 ctx->bind_fs_state(pipe, ctx->base.saved_fs);
    [all...]

Completed in 117 milliseconds