Home
last modified time | relevance | path

Searched defs:scale (Results 776 - 800 of 1110) sorted by relevance

1...<<31323334353637383940>>...45

/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h1253 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h445 void SmiScale(Register dst, Register src, int scale) { in SmiScale() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c127 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 Dcrocus_blit.c165 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 Drsa_lib.c222 static const unsigned int scale = 1 << 18; variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp566 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 DvktRayTracingDirectionTests.cpp719 const auto scale = scalingFactors[scalingIdx]; in createDirectionLengthTests() local
811 const auto scale = scalingFactors[scalingIdx]; in createInsideAABBsTests() local
H A DvktRayTracingOpacityMicromapTests.cpp288 const float scale = 1.0f / float(1 << subdivisionLevel); in calcSubtriangleCentroid() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp67 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 DvktYCbCrConversionTests.cpp975 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 DglcCompressedFormatTests.cpp230 Vec4 scale; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp2169 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 DANGLEPerfTest.cpp486 double scale = gCalibrationTimeSeconds / elapsedTime; in calibrateStepsToRun() local
/third_party/skia/src/core/
H A DSkDraw.cpp924 int scale = (int)(coverage * 256); in drawPath() local
H A DSkTextBlob.cpp876 SkScalar scale = SK_Scalar1; in get_glyph_run_intercepts() local
H A DSkBlitter_ARGB32.cpp20 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 DSkGpuBlurUtils.cpp58 float scale = 1.0f / sum; in fill_in_2D_gaussian_kernel() local
867 float scale = 1.0f / sum; in Compute1DGaussianKernel() local
H A DSkStroke.cpp93 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 DShadowRRectOp.cpp761 SkScalar scale = random->nextSScalar1() * 100.f; in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp651 float scale = static_cast<float>(maxTextureSize) / maxDim; in MakeCrossContextFromPixmap() local
/third_party/skia/samplecode/
H A DSampleQuadStroker.cpp399 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 DRenderer.cpp892 float scale = lineWidth * 0.5f / sqrt(dx * dx + dy * dy); in setupLine() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp1805 float scale = lineWidth * 0.5f / sqrt(dx*dx + dy*dy); in setupLine() local
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c222 static const unsigned int scale = 1 << 18; variable
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurrule.cpp374 double scale = 1.0; in scaleForInt() local
440 double scale = scaleForInt(rangeLo); in getSamplesFromString() local
[all...]

Completed in 44 milliseconds

1...<<31323334353637383940>>...45