Home
last modified time | relevance | path

Searched refs:yf (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp231 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
249 float rd = 1.0f - (xh + yf) * 0.5f; in iterate()
250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
Des2fShaderBuiltinVarTests.cpp336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
337 const float z = (xf + yf) / 2.0f; in iterate()
428 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
429 const float oow = ((xf + yf) < 1.0f) in iterate()
430 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate()
431 …rojectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf); in iterate()
544 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
545 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
/external/e2fsprogs/tests/t_uninit_bg_rm/
Dexpect4 fsck -yf -N test_filesys test.img
15 fsck -yf -N test_filesys test.img
/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp238 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
245 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
256 float rd = 1.0f - (xh + yf) * 0.5f; in iterate()
257 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); in iterate() local
408 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
Des3fShaderBuiltinVarTests.cpp356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
357 const float z = (xf + yf) / 2.0f; in iterate()
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate() local
452 const float oow = ((xf + yf) < 1.0f) in iterate()
453 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate()
454 …rojectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf); in iterate()
570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate() local
571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp209 const float yf = (float(refImage.getHeight()-y-1)+.5f) / float(refImage.getHeight()); in iterate() local
210 const float z = (xf + yf) / 2.0f; in iterate()
338 const float yf = (float(refImage.getHeight()-y-1)+.5f) / float(refImage.getHeight()); in iterate() local
339 const float oow = ((xf + yf) < 1.0f) in iterate()
340 … ? projectedTriInterpolate(Vec3(m_w[0], m_w[1], m_w[2]), Vec3(m_w[0], m_w[1], m_w[2]), xf, yf) in iterate()
341 …jectedTriInterpolate(Vec3(m_w[3], m_w[2], m_w[1]), Vec3(m_w[3], m_w[2], m_w[1]), 1.0f-xf, 1.0f-yf); in iterate()
/external/e2fsprogs/tests/f_summary_counts/
Dscript2 SECOND_FSCK_OPT=-yf
/external/libyuv/files/source/
Dscale_argb.cc354 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local
355 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown()
509 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local
510 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleARGBBilinearUp()
736 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local
737 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleYUVToARGBBilinearUp()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc274 int yf = (y >> 8) & 255; in ScaleARGBBilinearDown() local
275 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown()
414 int yf = (y >> 8) & 255; in ScaleARGBBilinearUp() local
415 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleARGBBilinearUp()
622 int yf = (y >> 8) & 255; in ScaleYUVToARGBBilinearUp() local
623 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf); in ScaleYUVToARGBBilinearUp()
/external/e2fsprogs/tests/
Drun_e2fsck9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/f_convert_bmap_and_extent/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/f_convert_bmap/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/f_extent_too_deep/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/f_collapse_extent_tree/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/f_compress_extent_tree_level/
Dscript9 FSCK_OPT=-yf
13 SECOND_FSCK_OPT=-yf
/external/e2fsprogs/tests/r_min_itable/
Dexpect8 fsck -yf -N test_filesys test.img
/external/deqp/framework/common/
DtcuTestLog.cpp278 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); in writeImage() local
280 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias; in writeImage()
318 float yf = ((float)y + 0.5f) / (float)h; in writeImage() local
322 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf); in writeImage()
/external/e2fsprogs/tests/d_loaddump/
Dexpect7 e2fsck -yf -N test_filesys
/external/e2fsprogs/tests/t_quota_2off/
Dscript1 FSCK_OPT=-yf
/external/e2fsprogs/tests/f_mmp_garbage/
Dscript1 FSCK_OPT=-yf
/external/e2fsprogs/tests/d_xattr_sorting/
Dexpect22 e2fsck -yf -N test_filesys
/external/eigen/bench/
Dbench_norm.cpp248 double yf = basef * std::abs(internal::random<double>()); in check_accuracy() local
250 VectorXf vf = VectorXf::Ones(s) * yf; in check_accuracy()
253 std::cout << "reference\t" << std::sqrt(double(s))*yf << "\t" << std::sqrt(double(s))*yd << "\n"; in check_accuracy()
/external/e2fsprogs/tests/t_mmp_2off/
Dscript1 FSCK_OPT=-yf
/external/e2fsprogs/tests/t_quota_1on/
Dscript1 FSCK_OPT=-yf
/external/e2fsprogs/tests/t_mmp_1on/
Dscript1 FSCK_OPT=-yf

1234