/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 59 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1; in nv30_screen_get_param() 100 return eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS; in nv30_screen_get_param() 107 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0; in nv30_screen_get_param() 267 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0; in nv30_screen_get_paramf() 289 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256; in nv30_screen_get_shader_param() 292 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0; in nv30_screen_get_shader_param() 299 return ((eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6)) * sizeof(float[4]); in nv30_screen_get_shader_param() 303 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13; in nv30_screen_get_shader_param() 352 return ((eng3d->oclass >= NV40_3D_CLASS) ? 224 : 32) * sizeof(float[4]); in nv30_screen_get_shader_param() 494 unsigned oclass = 0; in nv30_screen_create() local [all …]
|
D | nv30_vertprog.c | 80 vp->translated = _nvfx_vertprog_translate(eng3d->oclass, vp); in nv30_vertprog_validate() 106 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 149 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 208 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate()
|
D | nv30_clear.c | 86 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) { in nv30_clear() 142 if (eng3d->oclass < NV40_3D_CLASS) in nv30_clear_render_target() 206 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_clear_depth_stencil()
|
D | nv30_fragprog.c | 75 _nvfx_fragprog_translate(eng3d->oclass, fp); in nv30_fragprog_validate() 121 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_fragprog_validate()
|
D | nv30_state.c | 87 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_blend_state_create() 100 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_blend_state_create() 227 if (eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS) { in nv30_zsa_state_create()
|
D | nvfx_shader.h | 528 _nvfx_fragprog_translate(uint16_t oclass, struct nv30_fragprog *fp); 531 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp);
|
D | nv30_texture.c | 152 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_sampler_state_create() 288 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_sampler_view_create()
|
D | nv30_draw.c | 234 uint num_texcoords = (screen->eng3d->oclass < NV40_3D_CLASS) ? 8 : 10; in vroute_add() 256 if (screen->eng3d->oclass < NV40_3D_CLASS) { in vroute_add() 368 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_render_validate()
|
D | nv30_fragtex.c | 70 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_fragtex_validate()
|
/external/libdrm/nouveau/ |
D | nouveau.c | 150 size = sizeof(*args) + cnt * sizeof(args->sclass.oclass[0]); in nouveau_object_sclass_get() 169 sclass[i].oclass = args->sclass.oclass[i].oclass; in nouveau_object_sclass_get() 170 sclass[i].minver = args->sclass.oclass[i].minver; in nouveau_object_sclass_get() 171 sclass[i].maxver = args->sclass.oclass[i].maxver; in nouveau_object_sclass_get() 195 for (i = 0; ret < 0 && mclass[i].oclass; i++) { in nouveau_object_mclass() 197 if (mclass[i].oclass == sclass[j].oclass && in nouveau_object_mclass() 232 int32_t oclass, void *data, uint32_t size, in nouveau_object_init() argument 246 obj->oclass = oclass; in nouveau_object_init() 260 args->new.oclass = oclass; in nouveau_object_init() 287 uint32_t oclass, void *data, uint32_t length, in nouveau_object_new() argument [all …]
|
D | abi16.c | 112 .class = obj->oclass, in abi16_engobj() 178 switch (obj->oclass) { in abi16_sclass() 221 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) { in abi16_delete() 243 if ((parent->length != 0 && parent->oclass == NOUVEAU_DEVICE_CLASS) || in abi16_object() 244 (parent->length == 0 && parent->oclass == NV_DEVICE)) { in abi16_object() 245 if (obj->oclass == NOUVEAU_FIFO_CHANNEL_CLASS) { in abi16_object() 258 parent->oclass == NOUVEAU_FIFO_CHANNEL_CLASS)) { in abi16_object() 259 if (obj->oclass == NOUVEAU_NOTIFIER_CLASS) { in abi16_object()
|
D | nouveau.h | 9 int32_t oclass; member 19 int32_t oclass; member 27 uint32_t oclass; member 33 uint32_t oclass, void *data, uint32_t length, 74 int nouveau_device_new(struct nouveau_object *parent, int32_t oclass,
|
/external/libdrm/nouveau/nvif/ |
D | ioctl.h | 44 __s32 oclass; member 47 } oclass[]; member 58 __s32 oclass; member
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_dec.c | 85 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 175 unsigned char imphack = 0, oclass; in asn1_item_ex_d2i() local 228 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_ex_d2i() 236 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_ex_d2i() 755 unsigned char oclass; in asn1_d2i_ex_primitive() local 765 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 771 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 1162 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1236 if (oclass) in asn1_check_tlen() 1237 *oclass = pclass; in asn1_check_tlen()
|
/external/python/cpython3/Lib/test/ |
D | test_pyclbr.py | 69 def ismethod(oclass, obj, name): argument 70 classdict = oclass.__dict__ 74 obj.__self__ is not oclass): 81 objname = "_%s%s" % (oclass.__name__, objname)
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 469 const uint16_t obj_class = screen->compute->oclass; in nvc0_screen_get_compute_param() 909 PUSH_DATA (push, screen->m2mf->oclass); in nvc0_screen_create() 910 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) { in nvc0_screen_create() 921 PUSH_DATA (push, screen->eng2d->oclass); in nvc0_screen_create() 998 PUSH_DATA (push, screen->eng3d->oclass); in nvc0_screen_create() 1036 if (screen->eng3d->oclass < NVE4_3D_CLASS) { in nvc0_screen_create() 1046 if (screen->eng3d->oclass >= NVC1_3D_CLASS) { in nvc0_screen_create() 1051 nvc0_magic_3d_init(push, screen->eng3d->oclass); in nvc0_screen_create() 1112 if (screen->eng3d->oclass < GM107_3D_CLASS) { in nvc0_screen_create() 1133 if (screen->eng3d->oclass >= GM107_3D_CLASS) { in nvc0_screen_create() [all …]
|
D | nve4_compute.c | 77 PUSH_DATA (push, screen->compute->oclass); in nve4_screen_compute_setup() 698 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) in nve4_launch_grid() 707 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) in nve4_launch_grid() 729 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) { in nve4_launch_grid()
|
/external/python/cpython2/Lib/test/ |
D | test_pyclbr.py | 69 def ismethod(oclass, obj, name): argument 70 classdict = oclass.__dict__ 79 obj.im_self is not oclass):
|
/external/libdrm/include/drm/ |
D | nouveau_ioctl.h | 41 __u32 oclass[]; member 54 __u32 oclass; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 135 nv98_decoder_msvld[ret].oclass, NULL, 0, in nv98_create_decoder() 144 nv98_decoder_mspdec[ret].oclass, NULL, 0, in nv98_create_decoder() 153 nv98_decoder_msppp[ret].oclass, NULL, 0, in nv98_create_decoder()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_context.h | 52 #define nv04_mtex_engine(obj) ((obj)->oclass == NV04_MULTITEX_TRIANGLE_CLASS)
|
D | nv10_state_fb.c | 109 if (context_eng3d(ctx)->oclass < NV17_3D_CLASS) { in nv10_emit_framebuffer() 143 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS) { in nv10_emit_framebuffer()
|
D | nv10_context.c | 66 return context_eng3d(ctx)->oclass < NV17_3D_CLASS && in nv10_use_viewport_zclear() 187 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS) in nv10_clear() 248 if (context_eng3d(ctx)->oclass >= NV17_3D_CLASS) { in nv10_hwctx_init() 260 if (context_eng3d(ctx)->oclass >= NV15_3D_CLASS) { in nv10_hwctx_init()
|
D | nv04_render.c | 179 if (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS) in swtnl_start() 209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \
|
D | nv10_state_raster.c | 125 || context_eng3d(ctx)->oclass >= NV15_3D_CLASS); in nv10_emit_logic_opcode()
|