Home
last modified time | relevance | path

Searched defs:scale (Results 901 - 925 of 1063) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/libinput/tools/
H A Dlibinput-debug-gui.c156 double scale; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c161 unsigned int scale; member
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc114 int scale = static_cast<int>(mode - one); in ScaleFor() local
138 ScaleFactor scale = ScaleFor(kMode_MR1, mode); in MemoryOperand() local
148 ScaleFactor scale = ScaleFor(kMode_MR1I, mode); in MemoryOperand() local
157 ScaleFactor scale = ScaleFor(kMode_M1, mode); in MemoryOperand() local
166 ScaleFactor scale = ScaleFor(kMode_M1I, mode); MemoryOperand() local
195 ScaleFactor scale = ScaleFor(kMode_MR1, kMode_MR1); NextMemoryOperand() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h1059 Instr Assembler::FPScale(unsigned scale) { in FPScale() argument
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc458 void get_sib(byte data, int* scale, int* index, int* base) { in get_sib() argument
527 int scale, index, base; in PrintRightOperandHelper() local
557 int scale, index, base; in PrintRightOperandHelper() local
[all...]
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc3877 int scale = 1 << (format[3] - '0'); in SubstituteImmediateField() local
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc344 static void get_sib(byte data, int* scale, int* index, int* base) { in get_sib() argument
403 int scale, index, base; in PrintRightOperandHelper() local
430 int scale, index, base; in PrintRightOperandHelper() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c2896 int scale = 16 / brw_jump_scale(devinfo); in while_jumps_before_offset() local
2986 int scale = 16 / br; in brw_set_uip_jip() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1335 float scale = state->offset_scale * 12; in r300_create_rs_state() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dutil.c495 uint64_t uv__hrtime(unsigned int scale) { in uv__hrtime() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp347 const float scale = 1.0f / float(1 << subdivisionLevel); in calcSubtriangleCentroid() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp363 const deUint32 scale = 4; // To account for std140 stride in iterate() local
[all...]
H A DvktShaderRenderDerivateTests.cpp1032 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() local
1337 const tcu::Vec4 scale = isX ? xScale : yScale; in verify() local
355 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp741 int scale = levelNdx + 1; in iterate() local
868 int scale = levelNdx + 1; in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp179 tcu::Vec4 scale; member
/third_party/skia/src/core/
H A DSkBlurMF.cpp822 SkScalar scale = kProfileTextureWidth / *textureRadius; in create_profile_effect() local
943 SkSize scale; in make_rect_blur() local
1528 SkSize scale; directFilterMaskGPU() local
[all...]
H A DSkVM.cpp1533 auto scale = [&](skvm::F32 c) { in set_sat() local
[all...]
H A DSkCanvas.cpp1343 void SkCanvas::scale(SkScalar sx, SkScalar sy) { in scale() function in SkCanvas
H A DSkMatrix.cpp709 scross_dscale(SkScalar a, SkScalar b, SkScalar c, SkScalar d, double scale) scross_dscale() argument
718 dcross_dscale(double a, double b, double c, double d, double scale) dcross_dscale() argument
1577 decomposeScale(SkSize* scale, SkMatrix* remaining) const decomposeScale() argument
1694 const float scale = 1 << subpixelBits; SkTreatAsSprite() local
1713 SkDecomposeUpper2x2(const SkMatrix& matrix, SkPoint* rotation1, SkPoint* scale, SkPoint* rotation2) SkDecomposeUpper2x2() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp145 double scale = 1.0 / denom; in intersect() local
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp74 SkScalar scale = sk_float_rsqrt_portable(magSq); in fast_normalize() local
76 SkScalar scale = sk_float_rsqrt(magSq); in fast_normalize() local
198 static inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { in sobel() argument
1036 SkScalar scale = 0; global() variable
1339 SkScalar scale = this->surfaceScale() * 255; makeFragmentProcessor() local
1481 SkScalar scale = this->surfaceScale() * 255; makeFragmentProcessor() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp776 Float scale = As<Float>((As<Int>(max_s) & 0x7F800000) ^ 0x7F800000) * (1 << (N - 2)); in write() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp2589 const sw::float4 scale = state.textureFormat.getScale(); in getComponentScale() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c96 const double scale = (double)(1 << kGammaTabFix) / kGammaScale; in WEBP_DSP_INIT_FUNC() local
190 const double scale = 1. / kGammaTabSize; in WEBP_DSP_INIT_FUNC() local
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp409 float scale[2]; in ImGui_ImplVulkan_SetupRenderState() local
[all...]

Completed in 71 milliseconds

1...<<31323334353637383940>>...43