Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.h97 struct draw_context *draw_create_with_llvm_context(struct pipe_context *pipe,
H A Ddraw_context.c115 draw_create_with_llvm_context(struct pipe_context *pipe, in draw_create_with_llvm_context() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.c278 llvmpipe->draw = draw_create_with_llvm_context(&llvmpipe->pipe, in llvmpipe_create_context()