Searched refs:passed (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py44 passed = 0
64 passed += 1
68 print('{}/{} tests returned correct results'.format(passed, len(files)))
69 exit(0 if passed == len(files) else 1)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py60 passed = 0
90 passed += 1
94 print('{}/{} tests returned correct results'.format(passed, len(files)))
95 exit(0 if passed == len(files) else 1)
H A Dlower_precision_test.py2304 passed = 0
2313 passed += 1
2317 print('{}/{} tests returned correct results'.format(passed, len(TESTS)))
2318 sys.exit(0 if passed == len(TESTS) else 1)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py111 passed = 0
126 passed += 1
136 print('{}/{}'.format(passed, total), 'tests returned correct results')
137 return total == passed
143 passed = 0
160 passed += 1
170 print('{}/{}'.format(passed, total), 'tests returned correct results')
171 return total == passed
195 passed = 0
206 passed
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py105 passed = 0
118 passed += 1
128 print('{}/{}'.format(passed, total), 'tests returned correct results')
129 return total == passed
135 passed = 0
157 passed += 1
167 print('{}/{}'.format(passed, total), 'tests returned correct results')
168 return total == passed
192 passed = 0
203 passed
[all...]
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-query.c83 GLuint passed; local in function:Draw
107 glGetQueryObjectuivARB(OccQuery, GL_QUERY_RESULT_ARB, &passed);
109 fprintf(stderr, " %d Fragments Visible\n", passed);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Darbocclude.c148 GLuint passed; local in function:Display
153 glGetQueryObjectuivARB(OccQuery[i], GL_QUERY_RESULT_ARB, &passed);
160 if (!ready || passed) {
179 sprintf(s, "%4d", passed);
/xsrc/external/mit/libdrm/dist/man/
H A DdrmHandleEvent.3.rst24 file-descriptor passed as ``fd``. This function should be called after
26 use the passed-in ``evctx`` structure to call function pointers with the
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Dtranslate_test.c65 unsigned passed = 0; local in function:main
314 ++passed;
323 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
324 return passed != total;
/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A DREADME.md28 it to X.Org and made the initial release before he passed away in 2019.
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest-test-part.h90 // Returns true iff the test part passed.
91 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dtranslate_test.c66 unsigned passed = 0; local in function:main
321 ++passed;
330 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
331 return passed != total;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-test-part.h93 // Returns true if and only if the test part passed.
94 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c50 passed++; \
73 GLuint passed = 0; local in function:depth_test_span16
105 return passed;
121 GLuint passed = 0; local in function:depth_test_span32
153 return passed;
280 * \return approx number of pixels that passed (only zero is reliable)
294 GLuint passed; local in function:_swrast_depth_test_span
351 passed = depth_test_span16(ctx, count, zBufferVals, fragZ, mask);
353 passed = depth_test_span32(ctx, count, zBufferVals, fragZ, mask);
396 if (passed < coun
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c50 passed++; \
73 GLuint passed = 0; local in function:depth_test_span16
105 return passed;
121 GLuint passed = 0; local in function:depth_test_span32
153 return passed;
366 * \return approx number of pixels that passed (only zero is reliable)
380 GLuint passed; local in function:_swrast_depth_test_span
437 passed = depth_test_span16(ctx, count, zBufferVals, fragZ, mask);
439 passed = depth_test_span32(ctx, count, zBufferVals, fragZ, mask);
482 if (passed < coun
[all...]
/xsrc/external/mit/xgc/dist/
H A Dylwrap83 ARGS are passed to PROG
/xsrc/external/mit/xkbcomp/dist/
H A Dylwrap83 ARGS are passed to PROG
/xsrc/external/mit/twm/dist/
H A Dylwrap83 ARGS are passed to PROG
/xsrc/external/mit/libXmu/dist/
H A DREADME.md15 formats and installed in $(docdir) unless --disable-docs is passed to
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Ddsa.rst7 discard fragments that have passed through the fragment shader.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Ddsa.rst7 discard fragments that have passed through the fragment shader.
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A DREADME.md11 - Doesn't know how to handle DRM fds getting passed over the wire from
/xsrc/external/mit/xorg-server.old/dist/
H A Dylwrap54 ARGS are passed to PROG
/xsrc/external/mit/xkbevd/dist/
H A Dylwrap79 ARGS are passed to PROG
/xsrc/external/mit/xorg-server/dist/
H A Dylwrap79 ARGS are passed to PROG

Completed in 16 milliseconds

1234567891011>>