Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h476 LLVMValueRef (*emit_fetch_output)(const struct lp_build_tcs_iface *tcs_iface, member
Dlp_bld_nir_soa.c490 result[i] = bld->tcs_iface->emit_fetch_output(bld->tcs_iface, &bld_base->base, in emit_load_var()
496 … LLVMValueRef result2 = bld->tcs_iface->emit_fetch_output(bld->tcs_iface, &bld_base->base, in emit_load_var()
Dlp_bld_tgsi_soa.c1253 res = bld->tcs_iface->emit_fetch_output(bld->tcs_iface, (struct lp_build_context*)bld_base, in emit_fetch_tcs_input()
1277 … res2 = bld->tcs_iface->emit_fetch_output(bld->tcs_iface, (struct lp_build_context*)bld_base, in emit_fetch_tcs_input()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2201 tcs_iface.base.emit_fetch_output = ::swr_tcs_llvm_fetch_output; in CompileTCS()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3476 tcs_iface.base.emit_fetch_output = draw_tcs_llvm_emit_fetch_output; in draw_tcs_llvm_generate()