Searched refs:active (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86noBus.c50 xf86ClaimNoSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) argument
60 p->active = active;
H A Dxf86fbBus.c52 xf86ClaimFbSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) argument
69 p->active = active;
H A Dxf86Bus.h54 Bool active; member in struct:__anon17a6ed420108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86noBus.c50 xf86ClaimNoSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) argument
60 p->active = active;
H A Dxf86Bus.h51 Bool active; member in struct:__anonf0fc8eb50108
H A Dxf86fbBus.c52 xf86ClaimFbSlot(DriverPtr drvp, int chipset, GDevPtr dev, Bool active) argument
75 p->active = active;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_vertex.c40 sna->render.active = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_vertex.c40 sna->render.active = 0;
/xsrc/external/mit/twm/dist/src/
H A Diconmgr.h51 short active; member in struct:WList
61 struct WList *active; /* the active entry */ member in struct:IconMgr
77 extern void ActiveIconManager(WList *active);
85 extern void NotActiveIconManager(WList *active);
H A Diconmgr.c143 p->active = NULL;
339 if (tmp_ip->active)
340 XWarpPointer(dpy, None, tmp_ip->active->icon, 0, 0, 0, 0, 5, 5);
376 tmp->active = FALSE;
547 ActiveIconManager(WList *active) argument
549 active->active = TRUE;
550 Active = active;
551 Active->iconmgr->active = active;
556 NotActiveIconManager(WList * active) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dvalue_regalloc.c29 static int regalloc_spill_active_node(gpir_node *active[]) argument
33 if (gpir_op_infos[active[i]->op].spillless)
38 spill->vreg.last->vreg.index < active[i]->vreg.last->vreg.index) {
39 spill = active[i];
102 gpir_node *active[GPIR_VALUE_REG_NUM] = {0}; local in function:regalloc_block
108 active[pred->value_reg] = NULL;
122 if (!active[reg]) {
123 active[reg] = node;
132 int spilled_reg = regalloc_spill_active_node(active);
133 active[spilled_re
[all...]
H A Dphysical_regalloc.c97 gpir_reg *active[GPIR_PHYSICAL_REG_NUM] = {0}; local in function:gpir_physical_regalloc_prog
103 if (active[i] && active[i]->end <= reg->start)
104 active[i] = NULL;
109 if (!active[i]) {
110 active[i] = reg;
/xsrc/external/mit/libXrender/dist/src/
H A DPoly.c98 Edge *active; local in function:XRenderComputeTrapezoids
106 active = NULL;
108 while (active || inactive < nedges)
110 /* insert new active edges into list */
116 /* move this edge into the active list */
118 e->next = active;
120 if (active)
121 active->prev = e;
122 active = e;
125 for (e = active;
[all...]
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.h32 bool active; member in struct:WList
44 struct WList *active; /* the active entry */ member in struct:IconMgr
71 void ActiveIconManager(WList *active);
72 void NotActiveIconManager(WList *active);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query.c67 if (q->active)
71 q->active = ret;
81 if (!q->active)
85 q->active = false;
96 if (q->active)
H A Detnaviv_query.h46 bool active; member in struct:etna_query
H A Detnaviv_query_hw.h71 if (!hq->base.active)
82 if (!hq->base.active)
/xsrc/external/mit/xorg-server/dist/test/
H A Dtouch.c61 dev.last.touches[i].active = TRUE;
76 assert(t->active == TRUE);
81 assert(dev.last.touches[size].active == TRUE);
89 assert(t->active == FALSE);
118 dev.last.touches[0].active = TRUE;
130 /* Non-active */
131 dev.last.touches[0].active = FALSE;
136 dev.last.touches[0].active = TRUE;
140 assert(ti->active);
143 /* set all to active */
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
215 fse->active->run_linear( fse->active,
277 fse->active->run_elts( fse->active,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active; member in struct:fetch_shade_emit
146 fse->active = draw_vs_lookup_variant( draw->vs.vertex_shader,
149 if (!fse->active) {
155 fse->active->key.const_vbuffers);
160 fse->active->set_buffer( fse->active,
215 fse->active->run_linear( fse->active,
277 fse->active->run_elts( fse->active,
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_uniform.h88 bool active; member in struct:gl_opaque_uniform_index
199 * A single integer identifying the number of active array elements of
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_uniform.h88 bool active; member in struct:gl_opaque_uniform_index
199 * A single integer identifying the number of active array elements of
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c120 .active = FD_STAGE_DRAW,
127 .active = FD_STAGE_DRAW,
134 .active = FD_STAGE_DRAW,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h63 enum fd_render_stage active; member in struct:fd_acc_sample_provider
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dshader_api.c112 GLint active, i; local in function:test_uniform_size_type1
122 glGetProgramiv(program, GL_ACTIVE_UNIFORMS, &active);
124 for (i = 0; i < active; i++) {
132 assert(i < active); /* Otherwise the compiler optimised it out */
169 GLint active, i; local in function:test_attrib_size_type1
179 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &active);
181 for (i = 0; i < active; i++) {
189 assert(i < active); /* Otherwise the compiler optimised it out */

Completed in 33 milliseconds

1234567891011>>