Home
last modified time | relevance | path

Searched defs:ScaleFactor (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dpacking.inl701 float const ScaleFactor(1.f / 15.f); local
720 float const ScaleFactor(1.f / 15.f); local
738 vec3 const ScaleFactor(1.f / 31.f, 1.f / 63.f, 1.f / 31.f); local
757 vec4 const ScaleFactor(1.f / 31.f, 1.f / 31.f, 1.f / 31.f, 1.f); local
775 vec3 const ScaleFactor(1.f / 7.f, 1.f / 7.f, 1.f / 3.f); local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dpacking.inl701 float const ScaleFactor(1.f / 15.f); local
720 float const ScaleFactor(1.f / 15.f); local
738 vec3 const ScaleFactor(1.f / 31.f, 1.f / 63.f, 1.f / 31.f); local
757 vec4 const ScaleFactor(1.f / 31.f, 1.f / 31.f, 1.f / 31.f, 1.f); local
775 vec3 const ScaleFactor(1.f / 7.f, 1.f / 7.f, 1.f / 3.f); local
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/
H A DGmmGen12Texture.cpp1001 CCS_UNIT & ScaleFactor) in GetCCSScaleFactor()
1068 CCS_UNIT ScaleFactor; in ScaleTextureHeight() local
1083 CCS_UNIT ScaleFactor; in ScaleTextureWidth() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dunit.rs1034 struct ScaleFactor { struct
1035 scale_1: Exact<Complex>,
1036 offset: Exact<Complex>,
1037 scale_2: Exact<Complex>,
1161 ) -> FResult<ScaleFactor> { in compute_scale_factor()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFixedPoint.cpp512 APFloat ScaleFactor(std::pow(2, Sema.getLsbWeight())); in convertToFloat() local
567 APFloat ScaleFactor(std::pow(2, -DstFXSema.getLsbWeight())); in getFromFloatValue() local
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dquality_scaler_settings.cc76 absl::optional<double> QualityScalerSettings::ScaleFactor() const { in ScaleFactor() function in webrtc::QualityScalerSettings
/aosp_15_r20/external/ComputeLibrary/tests/framework/instruments/
H A DInstrument.h40 enum class ScaleFactor : unsigned int enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h155 static const unsigned ScaleFactor; variable
H A DGCNSchedStrategy.cpp48 const unsigned ScheduleMetrics::ScaleFactor = 100; member in ScheduleMetrics
/aosp_15_r20/art/compiler/utils/
H A Dassembler.h416 enum ScaleFactor { enum
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_x86_32_or_x86_64/include/berberis/intrinsics/all_to_x86_32_or_x86_64/
Dmacro_assembler-inl.h27 using ScaleFactor = typename Assembler::ScaleFactor; variable
Dtext_assembler_x86_32_and_x86_64.h84 enum ScaleFactor { enum
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp949 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1044 unsigned ScaleFactor, in addLoadStoreOperands()
1707 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2009 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1028 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1123 unsigned ScaleFactor, in addLoadStoreOperands()
1794 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2120 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1033 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1124 unsigned ScaleFactor, in addLoadStoreOperands()
1766 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2091 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/aosp_15_r20/external/aac/libAACdec/src/
H A Dstereo.cpp1174 SHORT *ScaleFactor; in CJointStereo_ApplyIS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp707 unsigned ScaleFactor = DestNumElts / SrcNumElts; in foldBitcastShuf() local
713 unsigned ScaleFactor = SrcNumElts / DestNumElts; in foldBitcastShuf() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h53 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
H A DIceAssemblerX8664.h52 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32_and_x86_64.h199 enum ScaleFactor { kTimesOne = 0, kTimesTwo = 1, kTimesFour = 2, kTimesEight = 3 }; enum
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dlib.rs867 pub struct ScaleFactor(pub f64); struct
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp940 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1011 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_decode_vc1.h136 uint8_t ScaleFactor; /* derived from BFRACTION*/ member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4862 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
4905 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local

1234