Home
last modified time | relevance | path

Searched defs:high_bits (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/
Dhash.cc66 size_t high_bits = in HashInts32() local
101 size_t high_bits = in HashInts64() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_3x3_filter_common.h41 const int8x16_t high_bits = vshrq_n_s8(b, 4); in vqtbl4q_s8() local
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c219 uint16_t high_bits = in blorp_vf_invalidate_for_vb_48b_transitions() local
DgenX_state_upload.c411 uint16_t high_bits = pinned_bo_high_bits(brw->vb.buffers[i].bo); in vf_invalidate_for_vb_48bit_transitions() local
420 uint16_t high_bits = pinned_bo_high_bits(brw->draw.draw_params_bo); in vf_invalidate_for_vb_48bit_transitions() local
429 uint16_t high_bits = pinned_bo_high_bits(brw->draw.derived_draw_params_bo); in vf_invalidate_for_vb_48bit_transitions() local
447 uint16_t high_bits = pinned_bo_high_bits(brw->ib.bo); in vf_invalidate_for_ib_48bit_transition() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c210 uint16_t high_bits = bo->gtt_offset >> 32u; in blorp_vf_invalidate_for_vb_48b_transitions() local
Diris_state.c6506 uint16_t high_bits = bo->gtt_offset >> 32ull; in iris_upload_render_state() local
/external/rust/crates/ring/crypto/limbs/
Dlimbs.c165 Limb high_bits = (higher_limb << (LIMB_BITS - index_within_word)) in LIMBS_window5_split_window() local
/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h336 uint32_t high_bits = ((1 << half_bit_size) - 1) << half_bit_size; in is_upper_half_zero() local
/external/jemalloc_new/src/
Djemalloc.c1779 static const size_t high_bits = SIZE_T_MAX << (sizeof(size_t) * 8 / 2); local
/external/pffft/
Dsse2neon.h2328 uint64x2_t high_bits = vreinterpretq_u64_u32(vshrq_n_u32(input, 31)); in _mm_movemask_ps() local