Searched refs:Test (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dlower_precision_test.py29 Test = namedtuple("Test", "name source match_re") variable
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("f3
[all...]
H A Dgeneral_ir_test.cpp29 class ir_variable_constructor : public ::testing::Test {
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
H A Dhelpers.h30 class spirv_test : public ::testing::Test {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest.h32 // 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
93 // This flag controls whether Google Test catches all test-thrown exceptions
99 // to let Google Test decide.
106 // This flag causes the Google Test to list tests. None of the tests listed
110 // This flag controls whether Google Test emits a detailed XML report to a file
114 // This flags control whether Google Test prints the elapsed time for each
125 // This flag controls whether Google Test include
371 class GTEST_API_ Test { class in namespace:testing
[all...]
H A Dgtest-typed-test.h44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c96 if (ctx->Depth.Test) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c93 if (ctx->Depth.Test) {
H A Dgen8_depth_state.c85 const bool depth_test_enabled = depth_irb && ctx->Depth.Test;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c96 if (ctx->Depth.Test) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c93 if (ctx->Depth.Test) {
H A Dgfx8_depth_state.c85 const bool depth_test_enabled = depth_irb && ctx->Depth.Test;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-typed-test.h45 // by a type. Remember to derive it from testing::Test.
47 class FooTest : public testing::Test {
123 // by a type. Remember to derive it from testing::Test.
125 class FooTest : public testing::Test {
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/string_buffer/
H A Dstring_buffer_test.cpp35 * Test the string buffer implementation
39 class string_buffer : public ::testing::Test {
97 /* Test a string with some formatting */
116 /* Test appending by one char at a time */
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp28 class vf_float_conversion_test : public ::testing::Test {
H A Dtest_vec4_dead_code_eliminate.cpp30 class dead_code_eliminate_test : public ::testing::Test {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vf_float_conversions.cpp28 class vf_float_conversion_test : public ::testing::Test {
H A Dtest_vec4_dead_code_eliminate.cpp30 class dead_code_eliminate_test : public ::testing::Test {
/xsrc/external/mit/MesaLib/dist/src/util/tests/string_buffer/
H A Dstring_buffer_test.cpp35 * Test the string buffer implementation
39 class string_buffer : public ::testing::Test {
97 /* Test a string with some formatting */
116 /* Test appending by one char at a time */
/xsrc/external/mit/fontconfig/dist/m4/
H A Diconv.m488 /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
108 /* Test against Solaris 10 bug: Failures are not distinguishable from
128 /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
148 /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
168 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dbuilder_tests.cpp31 class nir_builder_test : public ::testing::Test {
H A Dcore_tests.cpp31 class nir_core_test : public ::testing::Test {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddepth.c178 ctx->Depth.Test = GL_FALSE;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h30 // The Google C++ Testing and Mocking Framework (Google Test)
33 // Google Test. They are subject to change without notice.
91 class Test; // Represents a test.
126 // Appends the user-supplied message to the Google-Test-generated message.
135 // This exception is thrown by (and only by) a failed Google Test
431 // Returns the type ID of ::testing::Test. Always call this instead
432 // of GetTypeId< ::testing::Test>() to get the type ID of
433 // ::testing::Test, as the latter may give the wrong result due to a
434 // suspected linker bug when compiling Google Test as a Mac OS X
439 // of a Test objec
506 using Test = typedef in struct:testing::internal::SuiteApiResolver
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.2.rst45 - meson: Test for \__atomic_add_fetch in atomic checks
46 - configure.ac: Test for \__atomic_add_fetch in atomic checks
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddepth.c185 ctx->Depth.Test = GL_FALSE;

Completed in 45 milliseconds

1234567891011>>