| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingOpacityMicromapTests.cpp | 288 const float scale = 1.0f / float(1 << subdivisionLevel); in calcSubtriangleCentroid() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktDynamicRenderingRandomTests.cpp | 67 Vec4 scale; member 622 const Vec4 scale = {scaleX + pixelSizeX * 0.5f, scaleY + pixelSizeY * 0.5f, 1.0f, 1.0f}; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 975 log << TestLog::Image(string("MinBoundImage_") + de::toString(i), string("MinBoundImage_") + de::toString(i), minImages[i].getAccess(), scale, bias); in textureConversionTest() local 976 log << TestLog::Image(string("MaxBoundImage_") + de::toString(i), string("MaxBoundImage_") + de::toString(i), maxImages[i].getAccess(), scale, bias); in textureConversionTest() local 980 log << TestLog::Image(string("MinMidpointBoundImage_") + de::toString(i), string("MinMidpointBoundImage_") + de::toString(i), minMidpointImages[i].getAccess(), scale, bias); in textureConversionTest() local 981 log << TestLog::Image(string("MaxMidpointBoundImage_") + de::toString(i), string("MaxMidpointBoundImage_") + de::toString(i), maxMidpointImages[i].getAccess(), scale, bia in textureConversionTest() local 984 log << TestLog::Image(string("ResultImage_") + de::toString(i), string("ResultImage_") + de::toString(i), resImages[i].getAccess(), scale, bias); textureConversionTest() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcCompressedFormatTests.cpp | 230 Vec4 scale; member
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 2169 const glw::GLdouble scale = normalized ? NormalizationScaleFactor<T>() : 1.0; in PrepareVAO() local 2360 const glw::GLdouble scale = normalized ? (1.0 / 16.0) /* Floating point scalling factor. */ : 1.0; DrawAndCheck() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| H A D | ANGLEPerfTest.cpp | 486 double scale = gCalibrationTimeSeconds / elapsedTime; in calibrateStepsToRun() local
|
| /third_party/skia/src/core/ |
| H A D | SkDraw.cpp | 924 int scale = (int)(coverage * 256); in drawPath() local
|
| H A D | SkTextBlob.cpp | 876 SkScalar scale = SK_Scalar1; in get_glyph_run_intercepts() local
|
| H A D | SkBlitter_ARGB32.cpp | 20 static inline int blend_32(int src, int dst, int scale) { in blend_32() argument 445 static inline uint8x8_t blend_32_neon(uint8x8_t src, uint8x8_t dst, uint16x8_t scale) { in blend_32_neon() argument 677 unsigned scale = SkAlpha255To256(fSrcA); in SkARGB32_Blitter() local
|
| H A D | SkGpuBlurUtils.cpp | 58 float scale = 1.0f / sum; in fill_in_2D_gaussian_kernel() local 867 float scale = 1.0f / sum; in Compute1DGaussianKernel() local
|
| H A D | SkStroke.cpp | 93 static bool set_normal_unitnormal(const SkPoint& before, const SkPoint& after, SkScalar scale, in set_normal_unitnormal() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | ShadowRRectOp.cpp | 761 SkScalar scale = random->nextSScalar1() * 100.f; in GR_DRAW_OP_TEST_DEFINE() local
|
| /third_party/skia/src/image/ |
| H A D | SkImage_Gpu.cpp | 651 float scale = static_cast<float>(maxTextureSize) / maxDim; in MakeCrossContextFromPixmap() local
|
| /third_party/skia/samplecode/ |
| H A D | SampleQuadStroker.cpp | 399 void draw_stroke(SkCanvas* canvas, const SkPath& path, SkScalar width, SkScalar scale, in draw_stroke() argument 513 SkScalar scale = max - min; draw_control() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Renderer.cpp | 892 float scale = lineWidth * 0.5f / sqrt(dx * dx + dy * dy); in setupLine() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Renderer.cpp | 1805 float scale = lineWidth * 0.5f / sqrt(dx*dx + dy*dy); in setupLine() local
|
| /third_party/openssl/crypto/rsa/ |
| H A D | rsa_lib.c | 222 static const unsigned int scale = 1 << 18; variable [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | plurrule.cpp | 374 double scale = 1.0; in scaleForInt() local 440 double scale = scaleForInt(rangeLo); in getSamplesFromString() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | numberformatter.h | 1524 Scale scale; // = Scale(); (benign value) member [all...] |
| /third_party/skia/tests/ |
| H A D | BlurTest.cpp | 288 static void write_as_csv(const char* label, SkScalar scale, int* data, int count) { in write_as_csv() argument
|
| H A D | MatrixTest.cpp | 189 SkMatrix scale; in test_matrix_min_max_scale() local 463 check_matrix_recomposition(const SkMatrix& mat, const SkPoint& rotation1, const SkPoint& scale, const SkPoint& rotation2) check_matrix_recomposition() argument 488 SkPoint rotation1, scale, rotation2; test_matrix_decomposition() local 772 SkSize scale; check_decompScale() local 989 const SkScalar scale = 1000; DEF_TEST() local [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_win_dw.cpp | 285 SkVector scale; in SkScalerContext_DW() local 693 SkScalar scale = fTextSizeRender / glyphData.pixelsPerEm; in generatePngMetrics() local
|
| /third_party/skia/src/utils/ |
| H A D | SkShadowUtils.cpp | 793 SkScalar radius, scale; in drawShadow() local
|
| /third_party/optimized-routines/math/test/rtest/ |
| H A D | dotest.c | 2155 static uint32 doubletop(int x, int scale) { in doubletop() argument 2162 static uint32 floatval(int x, int scale) { in floatval() argument
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afcjk.c | 666 FT_Fixed scale; in af_cjk_metrics_scale_dim() local 1011 FT_Fixed scale; af_cjk_hints_compute_edges() local 1296 FT_Fixed scale = cjk->scale; af_cjk_hints_compute_blue_edges() local [all...] |