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

1 2 3

  /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...]
nv30_vertprog.c 80 vp->translated = _nvfx_vertprog_translate(eng3d->oclass, vp);
106 if (eng3d->oclass < NV40_3D_CLASS) {
149 if (eng3d->oclass < NV40_3D_CLASS) {
208 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_fragprog.c 75 _nvfx_fragprog_translate(eng3d->oclass, fp);
121 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_clear.c 86 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) {
142 if (eng3d->oclass < NV40_3D_CLASS)
206 if (eng3d->oclass < NV40_3D_CLASS) {
nv30_state.c 87 if (eng3d->oclass >= NV40_3D_CLASS) {
100 if (eng3d->oclass < NV40_3D_CLASS) {
227 if (eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS) {
nv30_texture.c 152 if (eng3d->oclass >= NV40_3D_CLASS) {
288 if (eng3d->oclass >= NV40_3D_CLASS) {
nvfx_shader.h 530 _nvfx_fragprog_translate(uint16_t oclass, struct nv30_fragprog *fp);
533 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp);
  /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)
nv10_state_fb.c 109 if (context_eng3d(ctx)->oclass < NV17_3D_CLASS) {
143 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS) {
nv10_context.c 66 return context_eng3d(ctx)->oclass < NV17_3D_CLASS &&
187 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS)
248 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS) {
260 if (context_eng3d(ctx)->oclass >= NV15_3D_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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not oclass):
  /external/python/cpython2/Lib/test/
test_pyclbr.py 69 def ismethod(oclass, obj, name):
70 classdict = oclass.__dict__
79 obj.im_self is not 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 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/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 439 const uint16_t obj_class = screen->compute->oclass;
867 PUSH_DATA (push, screen->m2mf->oclass);
868 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) {
879 PUSH_DATA (push, screen->eng2d->oclass);
948 PUSH_DATA (push, screen->eng3d->oclass);
986 if (screen->eng3d->oclass < NVE4_3D_CLASS) {
996 if (screen->eng3d->oclass >= NVC1_3D_CLASS) {
1001 nvc0_magic_3d_init(push, screen->eng3d->oclass);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.c 134 nv98_decoder_msvld[ret].oclass, NULL, 0,
143 nv98_decoder_mspdec[ret].oclass, NULL, 0,
152 nv98_decoder_msppp[ret].oclass, NULL, 0,

Completed in 1274 milliseconds

1 2 3