Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h489 LLVMValueRef (*fetch_vertex_input)(const struct lp_build_tes_iface *tes_iface, member
Dlp_bld_nir_soa.c387 result[i] = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var()
394 result2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var()
Dlp_bld_tgsi_soa.c1360 res = bld->tes_iface->fetch_vertex_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
1380 … res2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1947 tes_iface.base.fetch_vertex_input = ::swr_tes_llvm_fetch_vtx_input; in CompileTES()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3937 tes_iface.base.fetch_vertex_input = draw_tes_llvm_fetch_vertex_input; in draw_tes_llvm_generate()