/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 95 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 …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_math.c | 144 float *r0, *r1, *r2, *r3; in util_invert_mat4x4() local
|
D | register_allocate.c | 131 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() 818 ra_class_allocations_conflict(struct ra_class *c1, unsigned int r1, in ra_class_allocations_conflict()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | rgtc.cpp | 75 T r1 = static_cast<T>((data[0] >> 8) & 0xff); in rgtc_decode_subblock() local
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | hndrte_armtrap.h | 63 uint32 r1; /* a2 */ member
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | software_converter.cpp | 100 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | software_converter.cpp | 99 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/sm7250/display/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | software_converter.cpp | 98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; in convertYV12toYCrCb420SP() local
|
/hardware/google/gfxstream/guest/OpenglSystemCommon/ |
D | FormatConversions.cpp | 267 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb565() local 305 signed r1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 1.5960267857142856 * v)); in yv12_to_rgb888() local 351 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yuv420p_to_rgb888() local
|
/hardware/interfaces/drm/1.4/vts/functional/ |
D | drm_hal_test.cpp | 103 bool r1 = crypto->requiresSecureDecoderComponent(mime); in TEST_P() local
|
/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 299 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/guest/mesa/src/util/format/ |
D | u_format_tests.c | 77 #define UNPACKED_2x1(r0, g0, b0, a0, r1, g1, b1, a1) \ argument
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xregion.h | 90 #define EXTENTCHECK(r1, r2) \ argument
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_color_quantize.cpp | 118 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
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 493 inline hwc_rect expand(const hwc_rect &r1, const hwc_rect &r2) in expand()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2211 uint32 r1, r0; in bcm_uint64_multiple_add() local
|