Searched refs:num_atoms (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_drmmode.h70 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anon275521630308
H A Dqxl_drmmode.c533 p->num_atoms = 1;
534 p->atoms = calloc(p->num_atoms, sizeof(Atom));
555 p->num_atoms = drmmode_prop->count_enums + 1;
556 p->atoms = calloc(p->num_atoms, sizeof(Atom));
567 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp379 offsets(new unsigned[p.num_atoms() + num_terminator_atoms]),
383 sizeof(unsigned) * (p.num_atoms() + num_terminator_atoms));
453 assert(r < num_atoms());
461 num_atoms() const function in struct:__anonf7e3c6710410::partitioning
534 bool *constrained = new bool[p.num_atoms()]();
623 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()];
624 for (unsigned r = 0; r < p.num_atoms(); r++)
625 conflicts[r] = weight_vector_type(2 * p.num_atoms());
697 bool *any_conflicts = new bool[p.num_atoms()]();
699 for (unsigned r = 0; r < p.num_atoms();
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp379 offsets(new unsigned[p.num_atoms() + num_terminator_atoms]),
383 sizeof(unsigned) * (p.num_atoms() + num_terminator_atoms));
453 assert(r < num_atoms());
461 num_atoms() const function in struct:__anond43867c40410::partitioning
534 bool *constrained = new bool[p.num_atoms()]();
632 weight_vector_type *conflicts = new weight_vector_type[p.num_atoms()];
633 for (unsigned r = 0; r < p.num_atoms(); r++)
634 conflicts[r] = weight_vector_type(2 * p.num_atoms());
706 bool *any_conflicts = new bool[p.num_atoms()]();
708 for (unsigned r = 0; r < p.num_atoms();
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.h69 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anonc755062c0308
H A Dvia_kms.c410 p->num_atoms = 1;
411 p->atoms = calloc(p->num_atoms, sizeof(Atom));
434 p->num_atoms = drmmode_prop->count_enums + 1;
435 p->atoms = calloc(p->num_atoms, sizeof(Atom));
448 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c217 int num_atoms)
225 for (int i = 0; i < num_atoms; i++) {
231 brw->num_atoms[pipeline] = num_atoms;
621 const int num_atoms = brw->num_atoms[pipeline]; local in function:brw_upload_pipeline_state
632 for (i = 0; i < num_atoms; i++) {
650 for (i = 0; i < num_atoms; i++) {
214 brw_copy_pipeline_atoms(struct brw_context * brw,enum brw_pipeline pipeline,const struct brw_tracked_state ** atoms,int num_atoms) argument
H A Dbrw_state.h354 int num_atoms);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c285 int num_atoms)
293 for (int i = 0; i < num_atoms; i++) {
299 brw->num_atoms[pipeline] = num_atoms;
690 const int num_atoms = brw->num_atoms[pipeline]; local in function:brw_upload_pipeline_state
701 for (i = 0; i < num_atoms; i++) {
719 for (i = 0; i < num_atoms; i++) {
282 brw_copy_pipeline_atoms(struct brw_context * brw,enum brw_pipeline pipeline,const struct brw_tracked_state ** atoms,int num_atoms) argument
H A Dbrw_state.h351 int num_atoms);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.h83 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anon92ff548d0508
H A Ddrmmode_display.c830 p->num_atoms = 1;
831 p->atoms = calloc(p->num_atoms, sizeof(Atom));
852 p->num_atoms = drmmode_prop->count_enums + 1;
853 p->atoms = calloc(p->num_atoms, sizeof(Atom));
864 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c57 * @num_atoms: Number of atoms in the @atoms array.
64 int num_atoms; member in struct:output_prop
220 p->num_atoms = 1;
221 p->atoms = calloc(p->num_atoms, sizeof(Atom));
242 p->num_atoms = drmmode_prop->count_enums + 1;
243 p->atoms = calloc(p->num_atoms, sizeof(Atom));
254 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c64 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anon0fe22f920308
997 p->num_atoms = 1;
998 p->atoms = xcalloc(p->num_atoms, sizeof(Atom));
1019 p->num_atoms = drmmode_prop->count_enums + 1;
1020 p->atoms = xcalloc(p->num_atoms, sizeof(Atom));
1031 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
H A Di830_tv.c1635 int num_atoms = 0; local in function:i830_tv_format_configure_property
1643 current_atoms[num_atoms++] = tv_format_name_atoms[i];
1647 num_atoms, (INT32 *) current_atoms);
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h297 int num_atoms
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.h150 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anon6244c68d0408
H A Ddrmmode_display.c2340 p->num_atoms = 1;
2341 p->atoms = calloc(p->num_atoms, sizeof(Atom));
2371 p->num_atoms = drmmode_prop->count_enums + 1;
2372 p->atoms = calloc(p->num_atoms, sizeof(Atom));
2390 p->num_atoms - 1,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.h134 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anon1b2324c50408
H A Ddrmmode_display.c1861 p->num_atoms = 1;
1862 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1883 p->num_atoms = drmmode_prop->count_enums + 1;
1884 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1895 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h216 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:__anonaff371e40808
H A Ddrmmode_display.c2904 p->num_atoms = 1;
2905 p->atoms = calloc(p->num_atoms, sizeof(Atom));
2930 p->num_atoms = drmmode_prop->count_enums + 1;
2931 p->atoms = calloc(p->num_atoms, sizeof(Atom));
2945 TRUE : FALSE, p->num_atoms - 1,
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c77 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, member in struct:__anon266131ed0308
78 * num_atoms == num_enums + 1 */
972 p->num_atoms = 1;
973 p->atoms = calloc(p->num_atoms, sizeof(Atom));
995 p->num_atoms = drmmode_prop->count_enums + 1;
996 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1007 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c124 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:intel_property
1199 p->num_atoms = 1;
1200 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1212 p->num_atoms = drmmode_prop->count_enums + 1;
1213 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1226 p->num_atoms - 1, (INT32 *)&p->atoms[1]);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c125 int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums + 1 */ member in struct:intel_property
1154 p->num_atoms = 1;
1155 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1167 p->num_atoms = drmmode_prop->count_enums + 1;
1168 p->atoms = calloc(p->num_atoms, sizeof(Atom));
1181 p->num_atoms - 1, (INT32 *)&p->atoms[1]);

Completed in 178 milliseconds

12