Home
last modified time | relevance | path

Searched defs:scale (Results 451 - 475 of 1436) sorted by relevance

1...<<11121314151617181920>>...58

/third_party/mesa3d/src/gallium/frontends/va/
H A Dpostproc.c193 bool scale = false; in vlVaPostProcBlit() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c236 float scale, bias; in init_prog() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tex.cpp38 nir_ssa_def *scale = nir_frcp(b, size); in lower_coord_shift_normalized() local
167 nir_ssa_def *scale = NULL; in lower_txl_txf_array_or_cube() local
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__tz.c54 int scale = 3 - (trans == zi+44); in scan_trans() local
/third_party/musl/porting/uniproton/kernel/src/time/
H A D__tz.c58 int scale = 3 - (trans == zi+44); in scan_trans() local
/third_party/musl/porting/liteos_m/kernel/src/time/
H A D__tz.c58 int scale = 3 - (trans == zi+44); in scan_trans() local
/third_party/mesa3d/src/mesa/main/
H A Dpixeltransfer.c134 const GLfloat scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth() local
149 const GLdouble scale = ctx->Pixel.DepthScale; in _mesa_scale_and_bias_depth_uint() local
H A Dtexenv.c334 set_combiner_scale(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLfloat scale) set_combiner_scale() argument
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c284 const unsigned scale = params->fast_clear_op ? UINT_MAX : 1; in blorp_exec_on_render() local
/third_party/libinput/test/
H A Dtest-gestures.c301 double scale, oldscale; in test_gesture_pinch_2fg() local
424 double scale, oldscale; in test_gesture_pinch_3fg() local
539 double scale, oldscale; test_gesture_pinch_4fg() local
661 double scale, oldscale; test_gesture_spread() local
[all...]
/third_party/littlefs/scripts/
H A Dplotmpl.py538 def scale(self, width, height): member in Grid
H A Dplot.py294 def scale(self, x, y): member in Plot
792 def scale(self, width, height): global() member in Grid
[all...]
/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

Completed in 18 milliseconds

1...<<11121314151617181920>>...58