HomeSort by: relevance | last modified time | path
    Searched defs:Test (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
lower_precision_test.py 29 Test = namedtuple("Test", "name source match_re")
33 Test("f32 simple division",
43 Test("i32 simple division",
58 Test("u32 simple division",
73 Test("dot",
83 Test("f32 array with const index",
95 Test("i32 array with const index",
111 Test("u32 array with const index",
127 Test("f32 array with uniform index"
    [all...]
  /xsrc/external/mit/x11perf/dist/
x11perf.h 115 WINDOW, /* Windowing test, rop, planemask have no affect */
116 ROP, /* Graphics test, rop, planemask has some affect */
117 PLANEMASK, /* Graphics test, rop no affect, planemask some affect */
118 NONROP, /* Graphics or overhead test, rop has no affect */
119 COMP /* Graphics test, render op */
124 const char *label; /* Fuller description of test */
128 CleanupProc passCleanup;/* Cleanup between repetitions of same test */
129 CleanupProc cleanup; /* Cleanup after test */
130 Version versions; /* Test in 1.2 only, 1.3 only, or both */
133 ParmRec parms; /* Parameters passed to test procedures *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest.h 31 // The Google C++ Testing and Mocking Framework (Google Test)
33 // This header file defines the public API for Google Test. It should be
34 // included by any test program that uses Google Test.
46 // Acknowledgment: Google Test borrowed the idea of automatic test
64 #include "gtest/gtest-death-test.h"
67 #include "gtest/gtest-param-test.h"
70 #include "gtest/gtest-test-part.h"
71 #include "gtest/gtest-typed-test.h
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest.h 32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
60 #include "gtest/gtest-death-test.h"
62 #include "gtest/gtest-param-test.h"
65 #include "gtest/gtest-test-part.h"
66 #include "gtest/gtest-typed-test.h
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest.cc 31 // The Google C++ Testing and Mocking Framework (Google Test)
150 // A test whose test suite name or test name matches this filter is
154 // A test suite whose name matches this filter is considered a death
155 // test suite and will be run before test suites whose name doesn't
159 // A test filter that matches everything.
167 // The environment variable name for the test shard index.
169 // The environment variable name for the total number of test shards
2674 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest.cc 32 // The Google C++ Testing Framework (Google Test)
136 // Indicates that this translation unit is part of Google Test's
158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
167 // A test filter that matches everything.
173 // The environment variable name for the test shard index
2647 Test* const test = internal::HandleExceptionsInMethodIfSupported( local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 340 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
341 GLenum16 AlphaFunc; /**< Alpha test function */
458 GLboolean Test; /**< Depth buffering enabled flag */
784 GLbitfield EnableFlags; /**< Scissor test enabled? */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 388 GLboolean AlphaEnabled; /**< Alpha test enabled flag */
389 GLenum16 AlphaFunc; /**< Alpha test function */
508 GLboolean Test; /**< Depth buffering enabled flag */
807 GLbitfield EnableFlags; /**< Scissor test enabled? */

Completed in 23 milliseconds