Home
last modified time | relevance | path

Searched defs:low (Results 1 – 17 of 17) 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()
94 const RgbaColor low {{ 0, 0, 0, 0 }}; in TEST() local
259 RgbaColor low, high; in TEST() local
357 const RgbaColor low = {{ 20, 4, 40, 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/generic/vulkan-cereal/third-party/astc-codec/src/base/
Duint128.h27 UInt128(uint64_t low) : low_(low) { } in UInt128()
28 UInt128(uint64_t high, uint64_t low) : low_(low), high_(high) { } in UInt128()
/device/google/contexthub/firmware/lib/builtins/
Dint_lib.h33 su_int low; member
43 su_int low; member
Daeabi_f2ulz.c25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ in __aeabi_f2ulz() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 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()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 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()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock()
266 static void etc2_T_H_index(const int* clrTable, etc1_uint32 low, in etc2_T_H_index()
296 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()
392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() local
496 etc1_uint32 low; member
/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp102 static float clamp(float x, float low, float high) { in clamp()
/device/google/trout/hal/sensors/2.0/
DSensor.cpp95 std::vector<double>::iterator low = in batch() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-printers.cc323 uint64_t low = static_cast<uint64_t>(v); in PrintTo() local
/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.h717 T low() const { return mLow; } in low() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2777 unsigned int low = outUsedRange->low(); in AssignSamplers() local
2901 unsigned int low = outUsedRange->low(); in AssignImages() local
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkCommonOperations.cpp390 uint32_t low = driverVersion & 0x3fff; in decodeDriverVersion() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp697 unsigned long low = in callD3D11CreateDevice() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp3686 unsigned int low = high; in linkSamplerAndImageBindings() local