HomeSort by relevance Sort by last modified time
    Searched defs:oclass (Results 1 - 6 of 6) 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
330 unsigned oclass = 0; local
    [all...]
  /external/libdrm/include/drm/
nouveau_ioctl.h 41 __u32 oclass[]; member in struct:nvif_ioctl_sclass_v0
54 __u32 oclass; member in struct:nvif_ioctl_new_v0
  /external/libdrm/nouveau/nvif/
ioctl.h 44 __s32 oclass; member in struct:nvif_ioctl_sclass_v0::nvif_ioctl_sclass_oclass_v0
47 } oclass[]; member in struct:nvif_ioctl_sclass_v0
58 __s32 oclass; member in struct:nvif_ioctl_new_v0
  /external/boringssl/src/crypto/asn1/
tasn_dec.c 77 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
166 unsigned char imphack = 0, oclass; local
206 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
215 if (oclass != V_ASN1_UNIVERSAL)
795 unsigned char oclass; variable
807 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
814 if (oclass != V_ASN1_UNIVERSAL)
1255 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1334 if (oclass
    [all...]
  /external/libdrm/nouveau/
nouveau.h 9 int32_t oclass; member in struct:nouveau_sclass
19 int32_t oclass; member in struct:nouveau_mclass
27 uint32_t oclass; member in struct:nouveau_object
33 uint32_t oclass, void *data, uint32_t length,
74 int nouveau_device_new(struct nouveau_object *parent, int32_t oclass,
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 10929 const char *iclass, *oclass; local
    [all...]

Completed in 1924 milliseconds