HomeSort by: relevance | last modified time | path
    Searched refs:nv (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_context.h 79 nouveau_scratch_done(struct nouveau_context *nv)
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)
108 nv->stats.buf_cache_frame <<= 1;
109 if (nv->stats.buf_cache_count) {
110 nv->stats.buf_cache_count = 0;
111 nv->stats.buf_cache_frame |= 1
    [all...]
nouveau_buffer.c 157 nouveau_transfer_staging(struct nouveau_context *nv,
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)
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, struct nouveau_transfer *tx
398 struct nouveau_context *nv = nouveau_context(pipe); local
555 struct nouveau_context *nv = nouveau_context(pipe); local
915 struct nouveau_context *nv = nouveau_context(pipe); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_context.h 79 nouveau_scratch_done(struct nouveau_context *nv)
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)
108 nv->stats.buf_cache_frame <<= 1;
109 if (nv->stats.buf_cache_count) {
110 nv->stats.buf_cache_count = 0;
111 nv->stats.buf_cache_frame |= 1
    [all...]
nouveau_buffer.c 139 nouveau_transfer_staging(struct nouveau_context *nv,
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)
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, struct nouveau_transfer *tx
380 struct nouveau_context *nv = nouveau_context(pipe); local
533 struct nouveau_context *nv = nouveau_context(pipe); local
845 struct nouveau_context *nv = nouveau_context(pipe); local
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampledLine.cc 144 Int nu, nv, n; local
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/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 199 nvc0_m2mf_push_linear(struct nouveau_context *nv,
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,
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,
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,
    [all...]
nvc0_context.h 402 nvc0_m2mf_push_linear(struct nouveau_context *nv,
406 nve4_p2mf_push_linear(struct nouveau_context *nv,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 199 nvc0_m2mf_push_linear(struct nouveau_context *nv,
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,
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,
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,
    [all...]
nvc0_context.h 401 nvc0_m2mf_push_linear(struct nouveau_context *nv,
405 nve4_p2mf_push_linear(struct nouveau_context *nv,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 149 nv50_sifc_linear_u8(struct nouveau_context *nv,
153 struct nv50_context *nv50 = nv50_context(&nv->pipe);
203 nv50_m2mf_copy_linear(struct nouveau_context *nv,
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,
381 struct nouveau_pushbuf *push = nv->pushbuf;
402 nv50_cb_push(struct nouveau_context *nv,
406 struct nv50_context *nv50 = nv50_context(&nv->pipe);
430 nv50_cb_bo_push(nv, res->bo, res->domain
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
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/dist/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 37 struct nouveau_context *nv = &nv30->base; local
62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
nv30_context.c 88 nv30_invalidate_resource_storage(struct nouveau_context *nv,
92 struct nv30_context *nv30 = nv30_context(&nv->pipe);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_fragprog.c 37 struct nouveau_context *nv = &nv30->base; local
62 nouveau_buffer_migrate(nv, nv04_resource(fp->buffer), NOUVEAU_BO_VRAM);
nv30_context.c 88 nv30_invalidate_resource_storage(struct nouveau_context *nv,
92 struct nv30_context *nv30 = nv30_context(&nv->pipe);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 275 nv50_sifc_linear_u8(struct nouveau_context *nv,
279 struct nv50_context *nv50 = nv50_context(&nv->pipe);
329 nv50_m2mf_copy_linear(struct nouveau_context *nv,
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,
507 struct nouveau_pushbuf *push = nv->pushbuf;
528 nv50_cb_push(struct nouveau_context *nv,
532 struct nv50_context *nv50 = nv50_context(&nv->pipe);
555 nv50_cb_bo_push(nv, res->bo, res->domain
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 137 Node *nv, *nw; local
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/gallium/drivers/nouveau/codegen/
nv50_ir_ssa.cpp 137 Node *nv, *nw; local
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/util/format/
u_format_fxt1.c 110 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
120 rd2 = (float)NV / d2; \
130 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
140 } else if (TEXEL > NV) { \
141 TEXEL = NV; \
148 fxt1_bestcol (float vec[][MAX_COMP], int32_t nv,
154 for (j = 0; j < nv; j++) {
219 fxt1_choose (float vec[][MAX_COMP], int32_t nv,
227 for (j = 0; j < nv; j++) {
228 int32_t m = j * (n - 1) / (nv - 1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_fxt1.c 226 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
236 rd2 = (GLfloat)NV / d2; \
246 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
256 } else if (TEXEL > NV) { \
257 TEXEL = NV; \
264 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv,
270 for (j = 0; j < nv; j++) {
338 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv,
346 for (j = 0; j < nv; j++) {
347 GLint m = j * (n - 1) / (nv - 1)
    [all...]
  /xsrc/external/mit/libXrender/dist/src/
Xrender.c 567 int nv; local
582 for (nv = 0; nv < depth->nvisuals; nv++)
653 int nv; local
661 for (nv = 0, xrv = xri->visual; nv < xri->nvisual; nv++, xrv++)
  /xsrc/external/mit/font-util/dist/
ucs2any.c 173 void *nv; member in struct:__anon5382
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/dist/dix/
ptrveloc.c 769 * Compute acceleration. Takes into account averaging, nv-reset, etc.
918 double res, nv; local
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/xorg-server.old/dist/dix/
ptrveloc.c 664 * Compute acceleration. Takes into account averaging, nv-reset, etc.
835 float res, nv; local
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/glu/dist/src/libnurbs/interface/
glsurfeval.cc 195 OpenGLSurfaceEvaluator::mapgrid2f(long nu, REAL u0, REAL u1, long nv, REAL v0, REAL v1)
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,

Completed in 22 milliseconds

1 2