HomeSort by relevance Sort by last modified time
    Searched refs:oclass (Results 1 - 25 of 31) sorted by null

1 2

  /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...]
nv30_context.c 146 if (screen->eng3d->oclass < NV40_3D_CLASS)
157 nv30->is_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
158 nv30->use_nv4x = (screen->eng3d->oclass >= NV40_3D_CLASS) ? ~0 : 0;
nv30_clear.c 81 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
136 if (eng3d->oclass < NV40_3D_CLASS)
199 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_vertprog.c 104 if (eng3d->oclass < NV40_3D_CLASS) {
147 if (eng3d->oclass < NV40_3D_CLASS) {
206 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_fragprog.c 116 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_texture.c 152 if (eng3d->oclass >= NV40_3D_CLASS) {
270 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_fragtex.c 70 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_query.c 267 if (eng3d->oclass >= NV40_3D_CLASS)
nv30_draw.c 250 if (nv30_screen(pscreen)->eng3d->oclass < NV40_3D_CLASS) {
354 if (eng3d->oclass >= NV40_3D_CLASS) {
nv30_state.c 85 if (eng3d->oclass >= NV40_3D_CLASS) {
98 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_state_validate.c 129 if (eng3d->oclass >= NV40_3D_CLASS) {
503 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) {
  /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/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 52 #define nv04_mtex_engine(obj) ((obj)->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
nv04_render.c 179 if (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \
  /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/
abi16.c 116 .class = obj->oclass,
182 switch (obj->oclass) {
225 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) {
247 if ((parent->length != 0 && parent->oclass == NOUVEAU_DEVICE_CLASS) ||
248 (parent->length == 0 && parent->oclass == NV_DEVICE)) {
249 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) {
262 parent->oclass == NOUVEAU_FIFO_CHANNEL_CLASS)) {
263 if (obj->oclass == NOUVEAU_NOTIFIER_CLASS) {
nouveau.c 154 size = sizeof(*args) + cnt * sizeof(args->sclass.oclass[0]);
173 sclass[i].oclass = args->sclass.oclass[i].oclass;
174 sclass[i].minver = args->sclass.oclass[i].minver;
175 sclass[i].maxver = args->sclass.oclass[i].maxver;
199 for (i = 0; ret < 0 && mclass[i].oclass; i++) {
201 if (mclass[i].oclass == sclass[j].oclass &&
236 int32_t oclass, void *data, uint32_t size
    [all...]
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/gdb/darwin-x86/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not oclass):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not oclass):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not oclass):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not oclass):
  /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/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 473 PUSH_DATA (push, screen->m2mf->oclass);
474 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
485 PUSH_DATA (push, screen->eng2d->oclass);
529 PUSH_DATA (push, screen->eng3d->oclass);
559 if (screen->eng3d->oclass < NVE4_3D_CLASS) {
570 if (screen->eng3d->oclass >= NVC1_3D_CLASS) {
575 nvc0_magic_3d_init(push, screen->eng3d->oclass);
601 if (screen->eng3d->oclass >= NVE4_3D_CLASS) {
631 if (screen->eng3d->oclass >= NVE4_3D_CLASS)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 65 if (nv50_screen(pscreen)->tesla->oclass < NVA0_3D_CLASS)
113 return nv50_screen(pscreen)->tesla->oclass >= NVA0_3D_CLASS;
148 return nv50_screen(pscreen)->tesla->oclass >= NVA3_3D_CLASS;
399 if (screen->tesla->oclass >= NVA0_3D_CLASS) {

Completed in 218 milliseconds

1 2