Searched refs:NVE4_3D_CLASS (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.c95 return (class_3d >= NVE4_3D_CLASS) ? 1 : 0;
359 if (obj_class >= NVE4_3D_CLASS) {
503 obj_class = NVE4_3D_CLASS;
559 if (screen->eng3d->oclass < NVE4_3D_CLASS) {
601 if (screen->eng3d->oclass >= NVE4_3D_CLASS) {
631 if (screen->eng3d->oclass >= NVE4_3D_CLASS)
H A Dnvc0_tex.c338 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) {
446 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) {
473 if (nvc0->screen->base.class_3d < NVE4_3D_CLASS)
H A Dnvc0_program.c668 if (screen->base.class_3d >= NVE4_3D_CLASS)
682 if (screen->base.class_3d >= NVE4_3D_CLASS) {
H A Dnvc0_transfer.c504 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) {
H A Dnvc0_surface.c646 if (blit->screen->base.class_3d >= NVE4_3D_CLASS) {
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnv_object.xml.h191 #define NVE4_3D_CLASS 0x0000a097 macro
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state.c468 if (nouveau_screen(pipe->screen)->class_3d >= NVE4_3D_CLASS) {

Completed in 93 milliseconds