Home
last modified time | relevance | path

Searched defs:scale (Results 326 - 350 of 1118) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h285 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { in set_sib() argument
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in ScaleSample() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c323 const unsigned scale = params->fast_clear_op ? UINT_MAX : 1; in iris_blorp_exec_render() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.c321 LLVMValueRef scale = LLVMConstInt(i32_type, src_width/8, 0); in lp_build_gather_avx2() local
372 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2() local
H A Dlp_bld_const.c215 double scale = lp_const_scale(type); in lp_const_eps() local
H A Dlp_bld_format_float.c466 LLVMValueRef shift, scale, bias, exp; in lp_build_rgb9e5_to_float() local
423 lp_build_rgb9_to_float_helper(struct gallivm_state *gallivm, struct lp_type f32_type, LLVMValueRef src, LLVMValueRef scale, unsigned mantissa_start) lp_build_rgb9_to_float_helper() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c237 struct vertex2f scale = { in create_ycbcr_vert_shader() local
314 create_ycbcr_frag_shader(struct vl_mc *r, float scale, bool invert, in create_ycbcr_frag_shader() argument
482 vl_mc_init(struct vl_mc *renderer, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned macroblock_size, float scale, vl_mc_ycbcr_vert_shader vs_callback, vl_mc_ycbcr_frag_shader fs_callback, void *callback_priv) vl_mc_init() argument
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c231 float scale = 1./N; in speex_decorrelate() local
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c94 void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int type){ in av_build_filter() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp177 const float* const scale = &attr[6]; in verifyResultImage() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp53 void Layout::operator*=(size_t scale) in operator *=() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBufferSubData.cpp270 GLfloat scale = 2.0f; in initializeBenchmark() local
272 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
H A DMapBufferRange.cpp286 GLfloat scale = 2.0f; in initializeBenchmark() local
288 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
H A DInstancingPerf.cpp289 float scale = AnimationSignal(tx) * 0.01f + 0.01f; in drawBenchmark() local
/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp44 SkScalar scale; in GetSpotShadowTransform() local
H A DSkLatticeIter.cpp83 float scale; in set_points() local
H A DSkStrikeSpec.cpp259 findIntercepts( const SkScalar* bounds, SkScalar scale, SkScalar xPos, const SkGlyph* glyph, SkScalar* array, int* count) findIntercepts() argument
H A DSkStrikeCache.h69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
H A DSkScalerCache.cpp245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
H A DSkEdge.cpp47 float scale = float(1 << (shift + 6)); in setLine() local
193 float scale = float(1 << (shift + 6)); in setQuadraticWithoutUpdate() local
365 float scale = float(1 << (shift + 6)); setCubicWithoutUpdate() local
[all...]
H A DSkGlyphRunPainter.cpp157 SkScalar scale = (corners[1] - corners[0]).length() / rect.width(); in drawForBitmapDevice() local
[all...]
H A DSkGlyph.cpp288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, in ensureIntercepts() argument
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp131 float scale = SkMatrixPriv::DifferentialAreaScale( in draw_scale_factors() local
/third_party/skia/src/codec/
H A DSkSampledCodec.cpp50 float scale = get_scale_from_sample_size(supportedSampleSize); in accountForNativeScaling() local
[all...]
/third_party/skia/src/image/
H A DSkImage_GpuYUVA.cpp287 float scale = static_cast<float>(maxTextureSize)/maxDim; in MakeFromYUVAPixmaps() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...45