| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_vsc.c | 120 unsigned ndwords = prim_strm_bits / dword; local in function:draw_stream_size_bits 123 + number_size_bits(ndwords) /* size of corresponding prim strm */
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.h | 174 fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) argument 320 BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) argument 322 if (unlikely(ring->cur + ndwords > ring->end)) 323 fd_ringbuffer_grow(ring, ndwords);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_ringbuffer.h | 113 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
|
| H A D | freedreno_ringbuffer.c | 124 drm_public void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.c | 85 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) argument
|
| H A D | freedreno_ringbuffer.h | 115 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.h | 292 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) argument 294 if (ring->cur + ndwords > ring->end) 295 fd_ringbuffer_grow(ring, ndwords);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_accel.c | 657 int ndwords; local in function:TDFXNonTEGlyphRenderer 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/ |
| H A D | gen4_render.c | 682 int ndwords; local in function:gen4_rectangle_begin 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))
|
| H A D | gen5_render.c | 624 int ndwords; local in function:gen5_rectangle_begin 629 ndwords = op->need_magic_ca_pass ? 20 : 6; 631 ndwords += 5; 633 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen6_render.c | 1216 int ndwords; local in function:gen6_rectangle_begin 1221 ndwords = op->need_magic_ca_pass ? 60 : 6; 1223 ndwords += 5; 1224 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen7_render.c | 1418 int ndwords; local in function:gen7_rectangle_begin 1423 ndwords = op->need_magic_ca_pass ? 60 : 6; 1425 ndwords += 5; 1426 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen8_render.c | 1522 int ndwords; local in function:gen8_rectangle_begin 1527 ndwords = op->need_magic_ca_pass ? 60 : 6; 1529 ndwords += 5; 1530 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen9_render.c | 1598 int ndwords; local in function:gen9_rectangle_begin 1603 ndwords = op->need_magic_ca_pass ? 60 : 6; 1605 ndwords += 5; 1606 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen3_render.c | 2411 int ndwords, i1_cmd = 0, i1_len = 0; local in function:gen3_rectangle_begin 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/ |
| H A D | gen4_render.c | 645 int ndwords; local in function:gen4_rectangle_begin 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))
|
| H A D | gen5_render.c | 587 int ndwords; local in function:gen5_rectangle_begin 592 ndwords = op->need_magic_ca_pass ? 20 : 6; 594 ndwords += 5; 596 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen6_render.c | 1182 int ndwords; local in function:gen6_rectangle_begin 1187 ndwords = op->need_magic_ca_pass ? 60 : 6; 1189 ndwords += 5; 1190 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen7_render.c | 1381 int ndwords; local in function:gen7_rectangle_begin 1386 ndwords = op->need_magic_ca_pass ? 60 : 6; 1388 ndwords += 5; 1389 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen8_render.c | 1455 int ndwords; local in function:gen8_rectangle_begin 1460 ndwords = op->need_magic_ca_pass ? 60 : 6; 1462 ndwords += 5; 1463 if (!kgem_check_batch(&sna->kgem, ndwords))
|
| H A D | gen3_render.c | 2367 int ndwords, i1_cmd = 0, i1_len = 0; local in function:gen3_rectangle_begin 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))
|