Home
last modified time | relevance | path

Searched defs:high (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/test/
Dendpoint_codec_test.cc68 RgbaColor low, RgbaColor high, int quant, EndpointEncodingMode mode) { in TestColors()
95 const RgbaColor high {{ 255, 255, 255, 255 }}; in TEST() local
259 RgbaColor low, high; in TEST() local
358 const RgbaColor high = {{ 80, 16, 160, 255 }}; in TEST() local
383 const auto test_colors = [](const RgbaColor& low, const RgbaColor& high) { in TEST()
449 RgbaColor low, high; in TEST() local
/device/google/contexthub/firmware/lib/builtins/
Dint_lib.h34 si_int high; member
44 su_int high; member
Daeabi_f2ulz.c24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in __aeabi_f2ulz() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/base/
Duint128.h28 UInt128(uint64_t high, uint64_t low) : low_(low), high_(high) { } in UInt128()
/device/google/contexthub/firmware/lib/libm/
Def_rem_pio2.c148 __uint32_t high; local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
391 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc2_decode_rgb_block() local
495 etc1_uint32 high; member
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
Detc.cpp296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
391 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc2_decode_rgb_block() local
495 etc1_uint32 high; member
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp296 static void etc2_decode_block_T(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_T()
325 static void etc2_decode_block_H(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_H()
356 static void etc2_decode_block_P(etc1_uint32 high, etc1_uint32 low, in etc2_decode_block_P()
391 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc2_decode_rgb_block() local
495 etc1_uint32 high; member
/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp102 static float clamp(float x, float low, float high) { in clamp()
/device/generic/goldfish/camera/
DEmulatedCamera.cpp616 int low=-1, high=-1; in setParameters() local
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dendpoint_codec.cc203 (const RgbaColor& low, const RgbaColor& high) { in EncodeColorsLuma()
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmathutil.h718 T high() const { return mHigh; } in high() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2778 unsigned int high = outUsedRange->high(); in AssignSamplers() local
2902 unsigned int high = outUsedRange->high(); in AssignImages() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp696 long high = static_cast<long>(attributes.get(EGL_PLATFORM_ANGLE_D3D_LUID_HIGH_ANGLE, 0)); in callD3D11CreateDevice() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp3685 unsigned int high = static_cast<unsigned int>(mState.mExecutable->getUniforms().size()); in linkSamplerAndImageBindings() local