Searched refs:Swap (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dstep.c96 static void Swap(void) function in typeref:typename:void
128 Swap();
141 Swap();
/xsrc/external/mit/glu/dist/src/libtess/
H A Dgeom.c201 #define Swap(a,b) do { GLUvertex *t = a; a = b; b = t; } while (0) macro
221 if( ! VertLeq( o1, d1 )) { Swap( o1, d1 ); }
222 if( ! VertLeq( o2, d2 )) { Swap( o2, d2 ); }
223 if( ! VertLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
244 if( ! TransLeq( o1, d1 )) { Swap( o1, d1 ); }
245 if( ! TransLeq( o2, d2 )) { Swap( o2, d2 ); }
246 if( ! TransLeq( o1, o2 )) { Swap( o1, o2 ); Swap( d1, d2 ); }
H A Dpriorityq.c89 #define Swap(a,b) do{PQkey *tmp = *a; *a = *b; *b = tmp;}while(0) macro
137 Swap( i, j );
139 Swap( i, j ); /* Undo last swap */
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dshadowmap.c185 #define Swap( a, b ) tmp = a; a = b; b = tmp macro
186 Swap( m[1], m[4] );
187 Swap( m[2], m[8] );
188 Swap( m[3], m[12] );
189 Swap( m[6], m[9] );
190 Swap( m[7], m[13] );
191 Swap( m[11], m[14] );
192 #undef Swap
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dmanywin.c265 Swap(struct head *h) function in typeref:typename:void
302 Swap(h);
349 Swap(&Heads[i]);
/xsrc/external/mit/bitmap/dist/
H A DBitmapP.h187 #define Swap(x, y) {Position t; t = x; x = y; y = t;} macro
189 #define QuerySwap(x, y) if(x > y) Swap(x, y)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.6.rst127 - i965: Swap the order of the vertex ID and edge flag attributes
H A D12.0.4.rst156 - nir/spirv: Swap the argument order for AtomicCompareExchange
H A D20.1.0.rst1543 - freedreno: Swap the whole resource layout in shadowing.
1940 - intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL
H A D21.3.0.rst2143 - wgl: Swap buffers via pointer instead of HDC
4115 - aco: Swap s_and operand order for ballot.
H A D7.10.rst1894 - r600g: Swap the util_blitter_destroy call order.
H A D19.1.0.rst401 - panfrost: Swap order of tiled texture (de)alloc
H A D20.2.0.rst1853 - amd: Swap from nir_opt_shrink_load() to nir_opt_shrink_vectors().
H A D21.2.0.rst2134 - freedreno: Swap needs_ubwc_clear when shadowing.
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Application.m1353 /* Swap/free thread-safely */
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Application.m1342 /* Swap/free thread-safely */

Completed in 43 milliseconds