Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h486 LLVMValueRef (*fetch_vertex_input)(const struct lp_build_tes_iface *tes_iface, member
H A Dlp_bld_nir_soa.c463 result[i] = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var()
470 result2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var()
H A Dlp_bld_tgsi_soa.c1367 res = bld->tes_iface->fetch_vertex_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
1387 … res2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3564 tes_iface.base.fetch_vertex_input = draw_tes_llvm_fetch_vertex_input; in draw_tes_llvm_generate()