Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h501 LLVMValueRef (*fetch_patch_input)(const struct lp_build_tes_iface *tes_iface, member
Dlp_bld_nir_soa.c414 result[i] = bld->tes_iface->fetch_patch_input(bld->tes_iface, &bld_base->base, in emit_load_var()
418 result2 = bld->tes_iface->fetch_patch_input(bld->tes_iface, &bld_base->base, in emit_load_var()
Dlp_bld_tgsi_soa.c1355 res = bld->tes_iface->fetch_patch_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
1374 … res2 = bld->tes_iface->fetch_patch_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3987 tes_iface.base.fetch_patch_input = draw_tes_llvm_fetch_patch_input; in draw_tes_llvm_generate()