Home
last modified time | relevance | path

Searched refs:oclass (Results 1 - 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c60 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 Dnv30_vertprog.c81 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 Dnv30_clear.c102 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 Dnv30_fragprog.c76 _nvfx_fragprog_translate(eng3d->oclass, fp); in nv30_fragprog_validate()
122 if (eng3d->oclass < NV40_3D_CLASS) { in nv30_fragprog_validate()
H A Dnv30_state.c87 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 Dnv30_texture.c152 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 Dnvfx_shader.h528 _nvfx_fragprog_translate(uint16_t oclass, struct nv30_fragprog *fp);
531 _nvfx_vertprog_translate(uint16_t oclass, struct nv30_vertprog *vp);
H A Dnv30_draw.c234 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 Dnv30_query.c282 if (eng3d->oclass >= NV40_3D_CLASS) in nv30_query_init()
H A Dnv30_fragtex.c70 if (eng3d->oclass >= NV40_3D_CLASS) { in nv30_fragtex_validate()
H A Dnv30_vbo.c470 if (eng3d->oclass >= NV40_3D_CLASS && index_bias != nv30->state.index_bias) {
476 if (eng3d->oclass == NV40_3D_CLASS && index_size > 1 &&
H A Dnv30_state_validate.c126 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 Dnouveau.c166 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 Dabi16.c112 .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 Dnouveau.h9 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 Dioctl.h44 __s32 oclass; member
47 } oclass[]; member
58 __s32 oclass; member
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_dec.c42 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 Dtasn_dec.c42 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 Dtest_pyclbr.py69 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 Dnvc0_screen.c618 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 Dnve4_compute.c91 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 Dnvc0_vbo.c365 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 Dnvc0_shader_state.c74 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 Dnvc0_vbo_translate.c233 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 Dnv98_video.c136 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()

Completed in 20 milliseconds

12