Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c84 struct draw_tcs_llvm_iface { struct
92 static inline const struct draw_tcs_llvm_iface * argument
93 draw_tcs_llvm_iface(const struct lp_build_tcs_iface *iface) in draw_tcs_llvm_iface() function
95 return (const struct draw_tcs_llvm_iface *)iface; in draw_tcs_llvm_iface()
3081 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_input()
3144 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_output()
3209 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_store_output()
3319 struct draw_tcs_llvm_iface tcs_iface; in draw_tcs_llvm_generate()