/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_screen.c | 60 return (eng3d->oclass >= NV40_3D_CLASS) ? 4 : 1; in nv30_screen_get_param() 109 return eng3d->oclass == NV35_3D_CLASS || eng3d->oclass >= NV40_3D_CLASS; in nv30_screen_get_param() 121 return (eng3d->oclass >= NV40_3D_CLASS) ? 1 : 0; in nv30_screen_get_param() 307 return (eng3d->oclass >= NV40_3D_CLASS) ? 16.0 : 8.0; in nv30_screen_get_paramf() 333 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 256; in nv30_screen_get_shader_param() 336 return (eng3d->oclass >= NV40_3D_CLASS) ? 512 : 0; in nv30_screen_get_shader_param() 343 return ((eng3d->oclass >= NV40_3D_CLASS) ? (468 - 6): (256 - 6)) * sizeof(float[4]); in nv30_screen_get_shader_param() 347 return (eng3d->oclass >= NV40_3D_CLASS) ? 32 : 13; in nv30_screen_get_shader_param() 397 return ((eng3d->oclass > in nv30_screen_get_shader_param() 589 unsigned oclass = 0; nv30_screen_create() local [all...] |
H A D | nv30_vertprog.c | 81 vp->translated = _nvfx_vertprog_translate(eng3d->oclass, vp); in nv30_vertprog_validate() 107 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 150 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate() 209 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_vertprog_validate()
|
H A D | nv30_clear.c | 102 if (nv30->screen->eng3d->oclass < NV40_3D_CLASS) { in nv30_clear() 162 if (eng3d->oclass < NV40_3D_CLASS) in nv30_clear_render_target() 227 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_clear_depth_stencil()
|
H A D | nv30_fragprog.c | 76 _nvfx_fragprog_translate(eng3d->oclass, fp); in nv30_fragprog_validate() 122 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_fragprog_validate()
|
H A 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()
|
H A D | nv30_texture.c | 152 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_sampler_state_create() 289 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_sampler_view_create()
|
H A 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);
|
H A 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()
|
H A D | nv30_query.c | 282 if (eng3d->oclass >= NV40_3D_CLASS) in nv30_query_init()
|
H A D | nv30_fragtex.c | 70 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_fragtex_validate()
|
H A D | nv30_vbo.c | 470 if (eng3d->oclass >= NV40_3D_CLASS && index_bias != nv30->state.index_bias) { 476 if (eng3d->oclass == NV40_3D_CLASS && index_size > 1 &&
|
H A D | nv30_state_validate.c | 126 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_validate_fb() 510 if (nv30->screen->eng3d->oclass >= NV40_3D_CLASS) { in nv30_state_validate()
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 166 size = sizeof(*args) + cnt * sizeof(args->sclass.oclass[0]); in nouveau_object_sclass_get() 185 sclass[i].oclass = args->sclass.oclass[i].oclass; in nouveau_object_sclass_get() 186 sclass[i].minver = args->sclass.oclass[i].minver; in nouveau_object_sclass_get() 187 sclass[i].maxver = args->sclass.oclass[i].maxver; in nouveau_object_sclass_get() 211 for (i = 0; ret < 0 && mclass[i].oclass; i++) { in nouveau_object_mclass() 213 if (mclass[i].oclass == sclass[j].oclass && in nouveau_object_mclass() 248 int32_t oclass, voi in nouveau_object_init() 247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, int32_t oclass, void *data, uint32_t size, struct nouveau_object *obj) nouveau_object_init() argument 302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, void *data, uint32_t length, struct nouveau_object **pobj) nouveau_object_new() argument 378 nouveau_device_new(struct nouveau_object *parent, int32_t oclass, void *data, uint32_t size, struct nouveau_device **pdev) nouveau_device_new() argument [all...] |
H A 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()
|
H A 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,
|
/third_party/libdrm/nouveau/nvif/ |
H A D | ioctl.h | 44 __s32 oclass; member 47 } oclass[]; member 58 __s32 oclass; member
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 173 unsigned char oclass; in asn1_item_embed_d2i() local 232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i() 240 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i() 724 unsigned char oclass; in asn1_d2i_ex_primitive() local 734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 740 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1210 if (oclass != NULL) in asn1_check_tlen() 1211 *oclass in asn1_check_tlen() [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | tasn_dec.c | 42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 173 unsigned char oclass; in asn1_item_embed_d2i() local 232 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i() 240 if (oclass != V_ASN1_UNIVERSAL) { in asn1_item_embed_d2i() 724 unsigned char oclass; in asn1_d2i_ex_primitive() local 734 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 740 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1210 if (oclass != NULL) in asn1_check_tlen() 1211 *oclass in asn1_check_tlen() [all...] |
/third_party/python/Lib/test/ |
H A D | test_pyclbr.py | 69 def ismethod(oclass, obj, name): 70 classdict = oclass.__dict__ 74 obj.__self__ is not oclass): 81 objname = "_%s%s" % (oclass.__name__, objname)
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 618 const uint16_t obj_class = screen->compute->oclass; in nvc0_screen_get_compute_param() 975 if (screen->eng3d->oclass < GV100_3D_CLASS) { in nvc0_screen_resize_text_area() 1164 PUSH_DATA (push, screen->m2mf->oclass); in nvc0_screen_create() 1165 if (screen->m2mf->oclass == NVE4_P2MF_CLASS) { in nvc0_screen_create() 1176 PUSH_DATA (push, screen->eng2d->oclass); in nvc0_screen_create() 1259 PUSH_DATA (push, screen->eng3d->oclass); in nvc0_screen_create() 1297 if (screen->eng3d->oclass < NVE4_3D_CLASS) { in nvc0_screen_create() 1307 if (screen->eng3d->oclass >= NVC1_3D_CLASS) { in nvc0_screen_create() 1312 nvc0_magic_3d_init(push, screen->eng3d->oclass); in nvc0_screen_create() 1373 if (screen->eng3d->oclass < GM107_3D_CLAS in nvc0_screen_create() [all...] |
H A D | nve4_compute.c | 91 PUSH_DATA (push, screen->compute->oclass); in nve4_screen_compute_setup() 874 if (nvc0->screen->compute->oclass >= GV100_COMPUTE_CLASS) in nve4_launch_grid() 877 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) in nve4_launch_grid() 887 if (nvc0->screen->compute->oclass >= GV100_COMPUTE_CLASS) in nve4_launch_grid() 890 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) in nve4_launch_grid() 912 if (nvc0->screen->compute->oclass >= GP100_COMPUTE_CLASS) { in nve4_launch_grid()
|
H A D | nvc0_vbo.c | 365 if (nvc0->screen->eng3d->oclass < TU102_3D_CLASS) in nvc0_validate_vertex_buffers() 415 if (nvc0->screen->eng3d->oclass < TU102_3D_CLASS) in nvc0_validate_vertex_buffers_shared() 784 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_draw_stream_output() 993 if (nvc0->screen->eng3d->oclass < TU102_3D_CLASS) { in nvc0_draw_vbo() 1107 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_draw_vbo()
|
H A D | nvc0_shader_state.c | 74 if (nvc0->screen->eng3d->oclass < GV100_3D_CLASS) { in nvc0_program_sp_start_id() 301 if (nvc0->screen->eng3d->oclass >= GM200_3D_CLASS) { in nvc0_layer_validate()
|
H A D | nvc0_vbo_translate.c | 233 if (nvc0->screen->eng3d->oclass < TU102_3D_CLASS) in nvc0_push_setup_vertex_array() 630 if (nvc0->screen->eng3d->oclass < GM107_3D_CLASS) in nvc0_push_vbo() 787 if (nvc0->screen->eng3d->oclass < TU102_3D_CLASS) in nvc0_push_upload_vertex_ids()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 136 nv98_decoder_msvld[ret].oclass, NULL, 0, in nv98_create_decoder() 145 nv98_decoder_mspdec[ret].oclass, NULL, 0, in nv98_create_decoder() 154 nv98_decoder_msppp[ret].oclass, NULL, 0, in nv98_create_decoder()
|