Home
last modified time | relevance | path

Searched defs:angle0 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp524 … float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles + 0.001f * (float)m_currentIteration; in renderPattern() local
996 float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles; in iterate() local
1435 float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles; in drawPattern() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp703 … float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles + 0.001f * (float)m_currentIteration; in renderPattern() local
1166 float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles; in iterate() local
1594 float angle0 = 2.0f * DE_PI * (float)i / (float)numTriangles; in drawPattern() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp499 const float angle0 = 2.0f * DE_PI * (float)triNdx / (float)numTriangles; in drawPattern() local
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_generated_ops.cc1007 auto angle0 = at::rand({6, 6, 6}); in TEST() local