Lines Matching defs:context
77 * Create new draw module context with gallivm state for LLVM JIT.
80 draw_create_context(struct pipe_context *pipe, void *context,
89 draw->llvm = draw_llvm_create(draw, (LLVMContextRef)context);
113 * Create new draw module context, with LLVM JIT.
125 void *context)
127 return draw_create_context(pipe, context, TRUE);
132 * Create a new draw context, without LLVM JIT.
439 * Tell drawing context where to find mapped vertex buffers.
799 * texture fetches. This state only needs to be set once per context.
828 * texture fetches. This state only needs to be set once per context.
857 * load/store/atomic ops. This state only needs to be set once per context.
1229 * Drivers requesting a draw context explicitly without llvm must call