Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.h79 unsigned constbuf_nr; member
92 unsigned constbuf_nr; member
Dnv30_state.c355 nv30->vertprog.constbuf_nr = size; in nv30_set_constant_buffer()
365 nv30->fragprog.constbuf_nr = size; in nv30_set_constant_buffer()
Dnv30_draw.c417 map, nv30->vertprog.constbuf_nr * 16); in nv30_render_vbo()