/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrixUtil.hpp | 73 float c = deFloatCos(radians); in rotationMatrix() 97 float c = deFloatCos(radiansX); in rotationMatrixX() 111 float c = deFloatCos(radiansY); in rotationMatrixY() 125 float c = deFloatCos(radiansZ); in rotationMatrixZ()
|
D | tcuCPUWarmup.cpp | 77 a = deFloatCos(a + (float)b); in dummyComputation()
|
D | tcuVectorUtil.hpp | 455 TCU_DECLARE_VECTOR_UNARY_FUNC(cos, deFloatCos)
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 518 Vec2(deFloatCos(angle0)*0.95f, deFloatSin(angle0)*0.95f), in renderPattern() 519 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in renderPattern() 552 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f)); in renderPattern() 674 angleCos = deFloatCos(angle); in iterate() 748 angleCos = deFloatCos(angle); in iterate() 929 …Vec3 pt0 (3.0f*deFloatCos(angle + 2.0f*DE_PI*0.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*0.0f/… in renderPattern() 930 …Vec3 pt1 (3.0f*deFloatCos(angle + 2.0f*DE_PI*1.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*1.0f/… in renderPattern() 931 …Vec3 pt2 (3.0f*deFloatCos(angle + 2.0f*DE_PI*2.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*2.0f/… in renderPattern() 997 Vec2(deFloatCos(angle0)*0.95f, deFloatSin(angle0)*0.95f), in iterate() 998 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in iterate() [all …]
|
D | es2fShaderConstExprTests.cpp | 77 …{"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) … in init()
|
D | es2fTextureUnitTests.cpp | 323 deFloatCos(rotAngle), -deFloatSin(rotAngle), 0.0f, in MultiTexShader() 324 deFloatSin(rotAngle), deFloatCos(rotAngle), 0.0f, in MultiTexShader()
|
D | es2fRasterizationTests.cpp | 1274 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles() 1329 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 686 Vec2(deFloatCos(angle0)*0.95f, deFloatSin(angle0)*0.95f), in renderPattern() 687 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in renderPattern() 720 renderLine(Vec2(0.0f, 0.0f), Vec2(deFloatCos(angle)*0.95f, deFloatSin(angle)*0.95f), Vec4(1.0f)); in renderPattern() 836 angleCos = deFloatCos(angle); in iterate() 910 angleCos = deFloatCos(angle); in iterate() 1091 …Vec3 pt0 (3.0f*deFloatCos(angle + 2.0f*DE_PI*0.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*0.0f/… in renderPattern() 1092 …Vec3 pt1 (3.0f*deFloatCos(angle + 2.0f*DE_PI*1.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*1.0f/… in renderPattern() 1093 …Vec3 pt2 (3.0f*deFloatCos(angle + 2.0f*DE_PI*2.0f/3.0f), 3.0f*deFloatSin(angle + 2.0f*DE_PI*2.0f/… in renderPattern() 1156 Vec2(deFloatCos(angle0)*0.95f, deFloatSin(angle0)*0.95f), in iterate() 1157 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in iterate() [all …]
|
D | es3fPrimitiveRestartTests.cpp | 328 … float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols; in init() 400 …float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCo… in init()
|
D | es3fShaderConstExprTests.cpp | 78 …{"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) … in init()
|
D | es3fTextureUnitTests.cpp | 431 deFloatCos(rotAngle), -deFloatSin(rotAngle), 0.0f, in MultiTexShader() 432 deFloatSin(rotAngle), deFloatCos(rotAngle), 0.0f, in MultiTexShader()
|
D | es3fRasterizationTests.cpp | 1423 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles() 1478 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 268 return deFloatCos(inVal); in evaluateComp() 345 inMax = deFloatCos(deFloatMax(outMin, rangeMin)); in transformValueRange() 346 inMin = deFloatCos(deFloatMin(outMax, rangeMax)); in transformValueRange()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 348 …{ "cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, { deFloatCos(3.2f) … in init() 386 … (1.0) + cos(${T} (0.7))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_INT, { 1.0f + deFloatCos(0.7f) } }, in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 566 …vertex.position = tcu::Vec4(primitiveSizeX * deFloatCos(stepAngle), primitiveSizeY * deFloatSin(st… in createBufferData() 574 …tcu::Vec4(primitiveSizeX * deFloatCos(stepAngle * float(primitiveNdx + 1)), primitiveSizeY * deFlo… in createBufferData() 905 …vertex.position = tcu::Vec4(primitiveSizeX * deFloatCos(stepAngle * float(primitiveNdx)), primitiv… in createBufferData() 914 …tcu::Vec4(primitiveSizeX * deFloatCos(stepAngle * float(primitiveNdx + 1)), primitiveSizeY * deFlo… in createBufferData()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 516 …vertices.push_back(PositionColor(Vec4(1.0f * deFloatCos(a), 1.0f * deFloatSin(a), z, 1.0f), … in genVerticesShapes() 517 …vertices.push_back(PositionColor(Vec4(0.1f * deFloatCos(a - angleStep), 0.1f * deFloatSin(a - angl… in genVerticesShapes() 518 …vertices.push_back(PositionColor(Vec4(0.1f * deFloatCos(a + angleStep), 0.1f * deFloatSin(a + angl… in genVerticesShapes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingWatertightnessTests.cpp | 473 deFloatCos(2.0f * float(nSharedEdge) * 3.14159265f / float(m_data.squaresGroupCount)), in initBottomAccelerationStructure() 533 deFloatCos(2.0f * float(nSharedEdge) * 3.14159265f / float(m_data.squaresGroupCount)), in initBottomAccelerationStructures()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fMultisampleTests.cpp | 520 Vec2(deFloatCos(angle0)*0.95f, deFloatSin(angle0)*0.95f), in drawPattern() 521 Vec2(deFloatCos(angle1)*0.95f, deFloatSin(angle1)*0.95f), in drawPattern()
|
D | es31fGeometryShaderTests.cpp | 1338 …(vertex->position + tcu::Vec4(deFloatCos(float(invocationID)), deFloatSin(float(invocationID)), 0.… in shadePrimitives() 1340 …const tcu::Vec4 position0 = basePosition + tcu::Vec4(deFloatCos(angle), deFloatSin(angle), 0.0f,… in shadePrimitives() 1341 …const tcu::Vec4 position1 = basePosition + tcu::Vec4(deFloatCos(angle), -deFloatSin(angle), 0.0f,… in shadePrimitives() 1562 …const tcu::Vec4 position0 = vertex->position + tcu::Vec4(deFloatCos(l_angle) * (l_radius - … in shadePrimitives() 1563 …const tcu::Vec4 position1 = vertex->position + tcu::Vec4(deFloatCos(l_angle+0.1f) * l_radius, … in shadePrimitives() 1564 …const tcu::Vec4 position2 = vertex->position + tcu::Vec4(deFloatCos(l_angle-0.1f) * l_radius, … in shadePrimitives() 1580 …const tcu::Vec4 basePosition = vertex->position + tcu::Vec4(deFloatCos(l_angle) * l_radius, deFloa… in shadePrimitives() 1590 …output.EmitVertex(basePosition + tcu::Vec4(deFloatCos(subAngle) * 0.1f, deFloatSin(subAngle) * 0.… in shadePrimitives() 1591 …output.EmitVertex(basePosition + tcu::Vec4(deFloatCos(subAngle) * 0.1f, deFloatSin(subAngle) * -0.… in shadePrimitives() 1740 …const tcu::Vec4 centerPosition = basePosition + tcu::Vec4(deFloatCos(phase), deFloatSin(phase), … in shadePrimitives()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 818 …data[(triangleNdx * 3 + 1) * 3 + 0] = tcu::Vec4(2.0f * deFloatCos(angle), 2.0f * deFloatSin(angle)… in setupRenderData() 822 …data[(triangleNdx * 3 + 2) * 3 + 0] = tcu::Vec4(2.0f * deFloatCos(nextAngle), 2.0f * deFloatSin(ne… in setupRenderData()
|
D | es31fTextureMultisampleTests.cpp | 260 …const tcu::Vec2 p = tcu::Vec2(deFloatCos(((float)i)/20.0f*DE_PI*2) * 0.5f + 0.5f, deFloatSin(((flo… in init()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMath.h | 217 DE_INLINE float deFloatCos (float a) { return (float)cos(a); } in deFloatCos() function
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 643 …gl.clearColor((1.0f + deFloatSin(colorAngle)) / 2.0f, 0.7f, (1.0f + deFloatCos(colorAngle)) / 2.0f… in executeForConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 4864 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles() 4919 const tcu::Vec2 sideH = quadSide * tcu::Vec2(deFloatCos(rotation), deFloatSin(rotation)); in generateTriangles()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 611 a = deFloatCos(a + (float)b); in dummyCalculation()
|