Home
last modified time | relevance | path

Searched refs:va0 (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/opts/
DSkBitmapProcState_opts.h268 uint32x2_t va0, va1; in filter_and_scale_by_alpha() local
275 va0 = vdup_n_u32(a00); // duplicate a00 in filter_and_scale_by_alpha()
277 va0 = vset_lane_u32(a01, va0, 1); // set top to a01 in filter_and_scale_by_alpha()
280 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y) in filter_and_scale_by_alpha()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp2152 VertexAttribState va0(0); in Run() local
2153 va0.array_size = 2; in Run()
2154 va0.array_type = GL_BYTE; in Run()
2155 va0.array_normalized = 1; in Run()
2156 va0.relative_offset = 16; in Run()
2159 if (!va0.stateVerify() || !vb0.stateVerify()) in Run()
2182 va0.array_buffer_binding = m_vbo[0]; in Run()
2187 if (!va0.stateVerify() || !vb0.stateVerify()) in Run()
2209 if (!va0.stateVerify() || !vb0.stateVerify() || !va2.stateVerify() || !vb2.stateVerify()) in Run()
2220 va0.binding = 15; in Run()
[all …]
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c42 #define VEC_1D_DCT(vb0,vb1,vb2,vb3,va0,va1,va2,va3) \ argument
51 va0 = vec_add(vz0,vz3); /* x[0] = temp[0] + temp[3] */ \
88 vec_s16 va0, va1, va2, va3; in h264_idct_add_altivec() local
108 VEC_1D_DCT(vtmp0,vtmp1,vtmp2,vtmp3,va0,va1,va2,va3); in h264_idct_add_altivec()
109 VEC_TRANSPOSE_4(va0,va1,va2,va3,vtmp0,vtmp1,vtmp2,vtmp3); in h264_idct_add_altivec()
110 VEC_1D_DCT(vtmp0,vtmp1,vtmp2,vtmp3,va0,va1,va2,va3); in h264_idct_add_altivec()
112 va0 = vec_sra(va0,v6us); in h264_idct_add_altivec()
117 VEC_LOAD_U8_ADD_S16_STORE_U8(va0); in h264_idct_add_altivec()
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h403 uint32x2_t va0, va1; in filter_and_scale_by_alpha() local
410 va0 = vdup_n_u32(a00); // duplicate a00 in filter_and_scale_by_alpha()
412 va0 = vset_lane_u32(a01, va0, 1); // set top to a01 in filter_and_scale_by_alpha()
415 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y) in filter_and_scale_by_alpha()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp2708 VertexAttribState va0(0); in Run() local
2709 va0.array_size = 2; in Run()
2710 va0.array_type = GL_BYTE; in Run()
2711 va0.array_normalized = 1; in Run()
2712 va0.relative_offset = 16; in Run()
2715 if (!va0.stateVerify() || !vb0.stateVerify()) in Run()
2738 va0.array_buffer_binding = m_vbo[0]; in Run()
2743 if (!va0.stateVerify() || !vb0.stateVerify()) in Run()
2765 if (!va0.stateVerify() || !vb0.stateVerify() || !va2.stateVerify() || !vb2.stateVerify()) in Run()
2776 va0.binding = 15; in Run()
[all …]
/third_party/boost/libs/fusion/test/compile_time/
Dvector_intrinsic.cpp41 typedef typename boost::fusion::result_of::value_at_c<v_type, 0>::type va0; in test() typedef
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c402 float va0, vb0, vc0; /* VertexAttrib */ member
519 &mesh[0].va0); in gst_gl_bumper_callback()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp1033 value *va0 = es0 == 0 ? v1 : v0; in fold_alu_op3() local
1042 (!va0->is_rel() || !va1->is_rel() || in fold_alu_op3()
1043 (va0->rel == va1->rel))) { in fold_alu_op3()
1054 add->src[0] = va0; in fold_alu_op3()