Home
last modified time | relevance | path

Searched refs:x_mask (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc106 const uint16x8_t x_mask = vcltq_u16(x_index, x_max_index); in CflSubsampler420_NEON() local
120 vbslq_u16(x_mask, sum_row_shifted, max_luma_sum); in CflSubsampler420_NEON()
148 const uint16x8_t x_mask = vcltq_u16(x_index, x_max_index); in CflSubsampler420_NEON() local
154 vbslq_u16(x_mask, sum_row_shifted, max_luma_sum); in CflSubsampler420_NEON()
214 const uint8x8_t x_mask = vclt_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
220 const uint8x8_t row = vbsl_u8(x_mask, vld1_u8(src), x_max); in CflSubsampler444_NEON()
241 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
242 const uint8x16_t row = vbslq_u8(x_mask, vld1q_u8(src + x), x_max); in CflSubsampler444_NEON()
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops.h413 Packet x_mask = pcmp_lt(x, zeros);
420 return pselect(pxor(x_mask, y_mask), ratio_rounded, x_div_y);
/external/mesa3d/src/amd/common/
Dac_surface.c234 unsigned x_mask = (1u << tile->tile_width_log2) - 1; in ac_compute_retile_tile_addr() local
240 unsigned offset_in_tile = tile->data[((y & y_mask) << tile->tile_width_log2) + (x & x_mask)]; in ac_compute_retile_tile_addr()