/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32-inl.h | 285 void Operand::set_sib(ScaleFactor scale, Register index, Register base) { in set_sib() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.cc | 46 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 D | iris_blorp.c | 323 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 D | lp_bld_gather.c | 321 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 D | lp_bld_const.c | 215 double scale = lp_const_scale(type); in lp_const_eps() local
|
H A D | lp_bld_format_float.c | 466 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 D | vl_mc.c | 237 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 D | scal.c | 231 float scale = 1./N; in speex_decorrelate() local
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | resample2.c | 94 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 D | vktTessellationPrimitiveDiscardTests.cpp | 177 const float* const scale = &attr[6]; in verifyResultImage() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Layout.cpp | 53 void Layout::operator*=(size_t scale) in operator *=() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | BufferSubData.cpp | 270 GLfloat scale = 2.0f; in initializeBenchmark() local 272 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
|
H A D | MapBufferRange.cpp | 286 GLfloat scale = 2.0f; in initializeBenchmark() local 288 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
|
H A D | InstancingPerf.cpp | 289 float scale = AnimationSignal(tx) * 0.01f + 0.01f; in drawBenchmark() local
|
/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 44 SkScalar scale; in GetSpotShadowTransform() local
|
H A D | SkLatticeIter.cpp | 83 float scale; in set_points() local
|
H A D | SkStrikeSpec.cpp | 259 findIntercepts( const SkScalar* bounds, SkScalar scale, SkScalar xPos, const SkGlyph* glyph, SkScalar* array, int* count) findIntercepts() argument
|
H A D | SkStrikeCache.h | 69 void findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
|
H A D | SkScalerCache.cpp | 245 void SkScalerCache::findIntercepts(const SkScalar bounds[2], SkScalar scale, SkScalar xPos, in findIntercepts() argument
|
H A D | SkEdge.cpp | 47 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 D | SkGlyphRunPainter.cpp | 157 SkScalar scale = (corners[1] - corners[0]).length() / rect.width(); in drawForBitmapDevice() local [all...] |
H A D | SkGlyph.cpp | 288 void SkGlyph::ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, in ensureIntercepts() argument
|
/third_party/skia/samplecode/ |
H A D | SampleFilterBounds.cpp | 131 float scale = SkMatrixPriv::DifferentialAreaScale( in draw_scale_factors() local
|
/third_party/skia/src/codec/ |
H A D | SkSampledCodec.cpp | 50 float scale = get_scale_from_sample_size(supportedSampleSize); in accountForNativeScaling() local [all...] |
/third_party/skia/src/image/ |
H A D | SkImage_GpuYUVA.cpp | 287 float scale = static_cast<float>(maxTextureSize)/maxDim; in MakeFromYUVAPixmaps() local
|