/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 1253 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 445 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 127 clip_coordinates(bool mirror, float *src, float *dst0, float *dst1, float clipped_dst0, float clipped_dst1, float scale, bool is_left_or_bottom) clip_coordinates() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blit.c | 165 clip_coordinates(bool mirror, float *src, float *dst0, float *dst1, float clipped_dst0, float clipped_dst1, float scale, bool is_left_or_bottom) clip_coordinates() argument
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 222 static const unsigned int scale = 1 << 18; variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryDirectionTests.cpp | 566 const auto scale = scalingFactors[scalingIdx]; in createDirectionLengthTests() local 639 const auto scale = scalingFactors[scalingIdx]; in createInsideAABBsTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDirectionTests.cpp | 719 const auto scale = scalingFactors[scalingIdx]; in createDirectionLengthTests() local 811 const auto scale = scalingFactors[scalingIdx]; in createInsideAABBsTests() local
|
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...] |