HomeSort by: relevance | last modified time | path
    Searched refs:ndwords (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_vsc.c 120 unsigned ndwords = prim_strm_bits / dword; local
123 + number_size_bits(ndwords) /* size of corresponding prim strm */
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
freedreno_ringbuffer.h 174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords)
320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords)
322 if (unlikely(ring->cur + ndwords > ring->end))
323 fd_ringbuffer_grow(ring, ndwords);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
freedreno_ringbuffer.c 85 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords)
freedreno_ringbuffer.h 115 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
  /xsrc/external/mit/libdrm/dist/freedreno/
freedreno_ringbuffer.h 113 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
freedreno_ringbuffer.c 124 drm_public void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_util.h 292 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords)
294 if (ring->cur + ndwords > ring->end)
295 fd_ringbuffer_grow(ring, ndwords);
  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_accel.c 657 int ndwords; local
700 ndwords = (glyph->srcwidth+3)>>2;
701 ndwords *= glyph->height;
710 int i = ndwords;
724 ndwords -= i;
725 } while (ndwords);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_render.c 682 int ndwords; local
688 ndwords = op->need_magic_ca_pass? 19 : 6;
690 ndwords += 5;
691 ndwords += 8*FORCE_FLUSH;
693 if (!kgem_check_batch(&sna->kgem, ndwords))
gen5_render.c 624 int ndwords; local
629 ndwords = op->need_magic_ca_pass ? 20 : 6;
631 ndwords += 5;
633 if (!kgem_check_batch(&sna->kgem, ndwords))
gen6_render.c 1216 int ndwords; local
1221 ndwords = op->need_magic_ca_pass ? 60 : 6;
1223 ndwords += 5;
1224 if (!kgem_check_batch(&sna->kgem, ndwords))
gen7_render.c 1418 int ndwords; local
1423 ndwords = op->need_magic_ca_pass ? 60 : 6;
1425 ndwords += 5;
1426 if (!kgem_check_batch(&sna->kgem, ndwords))
gen8_render.c 1522 int ndwords; local
1527 ndwords = op->need_magic_ca_pass ? 60 : 6;
1529 ndwords += 5;
1530 if (!kgem_check_batch(&sna->kgem, ndwords))
gen9_render.c 1598 int ndwords; local
1603 ndwords = op->need_magic_ca_pass ? 60 : 6;
1605 ndwords += 5;
1606 if (!kgem_check_batch(&sna->kgem, ndwords))
gen3_render.c 2411 int ndwords, i1_cmd = 0, i1_len = 0; local
2416 ndwords = 2;
2418 ndwords += 100;
2420 i1_len++, i1_cmd |= I1_LOAD_S(0), ndwords++;
2422 i1_len++, i1_cmd |= I1_LOAD_S(1), ndwords++;
2424 if (!kgem_check_batch(&sna->kgem, ndwords+1))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_render.c 645 int ndwords; local
651 ndwords = op->need_magic_ca_pass? 19 : 6;
653 ndwords += 5;
654 ndwords += 8*FORCE_FLUSH;
656 if (!kgem_check_batch(&sna->kgem, ndwords))
gen5_render.c 587 int ndwords; local
592 ndwords = op->need_magic_ca_pass ? 20 : 6;
594 ndwords += 5;
596 if (!kgem_check_batch(&sna->kgem, ndwords))
gen6_render.c 1182 int ndwords; local
1187 ndwords = op->need_magic_ca_pass ? 60 : 6;
1189 ndwords += 5;
1190 if (!kgem_check_batch(&sna->kgem, ndwords))
gen7_render.c 1381 int ndwords; local
1386 ndwords = op->need_magic_ca_pass ? 60 : 6;
1388 ndwords += 5;
1389 if (!kgem_check_batch(&sna->kgem, ndwords))
gen8_render.c 1455 int ndwords; local
1460 ndwords = op->need_magic_ca_pass ? 60 : 6;
1462 ndwords += 5;
1463 if (!kgem_check_batch(&sna->kgem, ndwords))
gen3_render.c 2367 int ndwords, i1_cmd = 0, i1_len = 0; local
2372 ndwords = 2;
2374 ndwords += 100;
2376 i1_len++, i1_cmd |= I1_LOAD_S(0), ndwords++;
2378 i1_len++, i1_cmd |= I1_LOAD_S(1), ndwords++;
2380 if (!kgem_check_batch(&sna->kgem, ndwords+1))

Completed in 63 milliseconds