Home
last modified time | relevance | path

Searched defs:n_iterations (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/graph/
Dpage_rank.hpp27 struct n_iterations struct
29 explicit n_iterations(std::size_t n) : n(n) {} in n_iterations() argument
32 bool operator()(const RankMap&, const Graph&) in operator ()()
38 std::size_t n;
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveCounter.cpp683 const std::string& n_iterations) in GetGeometryShaderCode()
DesextcGeometryShaderRendering.cpp424 const unsigned int n_iterations = sizeof(iterations) / sizeof(iterations[0]) / 2; in init() local
/third_party/glib/gobject/tests/
Dclosure-refcount.c261 guint i, n_iterations; in test_closure_refcount() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp262 const unsigned int n_iterations = (run.inner[0] > 1) ? 2 : 1; in getEdgesForQuadsTessellation() local
DesextcTessellationShaderInvariance.cpp328 const unsigned int n_iterations = getAmountOfIterations(); in initTest() local
536 const unsigned int n_iterations = getAmountOfIterations(); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2919 const unsigned int n_iterations = in initTestRuns() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.cpp2538 GLuint n_iterations = 0; in iterate() local