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

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 28 uint16_t class_3d; member in struct:nouveau_screen
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 338 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)
nvc0_screen.c 71 const uint16_t class_3d = nouveau_screen(pscreen)->class_3d; local
95 return (class_3d >= NVE4_3D_CLASS) ? 1 : 0;
526 screen->base.class_3d = obj_class;
nvc0_program.c 668 if (screen->base.class_3d >= NVE4_3D_CLASS)
682 if (screen->base.class_3d >= NVE4_3D_CLASS) {
nvc0_transfer.c 504 if (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) {
nvc0_surface.c 646 if (blit->screen->base.class_3d >= NVE4_3D_CLASS) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 88 const uint16_t class_3d = nouveau_screen(pscreen)->class_3d; local
143 return (class_3d >= NVA0_3D_CLASS) ? 1 : 0;
697 screen->base.class_3d = tesla_class;
nv50_shader_state.c 561 if (nv50->screen->base.class_3d < NVA0_3D_CLASS) {
571 if (nv50->screen->base.class_3d < NVA0_3D_CLASS) {
577 if (nv50->screen->base.class_3d >= NVA0_3D_CLASS)
589 const unsigned n = nv50->screen->base.class_3d >= NVA0_3D_CLASS ? 4 : 3;
nv50_state.c 468 if (nouveau_screen(pipe->screen)->class_3d >= NVE4_3D_CLASS) {
957 if (nouveau_context(pipe)->screen->class_3d >= NVA0_3D_CLASS) {
999 const boolean can_resume = nv50->screen->base.class_3d >= NVA0_3D_CLASS;
    [all...]
nv50_vbo.c 670 if (unlikely(nv50->screen->base.class_3d < NVA0_3D_CLASS)) {

Completed in 291 milliseconds