Searched refs:draw_gs_llvm_iface (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c69 struct draw_gs_llvm_iface { struct
76 static inline const struct draw_gs_llvm_iface *
77 draw_gs_llvm_iface(const struct lp_build_tgsi_gs_iface *iface) function in typeref:typename:const struct draw_gs_llvm_iface *
79 return (const struct draw_gs_llvm_iface *)iface;
1387 const struct draw_gs_llvm_iface *gs = draw_gs_llvm_iface(gs_iface);
1440 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1474 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_bas
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c71 struct draw_gs_llvm_iface { struct
78 static inline const struct draw_gs_llvm_iface *
79 draw_gs_llvm_iface(const struct lp_build_gs_iface *iface) function in typeref:typename:const struct draw_gs_llvm_iface *
81 return (const struct draw_gs_llvm_iface *)iface;
1759 const struct draw_gs_llvm_iface *gs = draw_gs_llvm_iface(gs_iface);
1813 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1863 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_bas
[all...]

Completed in 8 milliseconds