| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | warnings_test.py | 44 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 D | warnings_test.py | 60 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 D | lower_precision_test.py | 2304 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 D | glcpp_test.py | 111 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 D | glcpp_test.py | 105 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 D | tri-query.c | 83 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 D | arbocclude.c | 148 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 D | drmHandleEvent.3.rst | 24 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 D | translate_test.c | 65 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 D | README.md | 28 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 D | gtest-test-part.h | 90 // 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 D | translate_test.c | 66 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 D | gtest-test-part.h | 93 // 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 D | s_depth.c | 50 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 D | s_depth.c | 50 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 D | ylwrap | 83 ARGS are passed to PROG
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | ylwrap | 83 ARGS are passed to PROG
|
| /xsrc/external/mit/twm/dist/ |
| H A D | ylwrap | 83 ARGS are passed to PROG
|
| /xsrc/external/mit/libXmu/dist/ |
| H A D | README.md | 15 formats and installed in $(docdir) unless --disable-docs is passed to
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | dsa.rst | 7 discard fragments that have passed through the fragment shader.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | dsa.rst | 7 discard fragments that have passed through the fragment shader.
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | README.md | 11 - Doesn't know how to handle DRM fds getting passed over the wire from
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | ylwrap | 54 ARGS are passed to PROG
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | ylwrap | 79 ARGS are passed to PROG
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | ylwrap | 79 ARGS are passed to PROG
|