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

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 99 nouveau_screen(pscreen)->class_3d < NVE4_3D_CLASS) {
261 return class_3d >= NVE4_3D_CLASS; /* needs testing on fermi */
269 return class_3d >= NVE4_3D_CLASS;
271 return class_3d >= NVE4_3D_CLASS && class_3d < GM107_3D_CLASS;
419 return (class_3d >= NVE4_3D_CLASS) ? 32 : 16;
421 return (class_3d >= NVE4_3D_CLASS) ? 32 : 16;
425 if (class_3d >= NVE4_3D_CLASS)
662 if (obj_class >= NVE4_3D_CLASS) {
969 obj_class = NVE4_3D_CLASS;
    [all...]
nvc0_query_hw_metric.c 408 case NVE4_3D_CLASS:
430 case NVE4_3D_CLASS:
690 case NVE4_3D_CLASS:
nvc0_query_hw_sm.c     [all...]
nvc0_context.c 399 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ?
414 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS)
nvc0_program.c 716 if (screen->base.class_3d >= NVE4_3D_CLASS)
726 if (screen->base.class_3d >= NVE4_3D_CLASS) {
738 if (screen->base.class_3d >= NVE4_3D_CLASS) {
nvc0_state_validate.c 530 if (nvc0->screen->base.class_3d < NVE4_3D_CLASS) {
762 if (screen->base.class_3d < NVE4_3D_CLASS) {
776 if (screen->base.class_3d >= NVE4_3D_CLASS) {
nvc0_tex.c 606 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS)
715 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS)
742 if (nvc0->screen->base.class_3d < NVE4_3D_CLASS)
    [all...]
nvc0_transfer.c 612 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) {
nvc0_surface.c 485 if (nvc0->screen->base.class_3d < NVE4_3D_CLASS)
866 if (blit->screen->base.class_3d >= NVE4_3D_CLASS) {
    [all...]
nvc0_vbo.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nv_object.xml.h 191 #define NVE4_3D_CLASS 0x0000a097
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 529 if (nouveau_screen(pipe->screen)->class_3d >= NVE4_3D_CLASS) {
    [all...]

Completed in 653 milliseconds