Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp95 vfloat r1 = change_sign(a1, b1); in TEST() local
117 vfloat r1 = atan(a1); in TEST() local
139 vfloat r1 = atan2(a1, b1); in TEST() local
542 vmask4 r1 = a1 == b1; in TEST() local
573 vmask4 r1 = a1 != b1; in TEST() local
691 vfloat4 r1 = clamp(2.1f, 3.0f, a1); in TEST() local
709 vfloat4 r1 = clampz(3.0f, a1); in TEST() local
727 vfloat4 r1 = clampzo(a1); in TEST() local
756 vfloat4 r1 = round(a1); in TEST() local
772 vfloat4 r1 = hmin(a1); in TEST() local
[all …]
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
Dpendsv.h26 uint32_t r0, r1, r2, r3; member
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp271 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb565() local
309 signed r1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 1.5960267857142856 * v)); in yv12_to_rgb888() local
355 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yuv420p_to_rgb888() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
Drgtc.cpp75 T r1 = static_cast<T>((data[0] >> 8) & 0xff); in rgtc_decode_subblock() local
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Detc.cpp299 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_T() local
328 int r1, r2, g1, g2, b1, b2; in etc2_decode_block_H() local
394 int r1, r2, g1, g2, b1, b2; in etc2_decode_rgb_block() local
640 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_color_quantize.cpp118 float r1 = astc::clamp255f(color1.lane<0>() * scale); in quantize_rgb() local
208 float r1 = color1.lane<0>() * scale; in try_quantize_rgb_blue_contract() local
314 float r1 = astc::clamp255f(color1.lane<0>() * scale); in try_quantize_rgb_delta() local
424 float r1 = color0.lane<0>() * scale; in try_quantize_rgb_delta_blue_contract() local
/device/generic/goldfish/camera/
Dconverters.cpp87 const uint32_t* r1 = rgba + width; in rgba2yuv() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXregion.h90 #define EXTENTCHECK(r1, r2) \ argument