/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCommonBugsTests.cpp | 201 /** Executes test iteration. 299 /** Retrieves a literal corresponding to the test iteration enum. 301 * @param iteration Enum to retrieve the string for. 305 std::string InputVariablesCannotBeModifiedTest::getIterationName(_test_iteration iteration) const in getIterationName() 309 switch (iteration) in getIterationName() 370 TCU_FAIL("Unrecognized test iteration type."); in getIterationName() 371 } /* switch (iteration) */ in getIterationName() 376 /** Retrieves a vertex shader body for the user-specified iteration enum. 378 * @param iteration Iteration to retrieve the shader body for. 382 void InputVariablesCannotBeModifiedTest::getIterationData(_test_iteration iteration, in getIterationData() argument 1885 getTestIterationProperties(glu::ContextType context_type, _test_iteration iteration, glu::ContextType* out_min_context_type_ptr, _shader_stage* out_used_shader_stages_ptr, std::string* out_gs_body_ptr, std::string* out_tc_body_ptr, std::string* out_te_body_ptr, std::string* out_vs_body_ptr) const getTestIterationProperties() argument 2395 getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration, std::string main_body) const getVertexShaderBody() argument 2559 runPipelineObjectValidationTestMode(_test_iteration iteration) runPipelineObjectValidationTestMode() argument 2748 runSeparateShaderTestMode(_test_iteration iteration) runSeparateShaderTestMode() argument [all...] |
H A D | gl4cVertexAttrib64BitTest.cpp | 1167 * a) In the first iteration, (GL_MAX_VERTEX_ATTRIBS / 2) double 1183 * b) In the second iteration, (GL_MAX_VERTEX_ATTRIBS / 4) dvec3 1205 * c) In the third iteration, (GL_MAX_VERTEX_ATTRIBS / 2) dmat2 attributes 1217 * d) In the fourth iteration, (GL_MAX_VERTEX_ATTRIBS / 8) dmat3x2 and 1225 * e) In the fifth iteration, (GL_MAX_VERTEX_ATTRIBS / 8) dmat2x3 and 1233 * f) In the sixth iteration, (GL_MAX_VERTEX_ATTRIBS / 12) dmat3 and 1241 * g) In the seventh iteration, (GL_MAX_VERTEX_ATTRIBS / 16) dmat4x3 and 1362 void configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n_type, 1365 void getProgramDetails(_iteration iteration, bool use_arrays, bool use_locations, bool use_vertex_attrib_divisor, 1368 void getVertexArrayConfiguration(_iteration iteration, attributeConfiguratio 1655 configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n_type, GLuint program_id, bool use_arrays, bool use_vertex_array) const configureAttribute() argument 1815 getProgramDetails(_iteration iteration, bool use_arrays, bool use_locations, bool use_vertex_attrib_divisor, std::string& out_varying_name, std::string& out_vertex_shader_code) const getProgramDetails() argument 2023 getVertexArrayConfiguration(_iteration iteration, attributeConfiguration& out_configuration) const getVertexArrayConfiguration() argument 2185 logTestIterationAndConfig(_iteration iteration, _attributeType attribute_type, bool use_arrays, bool use_locations) const logTestIterationAndConfig() argument 2273 prepareProgram(_iteration iteration, bool use_arrays, bool use_locations, bool use_vertex_attrib_divisor, programInfo& program_info) prepareProgram() argument 2313 prepareVertexArray(_iteration iteration, _attributeType attribute_type, GLuint program_id, bool use_arrays) const prepareVertexArray() argument 2343 prepareVertexArrayBuffer(_iteration iteration) prepareVertexArrayBuffer() argument 2371 setAttributes(_iteration iteration, const attributeConfiguration& configuration, GLuint vertex, std::vector<GLdouble>& out_buffer_data) const setAttributes() argument 2722 testIteration(_iteration iteration) testIteration() argument 2854 testProgram(_iteration iteration, GLuint program_id, bool use_arrays) const testProgram() argument 2894 testProgramWithConstant(_iteration iteration, GLuint program_id, bool use_arrays) const testProgramWithConstant() argument 2924 testProgramWithDivisor(_iteration iteration, GLuint program_id, bool use_arrays) const testProgramWithDivisor() argument [all...] |
H A D | gl3cCommonBugsTests.hpp | 133 void getIterationData(_test_iteration iteration, glu::ApiType* out_required_min_context_type_ptr, 135 std::string getIterationName(_test_iteration iteration) const; 178 std::string getIterationName(_test_iteration iteration) const; 179 std::string getShaderBody(_test_iteration iteration) const; 325 std::string getIterationName(_test_iteration iteration) const; 326 std::string getShaderBody(_test_iteration iteration) const; 360 * Each test iteration is run in two "modes": 441 std::string getTestIterationName(_test_iteration iteration) const; 443 void getTestIterationProperties(glu::ContextType context_type, _test_iteration iteration, 449 std::string getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration, [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBorderClampTests.cpp | 1429 IterationConfig iteration; 1430 iteration.p0 = tcu::Vec2(-1.5f, -3.0f); 1431 iteration.p1 = tcu::Vec2( 1.5f, 2.5f); 1432 iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.3f, 0.7f, 0.2f, 0.5f)); 1433 m_iterations.push_back(iteration); 1436 IterationConfig iteration; 1437 iteration.p0 = tcu::Vec2(-0.5f, 0.75f); 1438 iteration.p1 = tcu::Vec2(0.25f, 1.25f); 1439 iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.9f, 0.2f, 0.4f, 0.6f)); 1440 m_iterations.push_back(iteration); [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator_unittest.cpp | 143 for (int iteration = 0; iteration < 1; ++iteration) in TEST() 158 for (int iteration = 0; iteration < 3; ++iteration) in TEST() 178 for (int iteration = 1; iteration <= 16; ++iteration) in TEST() 186 for (int iteration in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
H A D | barrier.hpp | 32 iteration.store(0); in Barrier() 48 iteration.store(0); in reset_counter() 53 unsigned target_iteration = iteration.load(std::memory_order_relaxed) + 1; in wait() 63 iteration.store(target_iteration, std::memory_order_relaxed); in wait() 68 while (iteration.load(std::memory_order_relaxed) != target_iteration) in wait() 76 std::atomic<unsigned> iteration; member in spirv_cross::Barrier
|
/third_party/node/test/parallel/ |
H A D | test-console-table.js | 87 │ (iteration index) │ Key │ Values │ 96 │ (iteration index) │ Values │ 124 │ (iteration index) │ Key │ Values │ 134 │ (iteration index) │ Values │ 144 │ (iteration index) │ Values │ 154 │ (iteration index) │ Values │ 234 │ (iteration index) │ Key │ Values │
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VulkanUniformUpdatesTest.cpp | 174 // Draw multiple times, each iteration will create a new descriptor set. in TEST_P() 175 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 8; ++iteration) in TEST_P() 226 // Draw multiple times, each iteration will create a new descriptor set. in TEST_P() 227 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 2; ++iteration) in TEST_P() 275 for (uint32_t iteration = 0; iteration < kMaxSetsForTestin in TEST_P() [all...] |
H A D | MultithreadingTest.cpp | 215 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() 217 // Base the clear color on the thread and iteration indexes so every clear color is in TEST_P() 220 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P() 291 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() 294 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P() 335 for (size_t iteration in TEST_P() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 60 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx = 0u) in getDescriptorNumericValue() argument 63 // iteration index. BB is an octet containing the binding index and DD is the descriptor index inside that binding. in getDescriptorNumericValue() 66 return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descriptorIdx & 0xFFu)); in getDescriptorNumericValue() 826 // Types that will be used by the binding at a given iteration. 827 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0; 844 // Will the binding use different descriptor types in a given iteration? 845 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing() 847 const auto typesVec = typesAtIteration(iteration); in needsAliasing() 852 // Will the binding need aliasing on any iteration up to a given number? 865 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorTyp argument 976 DE_UNREF(iteration); global() variable [all...] |
H A D | vktBindingMutableTests.cpp | 139 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx = 0u) in getDescriptorNumericValue() argument 142 // iteration index. BB is an octet containing the binding index and DD is the descriptor index inside that binding. in getDescriptorNumericValue() 145 return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descriptorIdx & 0xFFu)); in getDescriptorNumericValue() 907 // Types that will be used by the binding at a given iteration. 908 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0; 925 // Will the binding use different descriptor types in a given iteration? 926 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing() 928 const auto typesVec = typesAtIteration(iteration); in needsAliasing() 933 // Will the binding need aliasing on any iteration up to a given number? 946 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorTyp argument 1057 DE_UNREF(iteration); global() variable [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-listener-test.cc | 66 int iteration) override { 68 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration 113 int iteration) override { 115 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration 141 int iteration) override { 143 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration 185 int iteration) override { 187 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | proc.h | 28 long iteration, max_iterations = (maxwait_s * 1000) / wait_step_ms; in tst_process_state_wait3() local 35 for (iteration = 0; iteration < max_iterations; iteration++) { in tst_process_state_wait3()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TextureUploadPerf.cpp | 257 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark() 301 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark() 321 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark()
|
H A D | CompilerPerf.cpp | 320 for (unsigned int iteration = 0; iteration < kNumIterationsPerStep; ++iteration) in step()
|
/third_party/python/Lib/test/ |
H A D | bisect_cmd.py | 132 iteration = 1 134 while len(tests) > args.max_tests and iteration <= args.max_iter: 140 % (iteration, len(subtests), len(tests))) 154 iteration += 1 171 % (iteration, datetime.timedelta(seconds=dt))) 175 % (iteration, datetime.timedelta(seconds=dt)))
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 176 int lineNo, SkOpPhase phase, int iteration 183 #define DEBUG_ITER_ONLY_PARAMS(iteration) \ 184 __LINE__, SkOpPhase::kNoChange, iteration 185 #define DEBUG_ITER_PARAMS(iteration) \ 186 , DEBUG_ITER_ONLY_PARAMS(iteration) 192 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration) 194 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration) 204 #define DEBUG_ITER_ONLY_PARAMS(iteration) \ 206 #define DEBUG_ITER_PARAMS(iteration) \ 207 , DEBUG_ITER_ONLY_PARAMS(iteration) [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | cpuctl_latency_check_task.c | 74 int count, i = 0, iteration = 0; in main() local 128 iteration = i; in main() 141 delta_max, iteration); in main() 146 delta_max, iteration); in main()
|
/third_party/node/deps/v8/tools/jsfunfuzz/ |
H A D | fuzz-harness.sh | 66 iteration = 0 68 + while iteration < 100: 69 iteration += 1 70 logfilename = "w%d" % iteration
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingMutableTests.cpp | 135 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx = 0u) in getDescriptorNumericValue() argument 138 // iteration index. BB is an octet containing the binding index and DD is the descriptor index inside that binding. in getDescriptorNumericValue() 141 return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descriptorIdx & 0xFFu)); in getDescriptorNumericValue() 903 // Types that will be used by the binding at a given iteration. 904 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0; 921 // Will the binding use different descriptor types in a given iteration? 922 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing() 924 const auto typesVec = typesAtIteration(iteration); in needsAliasing() 929 // Will the binding need aliasing on any iteration up to a given number? 942 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorTyp argument 1053 DE_UNREF(iteration); global() variable [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 986 /** Sets up all ES objects required to run a single functional test case iteration. 1470 /** Sets up all ES objects required to run a single negative test case iteration. 1752 /** Executes test iteration. 1878 /** Executes test iteration. 2004 /** Executes test iteration. 2270 /** Executes test iteration. 2434 /** Executes test iteration. 2518 /** Executes test iteration. 2632 /** Executes test iteration. 2640 /* The test needs to be run in four iterations, where for each iteration w [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-rbs.c | 51 typedef int spill_func_t (long iteration, int (*next_func[])()); 53 extern int loadup (long iteration, int *values, int (*next_func[])()); 57 extern int rbs_spill_##n (long iteration, int (*next_func[])()) 93 unwind_and_resume (long iteration, int (*next_func[])()) in unwind_and_resume() argument 101 printf (" %s(iteration=%ld, next_func=%p)\n", in unwind_and_resume() 102 __FUNCTION__, iteration, next_func); in unwind_and_resume()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_1d_function.cpp | 50 for (uint32 iteration = 0; iteration < kMaxIterations; iteration++) in EvaluateInverse()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | sieve.cc | 19 TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) { in dryRun() 29 if (item.mark != iteration) { in dryRun() 30 item.mark = iteration; in dryRun() 50 SampleIdx minPresence, SampleIdx iteration) { in createDictionary() 60 if (item.mark != iteration) { in createDictionary() 61 item.mark = iteration; in createDictionary() 18 dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) dryRun() argument 48 createDictionary(const uint8_t* data, TextIdx sliceLen, Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) createDictionary() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fRasterizationTests.cpp | 228 virtual void generateTriangles (int iteration, std::vector<tcu::Vec4>& outData, std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles) = DE_NULL; 251 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); in iterate() 304 virtual void generateLines (int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) = DE_NULL; 337 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); 343 // last iteration, max out size 414 void generatePoints (int iteration, std::vector<tcu::Vec4>& outData, std::vector<PointSceneSpec::ScenePoint>& outPoints); 442 const std::string iterationDescription = "Test iteration " + de::toString(m_iteration+1) + " / " + de::toString(m_iterationCount); in iterate() 448 // last iteration, max out size in iterate() 498 void PointCase::generatePoints (int iteration, std::vector<tcu::Vec4>& outData, std::vector<PointSceneSpec::ScenePoint>& outPoints) in generatePoints() argument 502 switch (iteration) in generatePoints() 694 generateTriangles(int iteration, std::vector<tcu::Vec4>& outData, std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles) generateTriangles() argument 765 generateTriangles(int iteration, std::vector<tcu::Vec4>& outData, std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles) generateTriangles() argument 834 generateTriangles(int iteration, std::vector<tcu::Vec4>& outData, std::vector<TriangleSceneSpec::SceneTriangle>& outTriangles) generateTriangles() argument 903 generateLines(int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) generateLines() argument 972 generateLines(int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) generateLines() argument 1033 generateLines(int iteration, std::vector<tcu::Vec4>& outData, std::vector<LineSceneSpec::SceneLine>& outLines) generateLines() argument [all...] |