Searched refs:complete (Results 1 - 25 of 620) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbfmisc.c168 unsigned complete; local in function:XkbWriteXKBKeymapForNames
173 complete= 0;
174 if (COMPLETE(names->keycodes)) complete|= XkmKeyNamesMask;
175 if (COMPLETE(names->types)) complete|= XkmTypesMask;
176 if (COMPLETE(names->compat)) complete|= XkmCompatMapMask;
177 if (COMPLETE(names->symbols)) complete|= XkmSymbolsMask;
178 if (COMPLETE(names->geometry)) complete|= XkmGeometryMask;
179 want|= (complete|need);
208 wantConfig= want&(~complete);
236 complete|
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbfmisc.c173 unsigned complete; local in function:XkbWriteXKBKeymapForNames
178 complete = 0;
180 complete |= XkmKeyNamesMask;
182 complete |= XkmTypesMask;
184 complete |= XkmCompatMapMask;
186 complete |= XkmSymbolsMask;
188 complete |= XkmGeometryMask;
189 want |= (complete | need);
218 wantConfig = want & (~complete);
246 complete |
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbmisc.c237 unsigned complete; local in function:XkbWriteXKBKeymapForNames
245 complete = 0;
249 complete |= XkmKeyNamesMask;
251 complete |= XkmTypesMask;
253 complete |= XkmCompatMapMask;
255 complete |= XkmSymbolsMask;
257 complete |= XkmGeometryMask;
258 want |= (complete | need);
276 wantConfig = want & (~complete);
304 complete |
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_vs_visitor.cpp47 vec4_vs_visitor::emit_urb_write_opcode(bool complete) argument
50 if (complete) {
56 inst->urb_write_flags = complete ?
H A Dbrw_vec4_tes.h58 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dbrw_vec4_vs.h49 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dbrw_vec4_gs_visitor.h60 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dgfx6_gs_visitor.h64 void emit_snb_gs_urb_write_opcode(bool complete,
H A Dbrw_vec4_tes.cpp105 vec4_tes_visitor::emit_urb_write_opcode(bool complete) argument
108 if (complete) {
114 inst->urb_write_flags = complete ?
H A Dgfx6_gs_visitor.cpp288 gfx6_gs_visitor::emit_snb_gs_urb_write_opcode(bool complete, int base_mrf, argument
293 if (!complete) {
294 /* If the vertex is not complete we don't have to do anything special */
390 bool complete = false; local in function:brw::gfx6_gs_visitor::emit_thread_end
432 complete = slot >= prog_data->vue_map.num_slots;
433 emit_snb_gs_urb_write_opcode(complete, base_mrf, mrf, urb_offset);
434 } while (!complete);
606 /* Check for buffer overflow: we need room to write the complete primitive
635 * ensure that all writes are complete by sending the final
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp134 bool complete = fence->cmdqueue_fence->GetCompletedValue() >= fence->value; local in function:d3d12_fence_finish
135 if (!complete && timeout_ns)
136 complete = wait_event(fence->event, fence->event_fd, timeout_ns);
138 fence->signaled = complete;
139 return complete;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tes.h57 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dbrw_vec4_vs.h48 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dbrw_vec4_vs_visitor.cpp47 vec4_vs_visitor::emit_urb_write_opcode(bool complete) argument
50 if (complete) {
56 inst->urb_write_flags = complete ?
H A Dbrw_vec4_gs_visitor.h59 virtual vec4_instruction *emit_urb_write_opcode(bool complete);
H A Dbrw_vec4_tcs.h75 virtual vec4_instruction *emit_urb_write_opcode(bool complete) { return NULL; } argument
H A Dgen6_gs_visitor.h59 virtual void emit_urb_write_opcode(bool complete,
H A Dbrw_vec4_tes.cpp124 vec4_tes_visitor::emit_urb_write_opcode(bool complete) argument
127 if (complete) {
133 inst->urb_write_flags = complete ?
H A Dgen6_gs_visitor.cpp290 gen6_gs_visitor::emit_urb_write_opcode(bool complete, int base_mrf, argument
295 if (!complete) {
296 /* If the vertex is not complete we don't have to do anything special */
392 bool complete = false; local in function:brw::gen6_gs_visitor::emit_thread_end
434 complete = slot >= prog_data->vue_map.num_slots;
435 emit_urb_write_opcode(complete, base_mrf, mrf, urb_offset);
436 } while (!complete);
645 /* Check for buffer overflow: we need room to write the complete primitive
674 * ensure that all writes are complete by sending the final
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dpresent-test.c146 int complete = 0; local in function:check_msc
165 complete = 1;
168 } while (!complete);
186 int complete = 0; local in function:wait_vblank
203 complete = 1;
206 } while (!complete);
218 int complete = 0; local in function:msc_interval
240 complete++;
246 complete++;
249 } while (complete !
332 int complete; local in function:flush_flips
392 int complete; local in function:test_double
460 int complete, count; local in function:test_future
726 int complete, count; local in function:test_accuracy
846 int complete, expect, count; local in function:test_modulus
982 int complete, count; local in function:test_future_msc
1102 int complete; local in function:test_wrap_msc
1177 int ret = 0, n, complete; local in function:test_exhaustion_msc
1245 int complete, count; local in function:test_accuracy_msc
1331 int complete, count, expect; local in function:test_modulus_msc
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.h60 bool complete; /**< Is the atlas ready to use? */ member in struct:gl_bitmap_atlas
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddevelopers.rst25 including complete device drivers.
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.h59 bool complete; /**< Is the atlas ready to use? */ member in struct:gl_bitmap_atlas
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dddc.c396 * the complete EDID data, including all extension blocks, if the 'complete'
406 xf86DoEEDID(ScrnInfoPtr pScrn, I2CBusPtr pBus, Bool complete) argument
439 if (complete && n) {
449 if (tmp && complete)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c171 bool complete = false; local in function:brw_ff_gs_emit_vue
177 complete = true;
184 * vertex, then we mark it as complete, and either end the thread or
189 if (!complete)
207 } while (!complete);
431 * ensure that all writes are complete by sending the final

Completed in 22 milliseconds

1234567891011>>