HomeSort by: relevance | last modified time | path
    Searched refs:ignore (Results 1 - 25 of 307) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xf86-video-intel/dist/libobj/
ignore.c 1 extern void ignore(void);
3 void ignore(void) function
  /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
ignore.c 1 extern void ignore(void);
3 void ignore(void) function
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_keyctrl.c 12 glutIgnoreKeyRepeat(int ignore)
14 __glutCurrentWindow->ignoreKeyRepeat = ignore;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_equals.cpp 32 enum ir_node_type ignore)
37 return a->equals(b, ignore);
86 enum ir_node_type ignore) const
95 if (!array->equals(other->array, ignore))
98 if (!array_index->equals(other->array_index, ignore))
106 enum ir_node_type ignore) const
115 if (ignore != ir_type_swizzle) {
124 return val->equals(other->val, ignore);
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const
140 if (!possibly_null_equals(coordinate, other->coordinate, ignore))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_equals.cpp 32 enum ir_node_type ignore)
37 return a->equals(b, ignore);
86 enum ir_node_type ignore) const
95 if (!array->equals(other->array, ignore))
98 if (!array_index->equals(other->array_index, ignore))
106 enum ir_node_type ignore) const
115 if (ignore != ir_type_swizzle) {
124 return val->equals(other->val, ignore);
128 ir_texture::equals(const ir_instruction *ir, enum ir_node_type ignore) const
140 if (!possibly_null_equals(coordinate, other->coordinate, ignore))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/bin/
get-extra-pick-list.sh 33 # Or if it isn't in the ignore list.
34 if [ -f bin/.cherry-ignore ] ; then
35 if grep -q ^$candidate bin/.cherry-ignore ; then
get-pick-list.sh 109 # Check to see whether the patch is on the ignore list.
110 if test -f bin/.cherry-ignore; then
111 if grep -q ^$sha bin/.cherry-ignore ; then
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
gl.spec 18 glxflags: client-intercept client-handcode server-handcode EXT SGI ignore ARB
109 # - set glxflags to "ignore" until GLX is updated to support the new command
5548 glxflags ignore
5559 glxflags ignore
5569 glxflags ignore
5580 glxflags ignore
5590 glxflags ignore
5603 glxflags ignore
5616 glxflags ignore
5629 glxflags ignore
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
80-delicious.conf 8 <test name="family" compare="eq" ignore-blanks="true">
65-fonts-persian.conf 183 <test name="family" compare="eq" ignore-blanks="true">
192 <test name="family" compare="eq" ignore-blanks="true">
201 <test name="family" compare="eq" ignore-blanks="true">
210 <test name="family" compare="eq" ignore-blanks="true">
219 <test name="family" compare="eq" ignore-blanks="true">
228 <test name="family" compare="eq" ignore-blanks="true">
237 <test name="family" compare="eq" ignore-blanks="true">
  /xsrc/external/mit/xterm/dist/vttests/
tab0.sh 39 read -r ignore
63 read -r ignore
  /xsrc/external/mit/xorg-server/dist/config/
fdi2iclass.py 107 ignore = False
127 ignore = True
134 return (driver, ignore, options)
166 def print_section(matches, driver, ignore, options):
176 if ignore:
177 print '\tOption "Ignore" "yes"'
191 (driver, ignore, options) = parse_options(match_node)
192 if not driver and not ignore and not options:
198 print_section(matches, driver, ignore, options)
  /xsrc/external/mit/xorg-server.old/dist/config/
fdi2iclass.py 107 ignore = False
127 ignore = True
134 return (driver, ignore, options)
166 def print_section(matches, driver, ignore, options):
176 if ignore:
177 print '\tOption "Ignore" "yes"'
191 (driver, ignore, options) = parse_options(match_node)
192 if not driver and not ignore and not options:
198 print_section(matches, driver, ignore, options)
  /xsrc/external/mit/libXpm/dist/
tap-driver.sh 53 [--enable-hard-errors={yes|no}] [--ignore-exit]
83 --ignore-exit) ignore_exit=1;;
123 # Ignore common signals (in this subshell only!), to avoid potential
608 # A "Bail out!" directive should cause us to ignore any following TAP
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc_emit.c 197 uint ignore = 0; local
203 ignore |= (0xf << UREG_CHANNEL_X_SHIFT);
206 ignore |= (0xf << UREG_CHANNEL_Y_SHIFT);
209 ignore |= (0xf << UREG_CHANNEL_Z_SHIFT);
212 ignore |= (0xf << UREG_CHANNEL_W_SHIFT);
215 if ( (coord & ~ignore ) != (k & ~ignore) ) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
idle.c 42 int ignore; member in struct:idle_flags
107 if (!idle_flags[i].ignore)
195 if (!idle_flags[j].ignore)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_llvm_ir_macros.py 159 ignore = False
167 ignore = True
180 ignore = True
200 if not ignore:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_llvm_ir_macros.py 151 ignore = False
159 ignore = True
171 ignore = True
191 if not ignore:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc_emit.c 184 uint32_t ignore = 0; local
198 ignore |= (0xf << UREG_CHANNEL_Z_SHIFT);
201 ignore |= (0xf << UREG_CHANNEL_W_SHIFT);
204 if ((coord & ~ignore) != (k & ~ignore) ||
  /xsrc/external/mit/xf86-video-intel/dist/test/
dri2-race.c 211 uint64_t ignore, msc; local
225 DRI2GetMSC(dpy, win, &ignore, &msc, &ignore);
354 uint64_t ignore, msc; local
357 DRI2GetMSC(dpy, win, &ignore, &msc, &ignore);
471 uint64_t ignore, msc; local
485 DRI2GetMSC(dpy, win, &ignore, &msc, &ignore);
593 uint64_t ignore, msc local
736 uint64_t ignore, msc; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 410 int ignore; local
426 XQueryExtension(xlib_dt->display, "MIT-SHM", &ignore, &ignore, &ignore)) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
performance_query.c 239 GLuint ignore; local
241 ctx->Driver.GetPerfQueryInfo(ctx, i, &name, &ignore, &ignore, &ignore);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 400 int ignore; local
416 XQueryExtension(xlib_dt->display, "MIT-SHM", &ignore, &ignore, &ignore)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
performance_query.c 233 GLuint ignore; local
235 ctx->Driver.GetPerfQueryInfo(ctx, i, &name, &ignore, &ignore, &ignore);
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
shape.c 321 int ignore; local
331 if (!XQueryExtension(dpy, "SHAPE", &ignore, &ignore, &ignore )) {

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>