HomeSort by relevance Sort by last modified time
    Searched defs:vertprog (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 48 struct nouveau_heap *vertprog; member in struct:nv30_render
274 struct nv30_vertprog *vp = nv30->vertprog.program;
282 if (!r->vertprog) {
284 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) {
290 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog))
324 PUSH_DATA (push, r->vertprog->start);
351 PUSH_DATA (push, r->vertprog->start);
392 struct nv30_vertprog *vp = nv30->vertprog.program
    [all...]
nv30_context.h 83 } vertprog; member in struct:nv30_context
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 114 struct nv50_program *vertprog; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 118 struct nvc0_program *vertprog; member in struct:nvc0_context

Completed in 207 milliseconds