Searched refs:Swap (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | step.c | 96 static void Swap(void) function in typeref:typename:void 128 Swap(); 141 Swap();
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | geom.c | 201 #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 D | priorityq.c | 89 #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 D | shadowmap.c | 185 #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 D | manywin.c | 265 Swap(struct head *h) function in typeref:typename:void 302 Swap(h); 349 Swap(&Heads[i]);
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | BitmapP.h | 187 #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 D | 10.6.6.rst | 127 - i965: Swap the order of the vertex ID and edge flag attributes
|
| H A D | 12.0.4.rst | 156 - nir/spirv: Swap the argument order for AtomicCompareExchange
|
| H A D | 20.1.0.rst | 1543 - freedreno: Swap the whole resource layout in shadowing. 1940 - intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL
|
| H A D | 21.3.0.rst | 2143 - wgl: Swap buffers via pointer instead of HDC 4115 - aco: Swap s_and operand order for ballot.
|
| H A D | 7.10.rst | 1894 - r600g: Swap the util_blitter_destroy call order.
|
| H A D | 19.1.0.rst | 401 - panfrost: Swap order of tiled texture (de)alloc
|
| H A D | 20.2.0.rst | 1853 - amd: Swap from nir_opt_shrink_load() to nir_opt_shrink_vectors().
|
| H A D | 21.2.0.rst | 2134 - freedreno: Swap needs_ubwc_clear when shadowing.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Application.m | 1353 /* Swap/free thread-safely */
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Application.m | 1342 /* Swap/free thread-safely */
|
Completed in 43 milliseconds