HomeSort by relevance Sort by last modified time
    Searched refs:NV40_3D_CLASS (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_screen.c 55 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1;
95 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
145 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0;
166 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256;
169 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0;
175 return (eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6);
179 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13;
208 return (eng3d->oclass >= NV40_3D_CLASS) ? 12 : 10;
210 return (eng3d->oclass >= NV40_3D_CLASS) ? 224 : 32;
216 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0
    [all...]
nv30_context.c 146 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;
nv30_clear.c 81 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
136 if (eng3d->oclass < NV40_3D_CLASS)
199 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_vertprog.c 104 if (eng3d->oclass < NV40_3D_CLASS) {
147 if (eng3d->oclass < NV40_3D_CLASS) {
206 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_fragprog.c 116 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_texture.c 152 if (eng3d->oclass >= NV40_3D_CLASS) {
270 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_fragtex.c 70 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_query.c 267 if (eng3d->oclass >= NV40_3D_CLASS)
nv30_draw.c 250 if (nv30_screen(pscreen)->eng3d->oclass < NV40_3D_CLASS) {
354 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_state.c 85 if (eng3d->oclass >= NV40_3D_CLASS) {
98 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_state_validate.c 129 if (eng3d->oclass >= NV40_3D_CLASS) {
503 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) {
nv30_push.c 244 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) {
nv30_vbo.c 469 if (eng3d->oclass == NV40_3D_CLASS && index_size > 1 &&
nv30_transfer.c 57 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS)
  /external/mesa3d/src/gallium/drivers/nouveau/
nv_object.xml.h 181 #define NV40_3D_CLASS 0x00004097
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv_object.xml.h 181 #define NV40_3D_CLASS 0x00004097

Completed in 133 milliseconds