Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c136 struct ureg_dst t_a, t_b; in create_deint_frag_shader() local
149 t_b = ureg_DECL_temporary(shader); in create_deint_frag_shader()
175 ureg_TEX(shader, t_b, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_bot), sampler_prevprev); in create_deint_frag_shader()
176 …g_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_X), ureg_src(t_a), ureg_negate(ureg_src(t_b))); in create_deint_frag_shader()
179 ureg_TEX(shader, t_b, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_top), sampler_next); in create_deint_frag_shader()
180 …g_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_Y), ureg_src(t_a), ureg_negate(ureg_src(t_b))); in create_deint_frag_shader()
185 ureg_TEX(shader, t_b, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_top), sampler_prevprev); in create_deint_frag_shader()
186 …g_ADD(shader, ureg_writemask(t_diff, TGSI_WRITEMASK_X), ureg_src(t_a), ureg_negate(ureg_src(t_b))); in create_deint_frag_shader()
189 ureg_TEX(shader, t_b, TGSI_TEXTURE_2D_ARRAY, ureg_src(t_comp_bot), sampler_next); in create_deint_frag_shader()
190 …g_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/
Dupsampling_sse41.c55 const __m128i t_b = _mm_avg_epu8(b, db); /* (3a + 9b + c + 3d + 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); \
Dupsampling_sse2.c53 const __m128i t_b = _mm_avg_epu8(b, db); /* (3a + 9b + c + 3d + 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/
Dmath_grad.py1153 t_b = op.get_attr("transpose_b")
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:
1176 t_b = op.get_attr("transpose_b")
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/blktrace/
Dblkparse.c1185 ios->mwrite_b += t_b(t); in __account_m()
1189 ios->mread_b += t_b(t); in __account_m()
1211 ios->qwrite_b_pc += t_b(t); in __account_pc_queue()
1215 ios->qread_b_pc += t_b(t); in __account_pc_queue()
1263 ios->iwrite_b_pc -= t_b(t); in __account_pc_requeue()
1267 ios->iread_b_pc -= t_b(t); in __account_pc_requeue()
1309 ios->qwrite_b += t_b(t); in __account_queue()
1313 ios->qread_b += t_b(t); in __account_queue()
1406 ios->iwrite_b -= t_b(t); in __account_requeue()
1410 ios->iread_b -= t_b(t); in __account_requeue()
Dblktrace.h27 #define t_b(t) ((t)->bytes & 1023) macro
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h424 const T& t_b = *b.get<T>(); in UnaryVariantBinaryOpRegistration()
426 return binary_op_fn(ctx, t_a, t_b, t_out); in UnaryVariantBinaryOpRegistration()
/external/e2fsprogs/po/
Dvi.po212 "Cách dùng: %s [-F] [-I khối_đệm_nút] thiết_bị\n"
3051 "\t\t[-E tùy_chọn_đã_mở_rộng] [-z tập_tin_undo] thiết_bị\n"
3458 "“tune2fs -f -E clear_mmp {thiết_bị}”\n"
3863 " thiết_bị [khối_cuối [khối_đầu]]\n"
4278 "Cách dùng: %s [-bfghixV] [-o siêu_khối=<số>] [-o cỡ_khối=<số>] thiết_bị\n"
4496 msgstr "Cách dùng: %s [ -r|Q ] [ -f ] thiết_bị tập_tin_ảnh\n"
4501 msgstr " %s -I thiết_bị tập_tin_ảnh\n"
4789 msgstr "Cách dùng: e2label thiết_bị [nhãn_mới]\n"
5208 "\t [-jnqvDFSV] thiết_bị [số_lượng_khối]\n"
6299 "\t[-I cỡ_nút_mới] [-z tập_tin_undo] thiết_bị\n"
[all …]