| /third_party/python/Objects/ |
| D | genobject.c | 322 gen_close_iter(PyObject *yf) in gen_close_iter() 350 PyObject *yf = NULL; in _PyGen_yf() local 379 PyObject *yf = _PyGen_yf(gen); in gen_close() local 423 PyObject *yf = _PyGen_yf(gen); in _gen_throw() local 751 PyObject *yf = _PyGen_yf(gen); in gen_getyieldfrom() local 1106 PyObject *yf = _PyGen_yf((PyGenObject *) coro); in coro_get_cr_await() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderBuiltinVarTests.cpp | 338 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 430 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 546 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
|
| D | es2fDepthRangeTests.cpp | 231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
| D | es2fBufferTestUtil.cpp | 537 float yf = float(y) / float(numPosY-1); in computeIndexVerifierPositions() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragDepthTests.cpp | 238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
| D | es3fShaderBuiltinVarTests.cpp | 356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local 570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
|
| D | es3fFragmentOutputTests.cpp | 410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; in renderFloatReference() local 613 float yf = (float)y / (float)(gridHeight-1); in iterate() local 666 float yf = (float)y / (float)(gridHeight-1); in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcFragDepthTests.cpp | 236 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local 392 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | avf_showspectrum.c | 553 float *yf, float *uf, float *vf) in color_range() 615 float yf, float uf, float vf, in pick_color() 942 float yf, uf, vf; in draw_legend() local 1010 float yf, uf, vf; in plot_channel_lin() local 1034 float yf, uf, vf; in plot_channel_log() local
|
| D | avf_ahistogram.c | 313 float yf, uf, vf; in filter_frame() local
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| D | es3sLongRunningShaderTests.cpp | 255 const float yf = 2.0f * ((float(yi) + 0.5f) / float(height)) - 1.0f; in genPositions() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTestLog.cpp | 292 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage() local 332 float yf = ((float)y + 0.5f) / (float)h; in writeImage() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsShaderPerformanceMeasurer.cpp | 90 float yf = (float)y / (float)gridSizeY; in generateVertices() local
|
| D | glsRandomShaderCase.cpp | 172 float yf = (float)y / (float)m_gridHeight; in init() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PointSpritesTest.cpp | 105 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureSwizzleTests.cpp | 204 const float yf = ((float)y + 0.5f) / (float)dstSize.y(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureSwizzleTests.cpp | 232 const float yf = ((float)y + 0.5f) / (float)dstSize.y(); in iterate() local
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgProgramExecutor.cpp | 248 float yf = (float)y / (float)(gridVtxHeight-1); in execute() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglNativeCoordMappingTests.cpp | 224 const float yf = ((2.0f * float(y)) / (float)height) - 1.0f; in toGLCoord() local
|
| D | teglGLES2SharingTests.cpp | 451 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); in renderResource() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| D | vktDynamicStateInheritanceTests.cpp | 838 float yf[2]; in rasterizeExpectedResults() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateInheritanceTests.cpp | 929 float yf[2]; in rasterizeExpectedResults() local
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluTextureTestUtil.cpp | 412 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 449 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 744 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 792 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 839 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in sampleTextureNonProjected() local 1000 const float yf = ((float)y + 0.5f) / (float)dst.getHeight(); in fetchTexture() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderBuiltinVarTests.cpp | 1791 const float yf = (float(height - y - 1) + .5f) / float(height); in iterate() local 1916 const float yf = (float(height - y - 1) +.5f) / float(height); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| D | vktShaderRenderBuiltinVarTests.cpp | 1791 const float yf = (float(height - y - 1) + .5f) / float(height); in iterate() local 1916 const float yf = (float(height - y - 1) +.5f) / float(height); in iterate() local
|