Home
last modified time | relevance | path

Searched refs:draw_create_no_llvm (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h73 struct draw_context *draw_create_no_llvm(struct pipe_context *pipe);
Ddraw_context.c128 draw_create_no_llvm(struct pipe_context *pipe) in draw_create_no_llvm() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c277 softpipe->draw = draw_create_no_llvm(&softpipe->pipe); in softpipe_create_context()