Home
last modified time | relevance | path

Searched refs:vs_len (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_ctxnv40.c558 int vs, vs_nr, vs_len, vs_nr_b0, vs_nr_b1, b0_offset, b1_offset; in nv40_gr_construct_shader() local
567 vs_len = 0x6aa0/4; in nv40_gr_construct_shader()
572 vs_len = 0x4f00/4; in nv40_gr_construct_shader()
576 vs_len = nv44_gr_class(device) ? 0x4980/4 : 0x4a40/4; in nv40_gr_construct_shader()
579 cp_lsr(ctx, vs_len * vs_nr + 0x300/4); in nv40_gr_construct_shader()
583 ctx->ctxvals_pos += (0x0300/4 + (vs_nr * vs_len)); in nv40_gr_construct_shader()
592 for (vs = 0; vs < vs_nr; vs++, offset += vs_len) { in nv40_gr_construct_shader()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c7430 unsigned int vs_len; in evax_bfd_print_typspec() local
7452 vs_len = evax_bfd_print_valspec (vs, bufsize, indent + 1, file); in evax_bfd_print_typspec()
7453 vs += vs_len; in evax_bfd_print_typspec()
7454 if (bufsize > vs_len) in evax_bfd_print_typspec()
7456 bufsize -= vs_len; in evax_bfd_print_typspec()
7468 vs_len = bfd_getl16 (vs); in evax_bfd_print_typspec()
7469 if (bufsize <= vs_len) in evax_bfd_print_typspec()
7471 vs += vs_len; in evax_bfd_print_typspec()
7472 bufsize -= vs_len; in evax_bfd_print_typspec()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c7261 unsigned int vs_len; in evax_bfd_print_typspec() local
7283 vs_len = evax_bfd_print_valspec (vs, bufsize, indent + 1, file); in evax_bfd_print_typspec()
7284 vs += vs_len; in evax_bfd_print_typspec()
7285 if (bufsize > vs_len) in evax_bfd_print_typspec()
7287 bufsize -= vs_len; in evax_bfd_print_typspec()
7299 vs_len = bfd_getl16 (vs); in evax_bfd_print_typspec()
7300 if (bufsize <= vs_len) in evax_bfd_print_typspec()
7302 vs += vs_len; in evax_bfd_print_typspec()
7303 bufsize -= vs_len; in evax_bfd_print_typspec()