Home
last modified time | relevance | path

Searched refs:res4 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag38 float4 res4 = fast::min(in.v4, in.v4);
39 res4 = fast::max(in.v4, in.v4);
40 res4 = fast::clamp(in.v4, in.v4, in.v4);
41 res4 = precise::min(in.v4, in.v4);
42 res4 = precise::max(in.v4, in.v4);
43 res4 = precise::clamp(in.v4, in.v4, in.v4);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag19 OpName %res4 "res4"
157 %res4 = OpVariable %_ptr_Function_v4float Function
161 OpStore %res4 %108
165 OpStore %res4 %111
170 OpStore %res4 %115
174 OpStore %res4 %118
178 OpStore %res4 %121
183 OpStore %res4 %125
/third_party/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local
136 res4 = cur_fr->format(l, res4, pos2); in testAPI()
137 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res4); in testAPI()
332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local
341 f4->format(n, res4); in testRegistration()
352 logln((UnicodeString)"f4 reg int: " + res4); in testRegistration()
368 if (res4 != res1) { in testRegistration()
/third_party/ffmpeg/libavcodec/mips/
Diirfilter_mips.c95 float res1, res2, res3, res4; in iir_filter_flt_mips() local
159 [res3]"=&f"(res3), [res4]"=&f"(res4) in iir_filter_flt_mips()
173 dst0[3*sstep] = res4; in iir_filter_flt_mips()
Dh264idct_msa.c116 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in avc_idct8_addblk_msa() local
157 res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
158 TRANSPOSE8x8_SH_SH(res0, res1, res2, res3, res4, res5, res6, res7, in avc_idct8_addblk_msa()
159 res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
164 UNPCK_SH_SW(res4, tmp4_r, tmp4_l); in avc_idct8_addblk_msa()
226 res4, res5, res6, res7); in avc_idct8_addblk_msa()
234 ADD4(res4, tmp4, res5, tmp5, res6, tmp6, res7, tmp7, in avc_idct8_addblk_msa()
235 res4, res5, res6, res7); in avc_idct8_addblk_msa()
236 CLIP_SH8_0_255(res0, res1, res2, res3, res4, res5, res6, res7); in avc_idct8_addblk_msa()
237 PCKEV_B4_SB(res1, res0, res3, res2, res5, res4, res7, res6, in avc_idct8_addblk_msa()
Dvp9_idct_msa.c712 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in vp9_iadst8x8_colcol_addblk_msa() local
813 ILVR_B2_SH(zero, dst3, zero, dst4, res3, res4); in vp9_iadst8x8_colcol_addblk_msa()
814 ADD2(res3, out3, res4, out4, res3, res4); in vp9_iadst8x8_colcol_addblk_msa()
815 CLIP_SH2_0_255(res3, res4); in vp9_iadst8x8_colcol_addblk_msa()
816 PCKEV_B2_SH(res3, res3, res4, res4, res3, res4); in vp9_iadst8x8_colcol_addblk_msa()
818 ST_D1(res4, 0, dst + 4 * dst_stride); in vp9_iadst8x8_colcol_addblk_msa()
1176 v8i16 vec, res0, res1, res2, res3, res4, res5, res6, res7; in vp9_idct16x16_1_add_msa() local
1188 UNPCK_UB_SH(dst0, res0, res4); in vp9_idct16x16_1_add_msa()
1194 ADD4(res4, vec, res5, vec, res6, vec, res7, vec, res4, res5, res6, in vp9_idct16x16_1_add_msa()
1196 CLIP_SH8_0_255(res0, res1, res2, res3, res4, res5, res6, res7); in vp9_idct16x16_1_add_msa()
[all …]
Dh264qpel_msa.c750 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in ff_put_h264_qpel16_mc10_msa() local
788 HADD_SB4_SH(vec0, vec3, vec6, vec9, res4, res5, res6, res7); in ff_put_h264_qpel16_mc10_msa()
790 minus5b, res4, res5, res6, res7); in ff_put_h264_qpel16_mc10_msa()
792 plus20b, res4, res5, res6, res7); in ff_put_h264_qpel16_mc10_msa()
796 SRARI_H4_SH(res4, res5, res6, res7, 5); in ff_put_h264_qpel16_mc10_msa()
798 SAT_SH4_SH(res4, res5, res6, res7, 7); in ff_put_h264_qpel16_mc10_msa()
800 PCKEV_B2_SB(res5, res4, res7, res6, dst2, dst3); in ff_put_h264_qpel16_mc10_msa()
818 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in ff_put_h264_qpel16_mc30_msa() local
856 HADD_SB4_SH(vec0, vec3, vec6, vec9, res4, res5, res6, res7); in ff_put_h264_qpel16_mc30_msa()
858 minus5b, res4, res5, res6, res7); in ff_put_h264_qpel16_mc30_msa()
[all …]
Dh264chroma_msa.c215 v8u16 res0, res1, res2, res3, res4, res5, res6, res7; in avc_chroma_hz_8x8_msa() local
231 coeff_vec, res4, res5, res6, res7); in avc_chroma_hz_8x8_msa()
233 SLLI_4V(res4, res5, res6, res7, 3); in avc_chroma_hz_8x8_msa()
235 SRARI_H4_UH(res4, res5, res6, res7, 6); in avc_chroma_hz_8x8_msa()
237 SAT_UH4_UH(res4, res5, res6, res7, 7); in avc_chroma_hz_8x8_msa()
239 PCKEV_B2_UB(res5, res4, res7, res6, out2, out3); in avc_chroma_hz_8x8_msa()
491 v8u16 res0, res1, res2, res3, res4, res5, res6, res7; in avc_chroma_vt_8x8_msa() local
506 coeff_vec, res4, res5, res6, res7); in avc_chroma_vt_8x8_msa()
508 SLLI_4V(res4, res5, res6, res7, 3); in avc_chroma_vt_8x8_msa()
510 SRARI_H4_UH(res4, res5, res6, res7, 6); in avc_chroma_vt_8x8_msa()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c158 uint *res4 = (uint *) res; in logicop_quad() local
180 res4[j] = 0; in logicop_quad()
184 res4[j] = ~(src4[j] | dst4[j]); in logicop_quad()
188 res4[j] = ~src4[j] & dst4[j]; in logicop_quad()
192 res4[j] = ~src4[j]; in logicop_quad()
196 res4[j] = src4[j] & ~dst4[j]; in logicop_quad()
200 res4[j] = ~dst4[j]; in logicop_quad()
204 res4[j] = dst4[j] ^ src4[j]; in logicop_quad()
208 res4[j] = ~(src4[j] & dst4[j]); in logicop_quad()
212 res4[j] = src4[j] & dst4[j]; in logicop_quad()
[all …]
/third_party/json/tests/src/
Dunit-ordered_map.cpp292 auto res4 = om.insert(vt4); variable
293 CHECK(res4.first == om.begin() + 3);
294 CHECK(res4.second == true);
305 auto res4 = om.insert({"vier", "four"}); variable
306 CHECK(res4.first == om.begin() + 3);
307 CHECK(res4.second == true);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestNumberFormatAPI.java93 StringBuffer res4 = new StringBuffer(); in TestAPI() local
110 res4 = cur_fr.format(l, res4, pos2); in TestAPI()
111 logln("" + l + " formatted to " + res4); in TestAPI()
DIntlTestDecimalFormatAPI.java151 StringBuffer res4 = new StringBuffer(); in TestAPI() local
166 res4 = cust1.format(l, res4, pos4); in TestAPI()
167 logln("" + l + " formatted to " + res4); in TestAPI()
DIntlTestDecimalFormatAPIC.java109 StringBuffer res4 = new StringBuffer(); in TestAPI() local
124 res4 = cust1.format(l, res4, pos4); in TestAPI()
125 logln("" + l + " formatted to " + res4); in TestAPI()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java90 StringBuffer res4 = new StringBuffer(); in TestAPI() local
107 res4 = cur_fr.format(l, res4, pos2); in TestAPI()
108 logln("" + l + " formatted to " + res4); in TestAPI()
DIntlTestDecimalFormatAPI.java148 StringBuffer res4 = new StringBuffer(); in TestAPI() local
163 res4 = cust1.format(l, res4, pos4); in TestAPI()
164 logln("" + l + " formatted to " + res4); in TestAPI()
DIntlTestDecimalFormatAPIC.java106 StringBuffer res4 = new StringBuffer(); in TestAPI() local
121 res4 = cust1.format(l, res4, pos4); in TestAPI()
122 logln("" + l + " formatted to " + res4); in TestAPI()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll84 %res4 = zext <8 x i1> %res4_i1 to <8 x i16>
85 ret <8 x i16> %res4
141 %res4 = zext <16 x i1> %res4_i1 to <16 x i8>
142 ret <16 x i8> %res4
248 %res4 = insertelement <8 x i16> %vec, i16 %elt, i32 4
249 ret <8 x i16> %res4
303 %res4 = insertelement <16 x i8> %vec, i8 %elt, i32 4
304 ret <16 x i8> %res4
429 %res4 = zext i1 %res4_i1 to i64
430 ret i64 %res4
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3653 int res4 = SWIG_TMPOBJ ; in _wrap_WebPGetInfo() local
3674 if (SWIG_IsTmpObj(res4)) { in _wrap_WebPGetInfo()
3677 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPGetInfo()
3701 int res4 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGB() local
3726 if (SWIG_IsTmpObj(res4)) { in _wrap_WebPDecodeRGB()
3729 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGB()
3754 int res4 = SWIG_TMPOBJ ; in _wrap_WebPDecodeRGBA() local
3779 if (SWIG_IsTmpObj(res4)) { in _wrap_WebPDecodeRGBA()
3782 int new_flags = SWIG_IsNewObj(res4) ? (SWIG_POINTER_OWN | 0 ) : 0 ; in _wrap_WebPDecodeRGBA()
3807 int res4 = SWIG_TMPOBJ ; in _wrap_WebPDecodeARGB() local
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.nocompat.vk.asm.frag44 %res4 = OpGroupNonUniformSMax %uint %uint_3 InclusiveScan %i
56 OpStore %FragColor %res4
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.invalid.nofxc.sm60.asm.frag44 ;%res4 = OpGroupNonUniformSMax %uint %uint_3 InclusiveScan %i
56 ;OpStore %FragColor %res4
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/frag/
Dsubgroup-arithmetic-cast.msl21.asm.frag44 ;%res4 = OpGroupNonUniformSMax %uint %uint_3 InclusiveScan %i
56 ;OpStore %FragColor %res4
/third_party/glslang/Test/
D320.frag174 vec4 res4;
177 res4 = interpolateAtCentroid(colorSampIn);
178 res4 = interpolateAtCentroid(colorfsi);
197 res4 = interpolateAtSample(outp, 0); // ERROR, not interpolant
D310.frag374 vec4 res4;
377 res4 = interpolateAtCentroid(colorSampIn);
378 res4 = interpolateAtCentroid(colorfsi);
397 res4 = interpolateAtSample(outp, 0); // ERROR, not interpolant
/third_party/mesa3d/src/glx/
Dsingle2.c900 GLboolean *res4 = malloc((n + 3) & ~3); in glAreTexturesResidentEXT() local
901 retval = (GLboolean) __glXReadReply(dpy, 1, res4, GL_TRUE); in glAreTexturesResidentEXT()
902 memcpy(residences, res4, n); in glAreTexturesResidentEXT()
903 free(res4); in glAreTexturesResidentEXT()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dregexp_adapter_test.cc178 string mat1, mat2, res3, res4, res5, res6; in TEST_F() local
180 input_with_six_digit_groups.get(), false, &mat1, &mat2, &res3, &res4, in TEST_F()
190 ASSERT_EQ("444", res4) << ErrorMessage(context); in TEST_F()

12