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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 59 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1;
100 return eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS;
107 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
267 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0;
289 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256;
292 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0;
299 return ((eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6)) * sizeof(float[4]);
303 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13;
352 return ((eng3d->oclass >= NV40_3D_CLASS) ? 224 : 32) * sizeof(float[4]);
510 oclass = NV40_3D_CLASS;
    [all...]
nv30_clear.c 86 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
142 if (eng3d->oclass < NV40_3D_CLASS)
206 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_vertprog.c 106 if (eng3d->oclass < NV40_3D_CLASS) {
149 if (eng3d->oclass < NV40_3D_CLASS) {
208 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_fragprog.c 121 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_texture.c 152 if (eng3d->oclass >= NV40_3D_CLASS) {
288 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_draw.c 234 uint num_texcoords = (screen->eng3d->oclass < NV40_3D_CLASS) ? 8 : 10;
256 if (screen->eng3d->oclass < NV40_3D_CLASS) {
368 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_state.c 87 if (eng3d->oclass >= NV40_3D_CLASS) {
100 if (eng3d->oclass < NV40_3D_CLASS) {
227 if (eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS) {
nv30_context.c 239 if (screen->eng3d->oclass < NV40_3D_CLASS)
nv30_fragtex.c 70 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_query.c 285 if (eng3d->oclass >= NV40_3D_CLASS)
nv30_state_validate.c 126 if (eng3d->oclass >= NV40_3D_CLASS) {
510 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) {
nv30_vbo.c 471 if (eng3d->oclass >= NV40_3D_CLASS && index_bias != nv30->state.index_bias) {
477 if (eng3d->oclass == NV40_3D_CLASS && index_size > 1 &&
nv30_push.c 248 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) {
nv30_miptree.c 414 screen->eng3d->oclass >= NV40_3D_CLASS ? 1024 : 256,
nv30_transfer.c 57 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS)
nvfx_vertprog.c 972 vpc->is_nv4x = (oclass >= NV40_3D_CLASS) ? ~0 : 0;
    [all...]
nvfx_fragprog.c     [all...]
  /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 255 milliseconds