Searched refs:emitted_vertices_vec (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h422 LLVMValueRef emitted_vertices_vec);
H A Dlp_bld_tgsi_soa.c3460 LLVMValueRef emitted_vertices_vec = local in function:end_primitive_masked
3466 emitted_vertices_vec,
3475 emitted_vertices_vec,
3484 emitted_vertices_vec);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp245 LLVMValueRef emitted_vertices_vec);
299 LLVMValueRef emitted_vertices_vec)
305 emitted_vertices_vec);
401 LLVMValueRef emitted_vertices_vec)
410 Value *pVertexOffset = MUL(unwrap(emitted_vertices_vec), VIMMED1(vertSize));
296 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
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
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h441 LLVMValueRef emitted_vertices_vec,
H A Dlp_bld_tgsi_soa.c4006 LLVMValueRef emitted_vertices_vec = local in function:end_primitive_masked
4013 emitted_vertices_vec,
4023 emitted_vertices_vec,
4033 emitted_vertices_vec);
H A Dlp_bld_nir_soa.c1809 LLVMValueRef emitted_vertices_vec = local in function:end_primitive_masked
1818 emitted_vertices_vec,
1823 emitted_vertices_vec, emitted_prims_vec, mask, stream_id);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp361 LLVMValueRef emitted_vertices_vec,
506 LLVMValueRef emitted_vertices_vec,
514 emitted_vertices_vec,
751 LLVMValueRef emitted_vertices_vec,
760 Value *pVertexOffset = MUL(unwrap(emitted_vertices_vec), VIMMED1(vertSize));
834 Value *pShiftControl = MUL(unwrap(emitted_vertices_vec), VIMMED1(2));
837 Value *pOffsetControl = LSHR(unwrap(emitted_vertices_vec), VIMMED1(2));
503 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 mask_vec,LLVMValueRef stream_id) 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
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1438 LLVMValueRef emitted_vertices_vec)
1457 LLVMBuildExtractElement(builder, emitted_vertices_vec, ind, "");
1435 draw_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
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1810 LLVMValueRef emitted_vertices_vec,
1831 LLVMBuildExtractElement(builder, emitted_vertices_vec, ind, "");
1807 draw_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 mask_vec,LLVMValueRef stream_id) argument

Completed in 35 milliseconds