Searched refs:ndwords (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.c120 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 Dfreedreno_ringbuffer.h174 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 Dfreedreno_ringbuffer.h113 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
H A Dfreedreno_ringbuffer.c124 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 Dfreedreno_ringbuffer.c85 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) argument
H A Dfreedreno_ringbuffer.h115 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h292 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 Dtdfx_accel.c657 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 Dgen4_render.c682 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 Dgen5_render.c624 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 Dgen6_render.c1216 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 Dgen7_render.c1418 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 Dgen8_render.c1522 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 Dgen9_render.c1598 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 Dgen3_render.c2411 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 Dgen4_render.c645 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 Dgen5_render.c587 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 Dgen6_render.c1182 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 Dgen7_render.c1381 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 Dgen8_render.c1455 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 Dgen3_render.c2367 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))

Completed in 60 milliseconds