HomeSort by relevance Sort by last modified time
    Searched defs:oclass (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 59 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1;
103 return eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS;
110 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0;
248 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0;
269 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256;
272 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0;
279 return ((eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6)) * sizeof(float[4]);
283 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13;
328 return ((eng3d->oclass >= NV40_3D_CLASS) ? 224 : 32) * sizeof(float[4])
469 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 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
175 unsigned char imphack = 0, oclass; local
215 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
223 if (oclass != V_ASN1_UNIVERSAL) {
734 unsigned char oclass; local
744 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
750 if (oclass != V_ASN1_UNIVERSAL)
    [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,
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
asm7.go 1212 func oclass(a *obj.Addr) int { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go 1927 func oclass(a *obj.Addr) int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
asm7.go 1212 func oclass(a *obj.Addr) int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go 1927 func oclass(a *obj.Addr) int { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go 884 * oclass in span.c computes the specific Ytype of an operand and then the set
886 * up in instinit. For example, oclass distinguishes the constants 0 and 1
2242 func oclass(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
asm6.go 884 * oclass in span.c computes the specific Ytype of an operand and then the set
886 * up in instinit. For example, oclass distinguishes the constants 0 and 1
2242 func oclass(ctxt *obj.Link, p *obj.Prog, a *obj.Addr) int { func
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 10929 const char *iclass, *oclass; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go 2481 func oclass(a *obj.Addr) int { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go 2481 func oclass(a *obj.Addr) int { func
    [all...]

Completed in 1567 milliseconds