Searched refs:t_a (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_deint_filter.c | 136 struct ureg_dst t_a, t_b; in create_deint_frag_shader() local 148 t_a = ureg_DECL_temporary(shader); in create_deint_frag_shader() 174 ureg_TEX(shader, t_a, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_bot), sampler_cur); in create_deint_frag_shader() 176 …ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_X), ureg_src(t_a), ureg_negate(ureg_src(t_b… in create_deint_frag_shader() 178 ureg_TEX(shader, t_a, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_top), sampler_prev); in create_deint_frag_shader() 180 …ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b… in create_deint_frag_shader() 184 ureg_TEX(shader, t_a, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_top), sampler_cur); in create_deint_frag_shader() 186 …ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_X), ureg_src(t_a), ureg_negate(ureg_src(t_b… in create_deint_frag_shader() 188 ureg_TEX(shader, t_a, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_bot), sampler_prev); in create_deint_frag_shader() 190 …ureg_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b… in create_deint_frag_shader() [all …]
|
/external/webp/src/dsp/ |
D | upsampling_sse41.c | 54 const __m128i t_a = _mm_avg_epu8(a, da); /* (9a + 3b + 3c + d + 8) / 16 */ \ 56 const __m128i t_1 = _mm_unpacklo_epi8(t_a, t_b); \ 57 const __m128i t_2 = _mm_unpackhi_epi8(t_a, t_b); \
|
D | upsampling_sse2.c | 52 const __m128i t_a = _mm_avg_epu8(a, da); /* (9a + 3b + 3c + d + 8) / 16 */ \ 54 const __m128i t_1 = _mm_unpacklo_epi8(t_a, t_b); \ 55 const __m128i t_2 = _mm_unpackhi_epi8(t_a, t_b); \
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 1152 t_a = op.get_attr("transpose_a") 1156 if not t_a and not t_b: 1159 elif not t_a and t_b: 1162 elif t_a and not t_b: 1165 elif t_a and t_b: 1175 t_a = op.get_attr("transpose_a") 1206 if not t_a and not t_b: 1209 elif not t_a and t_b: 1212 elif t_a and not t_b: 1215 elif t_a and t_b:
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry.h | 423 const T& t_a = *a.get<T>(); in UnaryVariantBinaryOpRegistration() 426 return binary_op_fn(ctx, t_a, t_b, t_out); in UnaryVariantBinaryOpRegistration()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov | 4900 …�S��aӞ�L�E�R �*���\NA��)�+�J}H����f,���K�P4<h'�2�ؼ���ɐ�$����n�7�2t_a�k���8E�٠w12��S�4_͵… 6161 …�S��aӞ�L�E�R �*���\NA��)�+�J}H����f,���K�P4<h'�2�ؼ���ɐ�$����n�7�2t_a�k���8E�٠w12��S�4_͵…
|
D | 55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov | 4900 …�S��aӞ�L�E�R �*���\NA��)�+�J}H����f,���K�P4<h'�2�ؼ���ɐ�$����n�7�2t_a�k���8E�٠w12��S�4_͵… 6161 …�S��aӞ�L�E�R �*���\NA��)�+�J}H����f,���K�P4<h'�2�ؼ���ɐ�$����n�7�2t_a�k���8E�٠w12��S�4_͵…
|