Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp100 vfloat r2 = change_sign(a2, b2); in TEST() local
121 vfloat r2 = atan(a2); in TEST() local
144 vfloat r2 = atan2(a2, b2); in TEST() local
549 vmask4 r2 = a2 == b2; in TEST() local
580 vmask4 r2 = a2 != b2; in TEST() local
698 vfloat4 r2 = clamp(2.1f, 3.0f, a2); in TEST() local
716 vfloat4 r2 = clampz(3.0f, a2); in TEST() local
734 vfloat4 r2 = clampzo(a2); in TEST() local
763 vfloat4 r2 = round(a2); in TEST() local
779 vfloat4 r2 = hmin(a2); in TEST() local
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.c144 float *r0, *r1, *r2, *r3; in util_invert_mat4x4() local
Dregister_allocate.c131 ra_add_conflict_list(struct ra_regs *regs, unsigned int r1, unsigned int r2) in ra_add_conflict_list()
142 ra_add_reg_conflict(struct ra_regs *regs, unsigned int r1, unsigned int r2) in ra_add_reg_conflict()
819 struct ra_class *c2, unsigned int r2) in ra_class_allocations_conflict()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dhndrte_armtrap.h64 uint32 r2; /* a3 */ member
/hardware/qcom/display/msm8998/libcopybit/
Dsoftware_converter.cpp100 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8084/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8994/libcopybit/
Dsoftware_converter.cpp99 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/sm8150/display/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/sm7250/display/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8909/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8996/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8960/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/qcom/display/msm8226/libcopybit/
Dsoftware_converter.cpp98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
/hardware/interfaces/drm/1.4/vts/functional/
Ddrm_hal_test.cpp104 bool r2; in TEST_P() local
/hardware/google/gfxstream/common/etc/
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
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXregion.h90 #define EXTENTCHECK(r1, r2) \ argument
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h493 inline hwc_rect expand(const hwc_rect &r1, const hwc_rect &r2) in expand()