Searched defs:vertprog (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c48 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
[all...]
H A Dnv30_context.h83 } vertprog; member in struct:nv30_context
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c48 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
[all...]
H A Dnv30_context.h83 } vertprog; member in struct:nv30_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_context.h114 struct nv50_program *vertprog; member in struct:nv50_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_context.h118 struct nvc0_program *vertprog; member in struct:nvc0_context
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h114 struct nv50_program *vertprog; member in struct:nv50_context
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h118 struct nvc0_program *vertprog; member in struct:nvc0_context

Completed in 2186 milliseconds