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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 48 struct nouveau_heap *vertprog; member in struct:nv30_render
285 struct nv30_vertprog *vp = nv30->vertprog.program;
293 if (!r->vertprog) {
295 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog)) {
301 if (nouveau_heap_alloc(heap, 16, &r->vertprog, &r->vertprog))
335 PUSH_DATA (push, r->vertprog->start);
365 PUSH_DATA (push, r->vertprog->start);
406 struct nv30_vertprog *vp = nv30->vertprog.program
    [all...]
nv30_context.h 86 } vertprog; member in struct:nv30_context
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.h 133 struct nv50_program *vertprog; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 178 struct nvc0_program *vertprog; member in struct:nvc0_context

Completed in 101 milliseconds