| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 79 nouveau_scratch_done(struct nouveau_context *nv) argument 81 nv->scratch.wrap = nv->scratch.id; 82 if (unlikely(nv->scratch.runout)) 83 nouveau_scratch_runout_release(nv); 106 nouveau_context_update_frame_stats(struct nouveau_context *nv) argument 108 nv->stats.buf_cache_frame <<= 1; 109 if (nv->stats.buf_cache_count) { 110 nv->stats.buf_cache_count = 0; 111 nv [all...] |
| H A D | nouveau_buffer.c | 139 nouveau_transfer_staging(struct nouveau_context *nv, argument 145 if (!nv->push_data) 148 if ((size <= nv->screen->transfer_pushbuf_threshold) && permit_pb) { 154 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset); 169 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) argument 175 NOUVEAU_DRV_STAT(nv->screen, buf_read_bytes_staging_vid, size); 177 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, 180 if (nouveau_bo_wait(tx->bo, NOUVEAU_BO_RD, nv->client)) 190 nouveau_transfer_write(struct nouveau_context *nv, struc argument 226 nouveau_buffer_sync(struct nouveau_context * nv,struct nv04_resource * buf,unsigned rw) argument 283 nouveau_buffer_transfer_del(struct nouveau_context * nv,struct nouveau_transfer * tx) argument 301 nouveau_buffer_cache(struct nouveau_context * nv,struct nv04_resource * buf) argument 380 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_transfer_map 533 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_transfer_unmap 563 nouveau_copy_buffer(struct nouveau_context * nv,struct nv04_resource * dst,unsigned dstx,struct nv04_resource * src,unsigned srcx,unsigned size) argument 598 nouveau_resource_map_offset(struct nouveau_context * nv,struct nv04_resource * res,uint32_t offset,uint32_t flags) argument 734 nouveau_buffer_data_fetch(struct nouveau_context * nv,struct nv04_resource * buf,struct nouveau_bo * bo,unsigned offset,unsigned size) argument 747 nouveau_buffer_migrate(struct nouveau_context * nv,struct nv04_resource * buf,const unsigned new_domain) argument 817 nouveau_user_buffer_upload(struct nouveau_context * nv,struct nv04_resource * buf,unsigned base,unsigned size) argument 845 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_invalidate 875 nouveau_scratch_bo_alloc(struct nouveau_context * nv,struct nouveau_bo ** pbo,unsigned size) argument 895 nouveau_scratch_runout_release(struct nouveau_context * nv) argument 912 nouveau_scratch_runout(struct nouveau_context * nv,unsigned size) argument 946 nouveau_scratch_next(struct nouveau_context * nv,unsigned size) argument 974 nouveau_scratch_more(struct nouveau_context * nv,unsigned min_size) argument 987 nouveau_scratch_data(struct nouveau_context * nv,const void * data,unsigned base,unsigned size,struct nouveau_bo ** bo) argument 1009 nouveau_scratch_get(struct nouveau_context * nv,unsigned size,uint64_t * gpu_addr,struct nouveau_bo ** pbo) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_context.h | 79 nouveau_scratch_done(struct nouveau_context *nv) argument 81 nv->scratch.wrap = nv->scratch.id; 82 if (unlikely(nv->scratch.runout)) 83 nouveau_scratch_runout_release(nv); 106 nouveau_context_update_frame_stats(struct nouveau_context *nv) argument 108 nv->stats.buf_cache_frame <<= 1; 109 if (nv->stats.buf_cache_count) { 110 nv->stats.buf_cache_count = 0; 111 nv [all...] |
| H A D | nouveau_buffer.c | 157 nouveau_transfer_staging(struct nouveau_context *nv, argument 163 if (!nv->push_data) 166 if ((size <= nv->screen->transfer_pushbuf_threshold) && permit_pb) { 172 nouveau_mm_allocate(nv->screen->mm_GART, size, &tx->bo, &tx->offset); 187 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) argument 193 NOUVEAU_DRV_STAT(nv->screen, buf_read_bytes_staging_vid, size); 195 nv->copy_data(nv, tx->bo, tx->offset, NOUVEAU_BO_GART, 198 if (nouveau_bo_wait(tx->bo, NOUVEAU_BO_RD, nv->client)) 208 nouveau_transfer_write(struct nouveau_context *nv, struc argument 244 nouveau_buffer_sync(struct nouveau_context * nv,struct nv04_resource * buf,unsigned rw) argument 301 nouveau_buffer_transfer_del(struct nouveau_context * nv,struct nouveau_transfer * tx) argument 319 nouveau_buffer_cache(struct nouveau_context * nv,struct nv04_resource * buf) argument 398 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_transfer_map 555 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_transfer_unmap 589 nouveau_copy_buffer(struct nouveau_context * nv,struct nv04_resource * dst,unsigned dstx,struct nv04_resource * src,unsigned srcx,unsigned size) argument 627 nouveau_resource_map_offset(struct nouveau_context * nv,struct nv04_resource * res,uint32_t offset,uint32_t flags) argument 800 nouveau_buffer_data_fetch(struct nouveau_context * nv,struct nv04_resource * buf,struct nouveau_bo * bo,unsigned offset,unsigned size) argument 813 nouveau_buffer_migrate(struct nouveau_context * nv,struct nv04_resource * buf,const unsigned new_domain) argument 885 nouveau_user_buffer_upload(struct nouveau_context * nv,struct nv04_resource * buf,unsigned base,unsigned size) argument 915 struct nouveau_context *nv = nouveau_context(pipe); local in function:nouveau_buffer_invalidate 942 nouveau_scratch_bo_alloc(struct nouveau_context * nv,struct nouveau_bo ** pbo,unsigned size) argument 962 nouveau_scratch_runout_release(struct nouveau_context * nv) argument 979 nouveau_scratch_runout(struct nouveau_context * nv,unsigned size) argument 1013 nouveau_scratch_next(struct nouveau_context * nv,unsigned size) argument 1041 nouveau_scratch_more(struct nouveau_context * nv,unsigned min_size) argument 1054 nouveau_scratch_data(struct nouveau_context * nv,const void * data,unsigned base,unsigned size,struct nouveau_bo ** bo) argument 1076 nouveau_scratch_get(struct nouveau_context * nv,unsigned size,uint64_t * gpu_addr,struct nouveau_bo ** pbo) argument [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/ |
| H A D | README.md | 1 xf86-video-nv - NVIDIA video driver for the Xorg X server 11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv
|
| H A D | configure.ac | 25 AC_INIT([xf86-video-nv], 27 [https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv/-/issues], 28 [xf86-video-nv]) 106 DRIVER_NAME=nv
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampledLine.cc | 144 Int nu, nv, n; local in function:sampledLine::tessellate 146 nv = 1+(Int) (fabs((points[npoints-1][1] - points[0][1])) * v_reso); 148 if(nu > nv) n = nu; 150 n = nv;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 199 nvc0_m2mf_push_linear(struct nouveau_context *nv, argument 203 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); 204 struct nouveau_pushbuf *push = nv->pushbuf; 241 nve4_p2mf_push_linear(struct nouveau_context *nv, argument 245 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); 246 struct nouveau_pushbuf *push = nv->pushbuf; 281 nvc0_m2mf_copy_linear(struct nouveau_context *nv, argument 286 struct nouveau_pushbuf *push = nv->pushbuf; 287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; 319 nve4_m2mf_copy_linear(struct nouveau_context *nv, argument 536 nvc0_cb_push(struct nouveau_context * nv,struct nv04_resource * res,unsigned offset,unsigned words,const uint32_t * data) argument 573 nvc0_cb_bo_push(struct nouveau_context * nv,struct nouveau_bo * bo,unsigned domain,unsigned base,unsigned size,unsigned offset,unsigned words,const uint32_t * data) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 199 nvc0_m2mf_push_linear(struct nouveau_context *nv, argument 203 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); 204 struct nouveau_pushbuf *push = nv->pushbuf; 241 nve4_p2mf_push_linear(struct nouveau_context *nv, argument 245 struct nvc0_context *nvc0 = nvc0_context(&nv->pipe); 246 struct nouveau_pushbuf *push = nv->pushbuf; 281 nvc0_m2mf_copy_linear(struct nouveau_context *nv, argument 286 struct nouveau_pushbuf *push = nv->pushbuf; 287 struct nouveau_bufctx *bctx = nvc0_context(&nv->pipe)->bufctx; 319 nve4_m2mf_copy_linear(struct nouveau_context *nv, argument 539 nvc0_cb_push(struct nouveau_context * nv,struct nv04_resource * res,unsigned offset,unsigned words,const uint32_t * data) argument 576 nvc0_cb_bo_push(struct nouveau_context * nv,struct nouveau_bo * bo,unsigned domain,unsigned base,unsigned size,unsigned offset,unsigned words,const uint32_t * data) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.c | 149 nv50_sifc_linear_u8(struct nouveau_context *nv, argument 153 struct nv50_context *nv50 = nv50_context(&nv->pipe); 203 nv50_m2mf_copy_linear(struct nouveau_context *nv, argument 208 struct nouveau_pushbuf *push = nv->pushbuf; 209 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; 375 nv50_cb_bo_push(struct nouveau_context *nv, argument 381 struct nouveau_pushbuf *push = nv->pushbuf; 402 nv50_cb_push(struct nouveau_context *nv, argument 406 struct nv50_context *nv50 = nv50_context(&nv->pipe); 430 nv50_cb_bo_push(nv, re [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_gpu.h | 185 #define VS_CMD_VARYING_ATTRIBUTE_COUNT(nv, na) \ 186 VS_CMD((((nv) - 1) << 8) | (((na) - 1) << 24), 0x10000042) 191 #define VS_CMD_VARYINGS_ADDRESS(addr, nv) \ 192 VS_CMD(addr, 0x20000008 | ((nv) << 17))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_fragprog.c | 37 struct nouveau_context *nv = &nv30->base; local in function:nv30_fragprog_upload 62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
|
| H A D | nv30_context.c | 88 nv30_invalidate_resource_storage(struct nouveau_context *nv, argument 92 struct nv30_context *nv30 = nv30_context(&nv->pipe);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_fragprog.c | 37 struct nouveau_context *nv = &nv30->base; local in function:nv30_fragprog_upload 62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
|
| H A D | nv30_context.c | 88 nv30_invalidate_resource_storage(struct nouveau_context *nv, argument 92 struct nv30_context *nv30 = nv30_context(&nv->pipe);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.c | 275 nv50_sifc_linear_u8(struct nouveau_context *nv, argument 279 struct nv50_context *nv50 = nv50_context(&nv->pipe); 329 nv50_m2mf_copy_linear(struct nouveau_context *nv, argument 334 struct nouveau_pushbuf *push = nv->pushbuf; 335 struct nouveau_bufctx *bctx = nv50_context(&nv->pipe)->bufctx; 501 nv50_cb_bo_push(struct nouveau_context *nv, argument 507 struct nouveau_pushbuf *push = nv->pushbuf; 528 nv50_cb_push(struct nouveau_context *nv, argument 532 struct nv50_context *nv50 = nv50_context(&nv->pipe); 555 nv50_cb_bo_push(nv, re [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ssa.cpp | 137 Node *nv, *nw; local in function:nv50_ir::DominatorTree::build 146 nv = ei.getNode(); 147 v = nv->tag; 173 nv = &BasicBlock::get(vert[v])->dom; 174 if (nw->getGraph() && !nv->getGraph()) { 176 nw->attach(nv, Graph::Edge::TREE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ssa.cpp | 137 Node *nv, *nw; local in function:nv50_ir::DominatorTree::build 146 nv = ei.getNode(); 147 v = nv->tag; 173 nv = &BasicBlock::get(vert[v])->dom; 174 if (nw->getGraph() && !nv->getGraph()) { 176 nw->attach(nv, Graph::Edge::TREE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 264 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, argument 270 for (j = 0; j < nv; j++) { 338 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv, argument 346 for (j = 0; j < nv; j++) { 347 GLint m = j * (n - 1) / (nv - 1); 406 if (lenh <= nv) { 412 for (; j < nv; j++) { 420 for (j = 0; j < nv; j++) { 422 vec[j][i] = ((nv - 1 - j) * input[minCol][i] + j * input[maxCol][i] + (nv 432 fxt1_lloyd(GLfloat vec[][MAX_COMP],GLint nv,GLubyte input[N_TEXELS][MAX_COMP],GLint nc,GLint n) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 148 fxt1_bestcol (float vec[][MAX_COMP], int32_t nv, argument 154 for (j = 0; j < nv; j++) { 219 fxt1_choose (float vec[][MAX_COMP], int32_t nv, argument 227 for (j = 0; j < nv; j++) { 228 int32_t m = j * (n - 1) / (nv - 1); 287 if (lenh <= nv) { 293 for (; j < nv; j++) { 301 for (j = 0; j < nv; j++) { 303 vec[j][i] = ((nv - 1 - j) * input[minCol][i] + j * input[maxCol][i] + (nv 313 fxt1_lloyd(float vec[][MAX_COMP],int32_t nv,uint8_t input[N_TEXELS][MAX_COMP],int32_t nc,int32_t n) argument [all...] |
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Xrender.c | 567 int nv; local in function:XRenderQueryFormats 582 for (nv = 0; nv < depth->nvisuals; nv++) 653 int nv; local in function:XRenderFindVisualFormat 661 for (nv = 0, xrv = xri->visual; nv < xri->nvisual; nv++, xrv++)
|
| /xsrc/external/mit/font-util/dist/ |
| H A D | ucs2any.c | 173 void *nv; member in struct:__anon8d28fe400108 185 da->nv = NULL; 199 if (key == -1 && da->nv != NULL) 200 r = da->nv; 248 if (da->nv != NULL) 249 free(da->nv); 250 da->nv = value;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | ptrveloc.c | 664 * Compute acceleration. Takes into account averaging, nv-reset, etc. 835 float res, nv; local in function:SmoothLinearProfile 842 nv = (velocity - threshold) * acc * 0.5f; 844 if(nv < 0){ 846 }else if(nv < 2){ 847 res = CalcPenumbralGradient(nv*0.25f)*2.0f; 849 nv -= 2.0f; 850 res = nv * 2.0f / M_PI /* steepness of gradient at 0.5 */
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | ptrveloc.c | 769 * Compute acceleration. Takes into account averaging, nv-reset, etc. 918 double res, nv; local in function:SmoothLinearProfile 925 nv = (velocity - threshold) * acc * 0.5; 927 if (nv < 0) { 930 else if (nv < 2) { 931 res = CalcPenumbralGradient(nv * 0.25) * 2.0; 934 nv -= 2.0; 935 res = nv * 2.0 / M_PI /* steepness of gradient at 0.5 */
|
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | glsurfeval.cc | 195 OpenGLSurfaceEvaluator::mapgrid2f(long nu, REAL u0, REAL u1, long nv, REAL v0, REAL v1) argument 198 inMapGrid2f((int) nu, (REAL) u0, (REAL) u1, (int) nv, 209 global_grid_nv = nv; 212 glMapGrid2d((GLint) nu, (GLdouble) u0, (GLdouble) u1, (GLint) nv,
|