Home
last modified time | relevance | path

Searched defs:alpha0 (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp306 int alpha0 = color_unquantization_tables[quantization_level][input[2]]; in luminance_alpha_unpack() local
320 int alpha0 = color_unquantization_tables[quantization_level][input[2]]; in luminance_alpha_delta_unpack() local
792 int alpha0, alpha1; in hdr_rgb_hdr_alpha_unpack3() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp320 int alpha0 = unquant_color(quant_level, input[2]); in luminance_alpha_unpack() local
342 int alpha0 = unquant_color(quant_level, input[2]); in luminance_alpha_delta_unpack() local
845 int alpha0, alpha1; in hdr_rgb_hdr_alpha_unpack() local
Dastcenc_color_quantize.cpp1948 float alpha0, in quantize_hdr_alpha()
/aosp_15_r20/external/mesa3d/src/util/
H A Dtexcompress_rgtc_tmp.h37 const TYPE alpha0 = blksrc[0]; in TAG() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c832 LLVMValueRef alpha0, in lp_build_lerpdxta()
902 LLVMValueRef tmp, alpha0, alpha1, alphac, alphac0, bit_pos, shift; in s3tc_dxt5_alpha_channel() local
1556 LLVMValueRef alpha0, in lp_build_lerpdxta_block()
1615 LLVMValueRef alpha, alpha0, alpha1, ares; in s3tc_decode_block_dxt5() local
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_generated_ops.cc176 auto alpha0 = 2; in TEST() local
212 auto alpha0 = 2; in TEST() local
250 auto alpha0 = 2; in TEST() local
624 auto alpha0 = 2; in TEST() local
3206 auto alpha0 = 2; in TEST() local
3274 auto alpha0 = 2; in TEST() local
3314 auto alpha0 = 2; in TEST() local
3966 auto alpha0 = 2; in TEST() local
5697 auto alpha0 = 2; in TEST() local
5733 auto alpha0 = 2; in TEST() local
/aosp_15_r20/external/freetype/src/base/
H A Dftstroke.c1428 FT_Angle theta, phi, rotate, alpha0 = 0; in FT_Stroker_ConicTo() local
1635 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
H A DTnaf.java40 public static final ZTauElement[] alpha0 = { field in Tnaf
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
H A DTnaf.java40 public static final ZTauElement[] alpha0 = { field in Tnaf
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DTnaf.java39 public static final ZTauElement[] alpha0 = { field in Tnaf
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp85 uint8_t alpha0 = src[srcOffset + yy * 2 + (xx >> 1)]; in UncompressDXTBlock() local
92 uint8_t alpha0 = src[srcOffset + 0]; in UncompressDXTBlock() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dwarp_test.cc210 const int alpha0 = in SetupShear() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Dtexcompress_s3tc_tmp.h153 const GLubyte alpha0 = blksrc[0]; in fetch_2d_texel_rgba_dxt5() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/character/
H A Dstreaming.rs317 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() function
H A Dcomplete.rs341 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/character/
Dcomplete.rs341 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() function
Dstreaming.rs317 pub fn alpha0<T, E: ParseError<T>>(input: T) -> IResult<T, T, E> in alpha0() function
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp644 uint32_t alpha0 = 0xff000000; in init() local
H A Des2fMultisampleTests.cpp1347 …Vec4 alpha0(0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols - 1) … in iterate() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp810 …Vec4 alpha0(0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols - 1) … in iterate() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp519 TVariable *alpha0 = in AddSampleMaskDeclaration() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1510 …Vec4 alpha0(0.0f, 0.0f, 0.0f, m_isAlphaToCoverageCase ? (float)col / (float)(numQuadRowsCols - 1) … in iterate() local
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs339 pub fn alpha0<I, E: ParserError<I>>(input: &mut I) -> PResult<<I as Stream>::Slice, E> in alpha0() function
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1609 const uint8_t alpha0 = src[0]; in decompressBc3() local
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-location.impl_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/ ...

1234