Searched refs:tes_iface (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 281 const struct lp_build_tes_iface *tes_iface; member 492 LLVMValueRef (*fetch_vertex_input)(const struct lp_build_tes_iface *tes_iface, 501 LLVMValueRef (*fetch_patch_input)(const struct lp_build_tes_iface *tes_iface, 517 const struct lp_build_tes_iface *tes_iface; member
|
D | lp_bld_nir_soa.c | 398 } else if (bld->tes_iface) { in emit_load_var() 414 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() 424 result[i] = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var() 431 result2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, &bld_base->base, in emit_load_var() 2049 if (bld->indirects & nir_var_shader_in && !bld->gs_iface && !bld->tcs_iface && !bld->tes_iface) { in emit_prologue() 2782 bld.tes_iface = params->tes_iface; in lp_build_nir_soa()
|
D | lp_bld_tgsi_soa.c | 1355 res = bld->tes_iface->fetch_patch_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input() 1360 res = bld->tes_iface->fetch_vertex_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() 1380 … res2 = bld->tes_iface->fetch_vertex_input(bld->tes_iface, (struct lp_build_context*)bld_base, in emit_fetch_tes_input() 4303 !bld->gs_iface && !bld->tes_iface && !bld->tcs_iface) { in emit_prologue() 4599 if (params->tes_iface) { in lp_build_tgsi_soa() 4602 bld.tes_iface = params->tes_iface; in lp_build_tgsi_soa()
|
D | lp_bld_nir.h | 268 const struct lp_build_tes_iface *tes_iface; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 3102 draw_tcs_llvm_emit_fetch_input(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_fetch_input() argument 3111 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_input() 3164 draw_tcs_llvm_emit_fetch_output(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_fetch_output() argument 3174 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_fetch_output() 3227 draw_tcs_llvm_emit_store_output(const struct lp_build_tcs_iface *tes_iface, in draw_tcs_llvm_emit_store_output() argument 3239 const struct draw_tcs_llvm_iface *tcs = draw_tcs_llvm_iface(tes_iface); in draw_tcs_llvm_emit_store_output() 3785 draw_tes_llvm_fetch_vertex_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_vertex_input() argument 3794 const struct draw_tes_llvm_iface *tes = draw_tes_llvm_iface(tes_iface); in draw_tes_llvm_fetch_vertex_input() 3848 draw_tes_llvm_fetch_patch_input(const struct lp_build_tes_iface *tes_iface, in draw_tes_llvm_fetch_patch_input() argument 3854 const struct draw_tes_llvm_iface *tes = draw_tes_llvm_iface(tes_iface); in draw_tes_llvm_fetch_patch_input() [all …]
|