Searched refs:eng3d (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.h34 struct nouveau_object *eng3d; member in struct:nv30_screen
H A Dnv30_screen.c50 struct nouveau_object *eng3d = screen->eng3d; local
55 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1;
95 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
135 struct nouveau_object *eng3d = screen->eng3d; local
145 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0;
159 struct nouveau_object *eng3d = screen->eng3d; local
166 return (eng3d
[all...]
H A Dnv30_clear.c81 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
105 struct nouveau_object *eng3d = nv30->screen->eng3d; local
136 if (eng3d->oclass < NV40_3D_CLASS)
164 struct nouveau_object *eng3d = nv30->screen->eng3d; local
199 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_vertprog.c56 struct nouveau_object *eng3d = nv30->screen->eng3d; local
104 if (eng3d->oclass < NV40_3D_CLASS) {
147 if (eng3d->oclass < NV40_3D_CLASS) {
206 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_context.c146 if (screen->eng3d->oclass < NV40_3D_CLASS)
157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
158 nv30->use_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
H A Dnv30_fragprog.c64 struct nouveau_object *eng3d = nv30->screen->eng3d; local
116 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_texture.c131 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; local
152 if (eng3d->oclass >= NV40_3D_CLASS) {
205 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; local
270 if (eng3d->oclass >= NV40_3D_CLASS) {
H A Dnv30_fragtex.c37 struct nouveau_object *eng3d = nv30->screen->eng3d; local
70 if (eng3d->oclass >= NV40_3D_CLASS) {
H A Dnv30_query.c260 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; local
267 if (eng3d->oclass >= NV40_3D_CLASS)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h35 struct nouveau_object *eng3d; member in struct:nv04_context
H A Dnv04_context.c66 fahrenheit = hw->eng3d;
68 if (fahrenheit != nctx->eng3d) {
71 nctx->eng3d = fahrenheit;
92 PUSH_DATA (push, hw->eng3d->handle);
132 nouveau_object_del(&nctx->hw.eng3d);
175 &hw->eng3d);
H A Dnouveau_context.h55 struct nouveau_object *eng3d; member in struct:nouveau_hw_state
100 (to_nouveau_context(ctx)->hw.eng3d)
H A Dnv04_render.c169 struct nouveau_object *eng3d = nv04_context_engine(ctx); local
179 if (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
206 struct nouveau_object *eng3d = to_nv04_context(ctx)->eng3d; \
209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h34 struct nouveau_object *eng3d; member in struct:nv30_screen
H A Dnv30_screen.c50 struct nouveau_object *eng3d = screen->eng3d; local
55 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1;
95 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
135 struct nouveau_object *eng3d = screen->eng3d; local
145 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0;
159 struct nouveau_object *eng3d = screen->eng3d; local
166 return (eng3d
[all...]
H A Dnv30_clear.c81 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
105 struct nouveau_object *eng3d = nv30->screen->eng3d; local
136 if (eng3d->oclass < NV40_3D_CLASS)
164 struct nouveau_object *eng3d = nv30->screen->eng3d; local
199 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_vertprog.c56 struct nouveau_object *eng3d = nv30->screen->eng3d; local
104 if (eng3d->oclass < NV40_3D_CLASS) {
147 if (eng3d->oclass < NV40_3D_CLASS) {
206 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_context.c146 if (screen->eng3d->oclass < NV40_3D_CLASS)
157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
158 nv30->use_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
H A Dnv30_fragprog.c64 struct nouveau_object *eng3d = nv30->screen->eng3d; local
116 if (eng3d->oclass < NV40_3D_CLASS) {
H A Dnv30_texture.c131 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; local
152 if (eng3d->oclass >= NV40_3D_CLASS) {
205 struct nouveau_object *eng3d = nv30_context(pipe)->screen->eng3d; local
270 if (eng3d->oclass >= NV40_3D_CLASS) {
H A Dnv30_fragtex.c37 struct nouveau_object *eng3d = nv30->screen->eng3d; local
70 if (eng3d->oclass >= NV40_3D_CLASS) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h35 struct nouveau_object *eng3d; member in struct:nv04_context
H A Dnv04_context.c66 fahrenheit = hw->eng3d;
68 if (fahrenheit != nctx->eng3d) {
71 nctx->eng3d = fahrenheit;
92 PUSH_DATA (push, hw->eng3d->handle);
132 nouveau_object_del(&nctx->hw.eng3d);
175 &hw->eng3d);
H A Dnouveau_context.h55 struct nouveau_object *eng3d; member in struct:nouveau_hw_state
100 (to_nouveau_context(ctx)->hw.eng3d)
H A Dnv04_render.c169 struct nouveau_object *eng3d = nv04_context_engine(ctx); local
179 if (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
206 struct nouveau_object *eng3d = to_nv04_context(ctx)->eng3d; \
209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \

Completed in 1655 milliseconds

12