Searched refs:emitted_verts_ptr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1507 LLVMValueRef emitted_verts_ptr = local in function:draw_gs_llvm_epilogue 1513 emitted_verts_ptr = LLVMBuildGEP(builder, emitted_verts_ptr, &zero, 0, ""); 1516 LLVMBuildStore(builder, total_emitted_vertices_vec, emitted_verts_ptr);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1902 LLVMValueRef emitted_verts_ptr = local in function:draw_gs_llvm_epilogue 1908 emitted_verts_ptr = LLVMBuildGEP(builder, emitted_verts_ptr, &stream_val, 1, ""); 1911 LLVMBuildStore(builder, total_emitted_vertices_vec, emitted_verts_ptr);
|
Completed in 11 milliseconds