Home
last modified time | relevance | path

Searched defs:scale (Results 1051 - 1075 of 1110) sorted by relevance

1...<<4142434445

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp215 GLdouble scale = sqrt(sysSpace / GLdouble(sysRequired)); in scaleDimensionsToMemory() local
/third_party/skia/src/core/
H A DSkVM.h104 Scale scale = ONE; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp406 unsigned int scale; member
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2977 static void debug_scale_matrix(const SkPath& one, const SkPath* two, SkMatrix& scale) { in debug_scale_matrix() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp667 OperatorShaderEvaluator (const glw::Functions& gl, ShaderType shaderType, ShaderEvalFunc evalFunc, const FloatScalar& scale, const FloatScalar& bias, int resultScalarSize) in OperatorShaderEvaluator() argument
1067 float scale = rangeMax - rangeMin; in setupShaderData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp458 OperatorShaderEvaluator (const ShaderEvalFunc evalFunc, const float scale, const float bias, int resultScalarSize) in OperatorShaderEvaluator() argument
568 const float scale = rangeMax - rangeMin; in ShaderOperatorCaseInstance() local
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c3887 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() argument
8086 int scale, recovery_active; in status_resync() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1107 static const u8 scale = 15; in log1_times100() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h543 int scale; member
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c587 const int scale = 1 << (default_filt_lvl >> 5); in vp9_loop_filter_frame_init() local
1150 u32 scale = 0; in codec_vp9_set_mc() local
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c1107 static const u8 scale = 15; in log1_times100() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c587 const int scale = 1 << (default_filt_lvl >> 5); in vp9_loop_filter_frame_init() local
1150 u32 scale = 0; in codec_vp9_set_mc() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h600 int scale; member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c1179 int index_reg, base_reg, scale; in decode_modrm() local
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h470 u8 scale; member
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c3831 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() argument
8128 int scale, recovery_active; in status_resync() local
[all...]
/third_party/glfw/src/
H A Dinternal.h575 GLFWwindowcontentscalefun scale; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h861 float scale[MAX_VIEWPORTS][3]; member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1689 LLVMValueRef scale = NULL; in ac_build_opencoded_load_format() local
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c3556 float scale = negative_one_to_one ? 0.5f : 1.0f; in cmd_buffer_emit_viewport() local
6213 cmd_buffer_emit_hashing_mode(struct anv_cmd_buffer *cmd_buffer, unsigned width, unsigned height, unsigned scale) cmd_buffer_emit_hashing_mode() argument
[all...]
/third_party/libinput/src/
H A Dlibinput.c205 double scale; member
2995 gesture_notify(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, bool cancelled, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify() argument
3051 gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify_pinch() argument
3065 gesture_notify_pinch_end(struct libinput_device *device, uint64_t time, int finger_count, double scale, bool cancelled) gesture_notify_pinch_end() argument
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc6469 ScaleNumberToNanosecondsVerifyAndMake( Isolate* isolate, Handle<BigInt> bigint, uint32_t scale) ScaleNumberToNanosecondsVerifyAndMake() argument
6493 ScaleNumberToNanosecondsVerifyAndMake( Isolate* isolate, Handle<Object> epoch_Xseconds, uint32_t scale) ScaleNumberToNanosecondsVerifyAndMake() argument
6508 ScaleToNanosecondsVerifyAndMake( Isolate* isolate, Handle<Object> epoch_Xseconds, uint32_t scale) ScaleToNanosecondsVerifyAndMake() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c8318 emit_hashing_mode(struct iris_context *ice, struct iris_batch *batch, unsigned width, unsigned height, unsigned scale) emit_hashing_mode() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2068 bi_index scale = bi_fma_rscale_f32(b, s0, log2_base, bi_negzero(), in bi_fexp_32() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h381 float scale[4]; member

Completed in 145 milliseconds

1...<<4142434445