Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c86 struct draw_tcs_llvm_iface { struct
95 static inline const struct draw_tcs_llvm_iface * argument
96 draw_tcs_llvm_iface(const struct lp_build_tcs_iface *iface) in draw_tcs_llvm_iface() function
98 return (const struct draw_tcs_llvm_iface *)iface; in draw_tcs_llvm_iface()
2687 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_input()
2749 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_output()
2815 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_store_output()
2924 struct draw_tcs_llvm_iface tcs_iface; in draw_tcs_llvm_generate()