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.h77 struct draw_context *draw_create_no_llvm(struct pipe_context *pipe);
Ddraw_context.c139 draw_create_no_llvm(struct pipe_context *pipe) in draw_create_no_llvm() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c294 softpipe->draw = draw_create_no_llvm(&softpipe->pipe); in softpipe_create_context()