/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderQuads.hpp | 86 typedef struct _run struct in glcts::TessellationShaderQuadsDegenerateCase 95 _run() in _run() function 103 } _run; typedef in glcts::TessellationShaderQuadsDegenerateCase 105 typedef std::vector<_run> _runs; 165 typedef struct _run struct in glcts::TessellationShaderQuadsInnerTessellationLevelRounding 177 _run() in _run() function 187 } _run; typedef in glcts::TessellationShaderQuadsInnerTessellationLevelRounding 189 typedef std::vector<_run> _runs;
|
H A D | esextcTessellationShaderTessellation.hpp | 104 typedef struct _run struct in glcts::TessellationShaderTessellationInputPatchDiscard 111 _run() in _run() function 118 } _run; typedef in glcts::TessellationShaderTessellationInputPatchDiscard 121 typedef std::vector<_run> _runs; 128 void deinitRun(_run& test); 129 void initRun(_run& test, _tessellation_primitive_mode primitive_mode); 191 typedef struct _run struct in glcts::TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID 206 _run() in _run() function 221 } _run; typedef in glcts::TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID 224 typedef std::vector<_run> _run [all...] |
H A D | esextcTessellationShaderTriangles.hpp | 155 typedef struct _run struct in glcts::TessellationShaderTrianglesIdenticalTriangles 166 _run() in _run() function 175 } _run; typedef in glcts::TessellationShaderTrianglesIdenticalTriangles 177 typedef std::vector<_run> _runs; 228 typedef struct _run struct in glcts::TessellationShaderTrianglesInnerTessellationLevelRounding 240 _run() in _run() function 250 } _run; typedef in glcts::TessellationShaderTrianglesInnerTessellationLevelRounding 252 typedef std::vector<_run> _runs;
|
H A D | esextcTessellationShaderPoints.hpp | 192 typedef struct _run struct in glcts::TessellationShaderPointsVerification 199 _run() in _run() function 207 } _run; typedef in glcts::TessellationShaderPointsVerification 210 void verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, unsigned int run_n_vertices); 212 void verifyCorrectAmountOfVertices(const _run& run, const void* run_data, unsigned int run_n_vertices); 215 std::vector<_run> m_runs;
|
H A D | esextcTessellationShaderTCTE.hpp | 124 typedef struct _run struct in glcts::TessellationShaderTCTEDataPassThrough 145 _run() in _run() function 156 } _run; typedef in glcts::TessellationShaderTCTEDataPassThrough 159 typedef std::vector<_run> _runs; 163 void deinitTestRun(_run& run); 164 void executeTestRun(_run& run, _tessellation_primitive_mode primitive_mode, bool should_use_geometry_shader, 220 typedef struct _run struct in glcts::TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize 246 _run() in _run() function 265 } _run; typedef in glcts::TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize 268 typedef std::vector<_run> _run [all...] |
H A D | esextcTessellationShaderVertexSpacing.hpp | 88 typedef struct _run struct in glcts::TessellationShaderVertexSpacing 100 _run() in _run() function 109 } _run; typedef in glcts::TessellationShaderVertexSpacing 239 typedef std::vector<_run> _runs; 315 _tess_edges getEdgesForIsolinesTessellation(const _run& run); 316 _tess_edges getEdgesForQuadsTessellation(const _run& run); 317 _tess_edges getEdgesForTrianglesTessellation(const _run& run); 318 void verifyEdges(const _tess_edges& edges, const _run& run);
|
H A D | esextcTessellationShaderQuads.cpp | 156 _run run; in initTest() 234 const _run& run = *run_iterator; in iterate() 258 const _run& base_run = *m_runs.begin(); in iterate() 270 const _run& ref_run = *ref_run_iterator; in iterate() 442 _run run; in initTest() 609 const _run& run = *run_iterator; in iterate()
|
H A D | esextcTessellationShaderPoints.cpp | 719 _run run; in initTest() 756 for (std::vector<_run>::const_iterator run_iterator = m_runs.begin(); run_iterator != m_runs.end(); run_iterator++) in iterate() 758 const _run& run = *run_iterator; in iterate() 789 void TessellationShaderPointsVerification::verifyCorrectAmountOfVertices(const _run& run, const void* run_data, in verifyCorrectAmountOfVertices() 1013 void TessellationShaderPointsVerification::verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, in verifyCorrectAmountOfDuplicateVertices()
|
H A D | esextcTessellationShaderVertexSpacing.cpp | 154 const _run& run) in getEdgesForIsolinesTessellation() 224 const _run& run) in getEdgesForQuadsTessellation() 526 const _run& run) in getEdgesForTrianglesTessellation() 952 _run run; in initTest() 1050 const _run& run = *run_iterator; in iterate() 1098 void TessellationShaderVertexSpacing::verifyEdges(const _tess_edges& edges, const _run& run) in verifyEdges()
|
H A D | esextcTessellationShaderTriangles.cpp | 606 _run run; in initTest() 728 const _run& run = *run_iterator; in iterate() 857 const _run& run = *run_iterator; in iterate() 960 _run run; in runTestIterations()
|
H A D | esextcTessellationShaderTessellation.cpp | 325 void TessellationShaderTessellationInputPatchDiscard::deinitRun(_run& run) in deinitRun() 508 _run run; in initTest() 533 void TessellationShaderTessellationInputPatchDiscard::initRun(_run& run, _tessellation_primitive_mode primitive_mode) in initRun() 631 const _run& run = *run_iterator; in iterate() 846 void TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID::deinitRun(_run& run) in deinitRun() 1101 _run run; in initTest() 1140 _run& run, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, bool is_indiced, in initRun() 1338 const _run& run = *run_iterator; in iterate()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_check.py | 24 def _run(self, metadata=None, cwd=None, **options): member in CheckTestCase 45 cmd = self._run() 54 cmd = self._run(metadata) 59 self.assertRaises(DistutilsSetupError, self._run, {}, **{'strict': 1}) 62 cmd = self._run(metadata, strict=1) 71 cmd = self._run(metadata) 103 self.assertRaises(DistutilsSetupError, self._run, metadata, 108 cmd = self._run(metadata, strict=1, restructuredtext=1) 113 cmd = self._run(metadata, cwd=HERE, strict=1, restructuredtext=1) 155 self.assertRaises(DistutilsSetupError, self._run, [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLinking.hpp | 86 typedef struct _run struct in glcts::GeometryShaderIncompleteProgramObjectsTest 92 explicit _run(bool in_use_fs, bool in_use_gs, bool in_use_separable_po) in _run() function 98 } _run; typedef in glcts::GeometryShaderIncompleteProgramObjectsTest 108 std::vector<_run> m_test_runs; 155 typedef struct _run struct in glcts::GeometryShaderIncompleteGSTest 161 explicit _run(bool in_is_input_primitive_type_defined, bool in_is_max_vertices_defined, in _run() function 168 } _run; typedef in glcts::GeometryShaderIncompleteGSTest 173 std::string getGeometryShaderCode(const _run& current_run); 175 void initShaderObjects(const _run& current_run, bool* out_has_fs_compiled_successfully, 185 std::vector<_run> m_test_run [all...] |
H A D | esextcGeometryShaderAPI.hpp | 262 typedef struct _run struct in glcts::GeometryShaderGetProgramiv3Test 269 explicit _run(glw::GLenum in_input_primitive_type, int in_invocations, int in_max_vertices, in _run() function 277 } _run; typedef in glcts::GeometryShaderGetProgramiv3Test 292 std::string getGSCode(const _run& run); 306 std::vector<_run> _runs;
|
H A D | esextcGeometryShaderLinking.cpp | 159 m_test_runs.push_back(_run(false, true, false)); in initTestRuns() 160 m_test_runs.push_back(_run(false, true, true)); in initTestRuns() 161 m_test_runs.push_back(_run(true, true, false)); in initTestRuns() 162 m_test_runs.push_back(_run(true, true, true)); in initTestRuns() 192 const _run& current_run = m_test_runs[run_index]; in iterate() 319 std::string GeometryShaderIncompleteGSTest::getGeometryShaderCode(const _run& current_run) in getGeometryShaderCode() 375 void GeometryShaderIncompleteGSTest::initShaderObjects(const _run& current_run, bool* out_has_fs_compiled_successfully, in initShaderObjects() 432 m_test_runs.push_back(_run(false, false, false)); in initTestRuns() 433 m_test_runs.push_back(_run(false, false, true)); in initTestRuns() 434 m_test_runs.push_back(_run(fals in initTestRuns() [all...] |
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture.h | 31 void TEST_##group##_##name##_run(void);\ 32 void TEST_##group##_##name##_run(void)\ 45 void TEST_##group##_##name##_run(void);\ 46 void TEST_##group##_##name##_run(void)\ 54 { void TEST_##group##_##name##_run(void);\ 55 TEST_##group##_##name##_run(); }
|
/third_party/unity/extras/fixture/src/ |
H A D | unity_fixture.h | 41 void TEST_##group##_##name##_run(void);\ 42 void TEST_##group##_##name##_run(void)\ 55 void TEST_##group##_##name##_run(void);\ 56 void TEST_##group##_##name##_run(void)\ 64 { void TEST_##group##_##name##_run(void);\ 65 TEST_##group##_##name##_run(); }
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | processor.js | 48 _proto._run = function _run(rule, options) { function 103 return this._run(rule, options).then(function (result) { 127 return this._run(rule, options).then(function (result) { 151 return this._run(rule, options).then(function (result) {
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | ios.py | 38 def _run(self, title, *cmd, **kwargs): member in iOSFlavor 61 self._run('pair device', 'idevicepair', 'pair') # pragma: nocover 64 image_info = self._run('list mounted image', 95 self._run('mount developer image', 'ideviceimagemounter', image, sig)
|
H A D | ssh.py | 40 return self._run(title, ssh_cmd, **kwargs) 74 self._run('scp %s %s' % (host_path, device_path),
|
H A D | default.py | 115 def _run(self, title, cmd, infra_step=False, **kwargs): member in DefaultFlavor 240 self._run(name, wrapped_cmd) 243 self._run(name, cmd)
|
/third_party/skia/third_party/externals/expat/expat/ |
H A D | coverage.sh | 150 _run() { function 285 _run "${source_dir}" "${build_dir}"
|
/third_party/skia/infra/bots/recipes/ |
H A D | skpbench.py | 31 def _run(api, title, *cmd, **kwargs): function 39 return _run(api, title, ADB_BINARY, *cmd, **kwargs)
|
/third_party/node/benchmark/ |
H A D | common.js | 56 // _run will use fork() to create a new process for each configuration 58 this._run(); 190 _run() {
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | functional.py | 225 self._run() 230 def _run(self): member in TestThreadedServer
|