Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp305 std::string InputVariablesCannotBeModifiedTest::getIterationName(_test_iteration iteration) const in getIterationName()
309 switch (iteration) in getIterationName()
382 void InputVariablesCannotBeModifiedTest::getIterationData(_test_iteration iteration, in getIterationData() argument
387 switch (iteration) in getIterationData()
710 … << ((iteration == TEST_ITERATION_INPUT_TE_PATCH_VARIABLE) ? "patch " : "") << "in vec4 data[];\n" in getIterationData()
1058 …g InvalidUseCasesForAllNotFuncsAndExclMarkOpTest::getIterationName(_test_iteration iteration) const in getIterationName()
1062 switch (iteration) in getIterationName()
1094 std::string InvalidUseCasesForAllNotFuncsAndExclMarkOpTest::getShaderBody(_test_iteration iteration in getShaderBody()
1098 switch (iteration) in getShaderBody()
1112 type_string = (iteration == TEST_ITERATION_EXCL_MARK_OP_MUST_NOT_ACCEPT_BVEC2) ? in getShaderBody()
[all …]
Dgl3cCommonBugsTests.hpp133 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;
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,
452 bool isShaderProgramLinkingFailureExpected(_test_iteration iteration) const;
[all …]
Dgl4cVertexAttrib64BitTest.cpp1362 …void configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n…
1365 …void getProgramDetails(_iteration iteration, bool use_arrays, bool use_locations, bool use_vertex_…
1368 …void getVertexArrayConfiguration(_iteration iteration, attributeConfiguration& out_configuration) …
1370 …void logTestIterationAndConfig(_iteration iteration, _attributeType attribute_type, bool use_array…
1373 …void prepareProgram(_iteration iteration, bool use_arrays, bool use_locations, bool use_vertex_att…
1376 void prepareVertexArray(_iteration iteration, _attributeType attribute_type, GLuint program_id,
1379 void prepareVertexArrayBuffer(_iteration iteration);
1381 …void setAttributes(_iteration iteration, const attributeConfiguration& configuration, GLuint verte…
1404 bool testIteration(_iteration iteration);
1406 bool testProgram(_iteration iteration, GLuint program_id, bool use_arrays) const;
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1429 IterationConfig iteration; in init() local
1430 iteration.p0 = tcu::Vec2(-1.5f, -3.0f); in init()
1431 iteration.p1 = tcu::Vec2( 1.5f, 2.5f); in init()
1432iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.3f, 0.7f, 0.2f, 0.5f)… in init()
1433 m_iterations.push_back(iteration); in init()
1436 IterationConfig iteration; in init() local
1437 iteration.p0 = tcu::Vec2(-0.5f, 0.75f); in init()
1438 iteration.p1 = tcu::Vec2(0.25f, 1.25f); in init()
1439iteration.borderColor = mapToFormatColorRepresentable(texFormat, tcu::Vec4(0.9f, 0.2f, 0.4f, 0.6f)… in init()
1440 m_iterations.push_back(iteration); in init()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DHandleAllocator_unittest.cpp143 for (int iteration = 0; iteration < 1; ++iteration) in TEST() local
158 for (int iteration = 0; iteration < 3; ++iteration) in TEST() local
178 for (int iteration = 1; iteration <= 16; ++iteration) in TEST() local
186 for (int iteration = 1; iteration <= 14; ++iteration) in TEST() local
188 allocator.release(iteration); in TEST()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/do-while-false-loops/
D0-opt.spvasm9 OpName %iteration "iteration"
12 OpDecorate %iteration RelaxedPrecision
55 %iteration = OpVariable %_ptr_Function_int Function
57 OpStore %iteration %int_0
68 %8 = OpLoad %int %iteration
70 OpStore %iteration %9
78 %12 = OpLoad %int %iteration
83 %13 = OpLoad %int %iteration
86 %15 = OpLoad %int %iteration
D0-opt.wgsl4 var iteration : i32;
6 iteration = 0;
14 let x_8 : i32 = iteration;
15 iteration = (x_8 + 1);
22 let x_12 : i32 = iteration;
24 let x_13 : i32 = iteration;
25 let x_15 : i32 = iteration;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp175 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 8; ++iteration) in TEST_P() local
227 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 2; ++iteration) in TEST_P() local
275 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 2; ++iteration) in TEST_P() local
300 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 2; ++iteration) in TEST_P() local
303 glBindTexture(GL_TEXTURE_2D, whiteTextures[iteration]); in TEST_P()
306 glBindTexture(GL_TEXTURE_2D, magentaTextures[iteration]); in TEST_P()
381 for (uint32_t iteration = 0; iteration < kMaxSetsForTesting * 2; ++iteration) in TEST_P() local
438 for (int iteration = 0; iteration < kIterations; ++iteration) in TEST_P() local
DMultithreadingTest.cpp215 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() local
220 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P()
291 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() local
294 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P()
335 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() local
340 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P()
386 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() local
391 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P()
430 for (size_t iteration = 0; iteration < kIterationsPerThread; iteration++) in TEST_P() local
444 static_cast<GLubyte>(iteration % 255), 0, 255); in TEST_P()
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dbarrier.hpp32 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/typescript/tests/baselines/reference/
DinvalidWhileContinueStatements.errors.txt1 …,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
2 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
5 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
6 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
21 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
46 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
58 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
DinvalidForContinueStatements.errors.txt1 …,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
2 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
5 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
6 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
21 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
46 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
57 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
DinvalidDoWhileContinueStatements.errors.txt1 …,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
2 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
5 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
6 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
21 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
46 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
58 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
DinvalidForInContinueStatements.errors.txt1 …,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
2 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
5 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
6 … error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
15 !!! error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
21 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
46 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
58 !!! error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration stateme…
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md39 smaller blocks for the purpose of iteration.
60 for forward iteration only for both UTF16 and UTF32 access, and is and based on
61 a efficient forward iteration mechanism. In some situations, where you need to
97 ### Forward iteration
105 ForwardCharacterIterator. An iteration loop can be started with the
109 The less efficient forward iteration mechanism that is available for
115 Iteration are the next() or next32() calls. An iteration loop must start with
118 ### Backward iteration
124 previous() or previous32() calls with the hasPrevious() call . An iteration loop
129 The index can be set and moved directly without iteration to start iterating at
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp60 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx… in getDescriptorNumericValue() argument
66 …return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descripto… in getDescriptorNumericValue()
827 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0;
845 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()
847 const auto typesVec = typesAtIteration(iteration); in needsAliasing()
865 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()
867 const auto typesVec = typesAtIteration(iteration); in hasDescriptorType()
873 virtual de::MovePtr<BindingInterface> toMutable (deUint32 iteration) const = 0;
874 virtual de::MovePtr<BindingInterface> toNonMutable (deUint32 iteration) const = 0;
879 deUint32 iteration, bool useAABBs, deUint32 baseValue) const = 0;
[all …]
DvktBindingMutableTests.cpp135 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx… in getDescriptorNumericValue() argument
141 …return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descripto… in getDescriptorNumericValue()
904 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0;
922 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()
924 const auto typesVec = typesAtIteration(iteration); in needsAliasing()
942 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()
944 const auto typesVec = typesAtIteration(iteration); in hasDescriptorType()
950 virtual de::MovePtr<BindingInterface> toMutable (deUint32 iteration) const = 0;
951 virtual de::MovePtr<BindingInterface> toNonMutable (deUint32 iteration) const = 0;
956 deUint32 iteration, bool useAABBs, deUint32 baseValue) const = 0;
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc66 int iteration) override { in OnTestIterationStart() argument
68 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart()
113 int iteration) override { in OnTestIterationEnd() argument
115 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd()
141 int iteration) override { in OnTestIterationStart() argument
143 message << GetFullMethodName("OnTestIterationStart") << "(" << iteration in OnTestIterationStart()
185 int iteration) override { in OnTestIterationEnd() argument
187 message << GetFullMethodName("OnTestIterationEnd") << "(" << iteration in OnTestIterationEnd()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingMutableTests.cpp135 deUint32 getDescriptorNumericValue (deUint32 iteration, deUint32 bindingIdx, deUint32 descriptorIdx… in getDescriptorNumericValue() argument
141 …return (kNumericValueBase | ((iteration & 0xFFu) << 16) | ((bindingIdx & 0xFFu) << 8) | (descripto… in getDescriptorNumericValue()
904 virtual std::vector<VkDescriptorType> typesAtIteration (deUint32 iteration) const = 0;
922 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()
924 const auto typesVec = typesAtIteration(iteration); in needsAliasing()
942 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()
944 const auto typesVec = typesAtIteration(iteration); in hasDescriptorType()
950 virtual de::MovePtr<BindingInterface> toMutable (deUint32 iteration) const = 0;
951 virtual de::MovePtr<BindingInterface> toNonMutable (deUint32 iteration) const = 0;
956 deUint32 iteration, bool useAABBs, deUint32 baseValue) const = 0;
[all …]
/third_party/skia/src/pathops/
DSkPathOpsDebug.h176 int lineNo, SkOpPhase phase, int iteration
183 #define DEBUG_ITER_ONLY_PARAMS(iteration) \ argument
184 __LINE__, SkOpPhase::kNoChange, iteration
185 #define DEBUG_ITER_PARAMS(iteration) \ argument
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) \ argument
206 #define DEBUG_ITER_PARAMS(iteration) \ argument
207 , DEBUG_ITER_ONLY_PARAMS(iteration)
[all …]
/third_party/python/Lib/test/
Dbisect_cmd.py132 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/third_party/externals/angle2/src/tests/perf_tests/
DTextureUploadPerf.cpp257 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark() local
301 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark() local
321 for (unsigned int iteration = 0; iteration < params.iterationsPerStep; ++iteration) in drawBenchmark() local
/third_party/ltp/testcases/open_posix_testsuite/include/
Dproc.h28 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/vk-gl-cts/doc/testspecs/GLES2/
Dstress.long.txt44 the --deqp-test-iteration-count=<num> command line option to choose the number
51 The basic structure of one iteration of the stress cases is as follows.
54 as the program for the current iteration. It then chooses whether or not to
75 This concludes an iteration. Between iterations, the usual post-iteration
87 + Number of draw calls per iteration
89 + A set of probabilities that enable the following per-iteration actions:
95 - Delete texture at end of iteration
96 - Delete buffer at end of iteration
104 per-iteration but also per-object.)
/third_party/node/deps/v8/tools/
Dfuzz-harness.sh79 iteration = 0
81 + while iteration < 100:
82 iteration += 1
83 logfilename = "w%d" % iteration

12345678910>>...25