HomeSort by: relevance | last modified time | path
    Searched refs:From (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
volume9.c 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
424 struct NineVolume9 *From,
432 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n",
433 This, From, dstx, dsty, dstz, pSrcBox);
436 From->desc.Pool == D3DPOOL_SYSTEMMEM);
448 src_box.width = From->desc.Width;
449 src_box.height = From->desc.Height;
450 src_box.depth = From->desc.Depth;
458 &From->pending_uploads_counter,
459 (struct NineUnknown *)From,
    [all...]
surface9.c 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
81 /* Allocation only from create_zs_or_rt_surface with params 0 0 0 */
98 /* TODO: this is (except width and height) duplicate from
648 struct NineSurface9 *From,
657 From->base.pool == D3DPOOL_SYSTEMMEM);
675 copy_width = From->desc.Width;
676 copy_height = From->desc.Height;
689 From->base.info.format,
690 nine_get_pointer(This->base.base.device->allocator, From->data),
691 From->stride
    [all...]
surface9.h 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
129 struct NineSurface9 *From,
135 struct NineSurface9 *From );
volume9.h 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
89 struct NineVolume9 *From,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
volume9.c 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
425 struct NineVolume9 *From,
433 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n",
434 This, From, dstx, dsty, dstz, pSrcBox);
437 From->desc.Pool == D3DPOOL_SYSTEMMEM);
449 src_box.width = From->desc.Width;
450 src_box.height = From->desc.Height;
451 src_box.depth = From->desc.Depth;
459 &From->pending_uploads_counter,
460 (struct NineUnknown *)From,
    [all...]
surface9.c 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
79 /* Allocation only from create_zs_or_rt_surface with params 0 0 0 */
96 /* TODO: this is (except width and height) duplicate from
633 struct NineSurface9 *From,
642 From->base.pool == D3DPOOL_SYSTEMMEM);
660 copy_width = From->desc.Width;
661 copy_height = From->desc.Height;
670 &From->pending_uploads_counter,
671 (struct NineUnknown *)From,
675 From->base.info.format
    [all...]
surface9.h 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
128 struct NineSurface9 *From,
134 struct NineSurface9 *From );
volume9.h 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
89 struct NineVolume9 *From,
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
parser.c 362 /* Copy COUNT objects from FROM to TO. The source and destination do
366 # define YYCOPY(To, From, Count) \
367 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
369 # define YYCOPY(To, From, Count) \
374 (To)[yyi] = (From)[yyi]; \
380 /* Relocate STACK from its old location to the new one. The
667 /* This is here to suppress warnings from the GCC cpp's
670 YYFAIL uses, which will produce warnings from Bison 2.5. *
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefsyacc.c 91 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
97 * from the XFree86 Project.
455 /* Relocate STACK from its old location to the new one. The
474 /* Copy COUNT objects from FROM to TO. The source and destination do
478 # define YYCOPY(To, From, Count) \
479 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
481 # define YYCOPY(To, From, Count) \
486 (To)[yyi] = (From)[yyi];
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 15 // contributors may be used to endorse or promote products derived from
144 // are enabled). We derive it from std::runtime_error, which is for
146 // std::runtime_error inherits from std::exception, many testing
165 // Don't inherit from ScopedTrace!
175 // Returns the optimal edits to go from 'left' to 'right'.
304 // Constructs a FloatingPoint from a raw floating-point number.
352 // Returns true iff this number is at most kMaxUlps ULP's away from
374 // Converts an integer from the sign-and-magnitude representation to
738 // Helper for suppressing false warning from Clang on a const char*
760 // Generates a random number from [0, range). Crashes if 'range' i
    [all...]
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
334 // Distinct from C++11 language support, some environments don't provide
626 // this macro to 0 to prevent Google Test from using tuple (any
718 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
731 // <tr1/functional> from being included.
846 // prevent the compiler from optimizing away instances that are never
944 // _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
1159 // references from r-values.
1162 // Constructs an RE from a string.
1229 // in an error message from the compiler used to compile this code
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_program_debug.spec 52 From within the callback, the user may issue Get* commands to
59 The current execution position (as an offset from the start of the
87 3. How do we prevent the user from doing something crazy in the
94 command from within the callback will result in undefined
190 From within the callback function, only the following GL commands
204 Calling any other command from within the callback results in
221 called from within a callback function registered with
317 * We can only make glGet* calls from within this function!
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_program_debug.spec 52 From within the callback, the user may issue Get* commands to
59 The current execution position (as an offset from the start of the
87 3. How do we prevent the user from doing something crazy in the
94 command from within the callback will result in undefined
190 From within the callback function, only the following GL commands
204 Calling any other command from within the callback results in
221 called from within a callback function registered with
317 * We can only make glGet* calls from within this function!
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
640 // prevent the compiler from optimizing away instances that are never
771 // _LIBCPP_VERSION is defined by the libc++ library from the LLVM project.
877 // references from r-values.
880 // Constructs an RE from a string.
925 // in an error message from the compiler used to compile this code.
1052 // When you upcast (that is, cast a pointer from type Foo to type
1054 // always succeed. When you downcast (that is, cast a pointer from
1073 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1074 inline To DownCast_(From* f) { // so we only accept pointer
    [all...]
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition.c 18 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23 * dealings in this Software without prior written authorization from the
82 * be used to display data on the CRT. These were calculated from
91 * calculated from the HORZ and VERT macors, respectively, in vmodes.c.
480 MessageType From;
714 From = X_PROBED;
715 xf86DrvMsg(pScreenInfo->scrnIndex, From, "videoRam: %d kBytes\n", videoRam);
  /xsrc/external/mit/MesaLib/dist/src/util/
00-mesa-defaults.conf 275 <!-- GiMark benchmark from GpuTest does not initialize .w channel of
487 <application name="From The Depths" executable="From_The_Depths.x86_64">
  /xsrc/external/mit/fontconfig/dist/
configure 40 # Reset variables that may have inherited troublesome values from
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
1479 # Remove unnecessary trailing slashes from srcdir.
1639 Use fonts from DIR1,DIR2,... when config is busted
2695 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
2752 // Check varargs macros. These examples are taken from C99 6.10.3.5.
2928 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
3014 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
3016 # we report the set of missing files from the *first* directory i
    [all...]
  /xsrc/external/mit/xorg-server/dist/
configure 40 # Reset variables that may have inherited troublesome values from
46 # Quoting is to prevent editors from complaining about space-tab.
56 # Ensure predictable behavior from utilities with locale-dependent output.
597 # Set d1 to be the next thing to compare from v1, and likewise for d2.
1986 # Remove unnecessary trailing slashes from srcdir.
2095 Enable all warnings from compiler and make them
3445 /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
3518 // Check varargs macros. These examples are taken from C99 6.10.3.5.
3695 // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
3776 # $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 65 # there to prevent editors from complaining about space-tab.
456 # scripts with optimization help from Paolo Bonzini. Blame Lee
576 # Set d1 to be the next thing to compare from v1, and likewise for d2.
1789 # Remove unnecessary trailing slashes from srcdir.
1894 Enable all warnings from compiler and make them
2674 # ./install, which can be erroneously created by make from ./install.sh.
2694 # Don't use installbsd from OSF since it installs stuff as root
2764 # broken ls alias from the environment. This has actually
3387 # We chose a different compiler from the bogus one.
3579 # List of possible output files, starting from the most likely
    [all...]

Completed in 21 milliseconds