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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
monotonizer.cc 136 if( sdir != same ) {
137 sdir = same;
157 if( tdir != same ) {
158 tdir = same;
223 sdir = same;
231 tdir = same;
237 if( (sdir == same) && (tdir == same) ) return 0;
242 if( sdir != same ) return 0;
251 if( tdir != same ) return 0
    [all...]
monotonizer.h 55 enum dir { down, same, up, none }; enumerator in enum:Monotonizer::dir
subdivider.h 105 enum dir { down, same, up, none }; enumerator in enum:Subdivider::dir
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua 6 -- CP_LOAD_STATE* that overwrite the same range of constants
7 -- within the same draw, that is almost certainly unintentional.
  /xsrc/external/mit/fontconfig/dist/doc/
fcvalue.fncs 59 the two values have to be the same type to be considered equal. Strings are
fcpattern.fncs 85 Returns whether <parameter>pa</parameter> and <parameter>pb</parameter> have exactly the same values for all of the
106 Returns a 32-bit number which is the same for any two patterns which are
133 FcPatternAddWeak is essentially the same as FcPatternAdd except that any
429 point to same object and contains same values. return FcFalse otherwise.
fcstrset.fncs 50 Returns whether <parameter>set_a</parameter> contains precisely the same
fclangset.fncs 129 the same language and territory combinations as <parameter>ls_b</parameter>.
139 <parameter>ls</parameter> will have the same result from
140 <function>FcLangSetHash</function>. However, two langsets with the same hash
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 12 will only support this for clients running on the same host using a local IPC
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xtestproto.h 77 BOOL same; member in struct:__anon11955
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_shader_debug.spec 211 produce the same output, assuming they were issued from the same
MESA_pixmap_colormap.spec 74 same colormap and visual) with the expected results.
MESA_texture_signed_rgba.spec 49 It is usually possible to get the same functionality
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
104 This is the same mapping as OpenGL 3.1 uses.
125 RESOLVED: Same as described in issue 6) of
180 same behaviour as in OpenGL 3.1.
MESA_query_renderer.spec 193 The string returned for GLX_RENDERER_VENDOR_ID_MESA will have the same
197 The string returned for GLX_RENDERER_DEVICE_ID_MESA will have the same
228 renderers for the same device? For example, whether the renderer is the
323 15) Should the string queries be required to return the same values as
EXT_shader_integer_mix.spec 120 RESOLVED: Yes. Implementing the same functionality using casts would be
MESA_ycbcr_texture.spec 69 UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */
70 UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_shader_debug.spec 211 produce the same output, assuming they were issued from the same
MESA_pixmap_colormap.spec 74 same colormap and visual) with the expected results.
MESA_texture_signed_rgba.spec 49 It is usually possible to get the same functionality
76 RESOLVED: NO. Same enums as those used in OpenGL 3.1.
81 RESOLVED: Same as described in issue 5) of
104 This is the same mapping as OpenGL 3.1 uses.
125 RESOLVED: Same as described in issue 6) of
180 same behaviour as in OpenGL 3.1.
MESA_query_renderer.spec 193 The string returned for GLX_RENDERER_VENDOR_ID_MESA will have the same
197 The string returned for GLX_RENDERER_DEVICE_ID_MESA will have the same
228 renderers for the same device? For example, whether the renderer is the
323 15) Should the string queries be required to return the same values as
EXT_shader_integer_mix.spec 120 RESOLVED: Yes. Implementing the same functionality using casts would be
MESA_ycbcr_texture.spec 69 UNSIGNED_SHORT_8_8_MESA 0x85BA /* same as Apple's */
70 UNSIGNED_SHORT_8_8_REV_MESA 0x85BB /* same as Apple's */
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxbackend.c 128 /* Return non-zero if screen and priv->myScreen are on the same physical
129 * backend display (1 if they are the same screen, 2 if they are
247 int same = dmxBackendSameDisplay(priv, topscreen); local
252 " topscreen=%d same=%d offscreen=%d offthis=%d\n",
254 topscreen, same, offscreen, offthis);
258 * relative unless it is visible on a screen of the same display
260 if (same == 2 && !offthis) {
276 if (same) {
290 DMXDBG2(" Do switch, relative=%d same=%d\n",
291 priv->relative, same);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_divergence_analysis.c 28 * That is, the variable has the same value for all invocations
797 nir_ssa_def* same = NULL;
814 /* check if all loop-carried values are from the same ssa-def */
815 if (!same)
816 same = src->src.ssa;
817 else if (same != src->src.ssa) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 211 The below function allows multiple args to be placed on the same text-file line.

Completed in 13 milliseconds

1 2 3 4 5 6 7 8 91011>>