Searched refs:gs_base (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp242 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base,
248 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base,
254 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base,
296 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, argument
301 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base;
303 iface->pBuilder->swr_gs_llvm_emit_vertex(gs_base, bld_base,
309 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, argument
314 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base;
316 iface->pBuilder->swr_gs_llvm_end_primitive(gs_base, bld_base,
322 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, argument
398 swr_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface * gs_base,struct lp_build_tgsi_context * bld_base,LLVMValueRef (* outputs)[4],LLVMValueRef emitted_vertices_vec) argument
469 swr_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface * gs_base,struct lp_build_tgsi_context * bld_base,LLVMValueRef verts_per_prim_vec,LLVMValueRef emitted_prims_vec) argument
525 swr_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface * gs_base,struct lp_build_tgsi_context * bld_base,LLVMValueRef total_emitted_vertices_vec,LLVMValueRef emitted_prims_vec) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp358 swr_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base,
365 swr_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base,
373 swr_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base,
503 swr_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, argument
510 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base;
512 iface->pBuilder->swr_gs_llvm_emit_vertex(gs_base, bld,
519 swr_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, argument
526 swr_gs_llvm_iface *iface = (swr_gs_llvm_iface*)gs_base;
528 iface->pBuilder->swr_gs_llvm_end_primitive(gs_base, bld,
536 swr_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, argument
748 swr_gs_llvm_emit_vertex(const struct lp_build_gs_iface * gs_base,struct lp_build_context * bld,LLVMValueRef (* outputs)[4],LLVMValueRef emitted_vertices_vec,LLVMValueRef stream_id) argument
865 swr_gs_llvm_end_primitive(const struct lp_build_gs_iface * gs_base,struct lp_build_context * bld,LLVMValueRef total_emitted_vertices_vec,LLVMValueRef verts_per_prim_vec,LLVMValueRef emitted_prims_vec,LLVMValueRef mask_vec) argument
927 swr_gs_llvm_epilogue(const struct lp_build_gs_iface * gs_base,LLVMValueRef total_emitted_vertices_vec,LLVMValueRef emitted_prims_vec,unsigned stream) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1435 draw_gs_llvm_emit_vertex(const struct lp_build_tgsi_gs_iface *gs_base, argument
1440 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1469 draw_gs_llvm_end_primitive(const struct lp_build_tgsi_gs_iface *gs_base, argument
1474 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1498 draw_gs_llvm_epilogue(const struct lp_build_tgsi_gs_iface *gs_base, argument
1503 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1807 draw_gs_llvm_emit_vertex(const struct lp_build_gs_iface *gs_base, argument
1813 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1856 draw_gs_llvm_end_primitive(const struct lp_build_gs_iface *gs_base, argument
1863 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
1894 draw_gs_llvm_epilogue(const struct lp_build_gs_iface *gs_base, argument
1898 const struct draw_gs_llvm_iface *gs_iface = draw_gs_llvm_iface(gs_base);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1608 uint32_t gs_base = gs->const_state->offsets.primitive_param; local in function:tu6_emit_geom_tess_consts
1609 tu6_emit_const(cs, CP_LOAD_STATE6_GEOM, gs_base, SB6_GS_SHADER, 0,

Completed in 33 milliseconds