Home
last modified time | relevance | path

Searched refs:subblocks (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/ring/src/aead/
Dblock.rs24 subblocks: [u64; 2], field
32 Self { subblocks: [0, 0] } in zero()
40 subblocks: [first.into_raw_value(), second.into_raw_value()], in from_u64_le()
49 subblocks: [first.into_raw_value(), second.into_raw_value()], in from_u64_be()
55 u64::from_be(self.subblocks[0]),
56 u64::from_be(self.subblocks[1]),
76 for (r, a) in self.subblocks.iter_mut().zip(a.subblocks.iter()) { in bitxor_assign()
114 assert_eq!(*expected_result, r.subblocks); in test_bitxor_assign()
119 assert_eq!(*expected_result, r.subblocks); in test_bitxor_assign()
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc70 const int subblocks = block_duration_ms_ / 10; in EncodeABlock() local
76 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) { in EncodeABlock()
79 if (idx == subblocks - 1) in EncodeABlock()
/external/skqp/src/compute/skc/platforms/cl_12/
Dpath_builder_cl_12.c241 } subblocks; member
369 impl->wip.subblocks.rem = 0; in skc_path_builder_pfn_begin()
1014 …impl->wip.subblocks.rem = impl->runtime->config->block.subblocks; // FIXME -- move constants c… in skc_path_builder_impl_new_segs_block()
1015 impl->wip.subblocks.rolling = impl->wip.rolling.next; in skc_path_builder_impl_new_segs_block()
1016 impl->wip.subblocks.next = skc_path_builder_impl_new_command(impl,impl->wip.rolling.next, in skc_path_builder_impl_new_segs_block()
1018 impl->wip.subblocks.idx = 0; in skc_path_builder_impl_new_segs_block()
1033 float * * subblocks) in skc_path_builder_impl_acquire_subblocks()
1047 if (impl->wip.subblocks.rem == 0) in skc_path_builder_impl_acquire_subblocks()
1051 …impl->wip.ids.next->u32 = skc_rolling_subblock(impl->wip.subblocks.rolling,impl->wip.subblocks.idx… in skc_path_builder_impl_acquire_subblocks()
1058 skc_uint rem = min(vertices,impl->wip.subblocks.rem); in skc_path_builder_impl_acquire_subblocks()
[all …]
Dconfig_cl.h47 skc_uint subblocks; // subblocks per block -- block.bytes >= subblock.bytes member
Draster_builder_cl_12.c625 skc_uint const subblock_mask = runtime->config->block.subblocks - 1; in skc_raster_cohort_sort_prefix()
/external/webrtc/modules/audio_coding/neteq/test/
Dneteq_isac_quality_test.cc78 const int subblocks = kIsacBlockDurationMs / 10; in EncodeBlock() local
83 for (int idx = 0; idx < subblocks; idx++, pointer += subblock_length) { in EncodeBlock()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl193 // subblocks. The subblock size of course needs to match the length of
466 skc_subblocks_get_next_pb_id(skc_block_id_t * const subblocks,
473 if ((*subblocks & SKC_DEVICE_SUBBLOCKS_PER_BLOCK_MASK) == 0)
475 *subblocks = skc_blocks_get_next(blocks_next,blocks_idx,blocks,bp_mask,bp_ids);
478 skc_block_id_t const pb_id = *subblocks;
480 *subblocks += SKC_TILE_RATIO; // note this is one or two subblocks
890 // subblocks
893 skc_block_id_t subblocks = 0;
947 skc_block_id_t const pb_id = skc_subblocks_get_next_pb_id(&subblocks,
Drasterize.cl242 // allocation but subblocks help stretch out the pool.
309 skc_subblocks_get_next(skc_block_id_t * const subblocks,
316 if ((*subblocks & SKC_DEVICE_SUBBLOCKS_PER_BLOCK_MASK) == 0)
318 *subblocks = skc_blocks_get_next(blocks_next,blocks,bp_atomics,bp_mask,bp_ids);
321 skc_block_id_t const sb_id = *subblocks;
323 *subblocks += 1;
334 #define SKC_SUBBLOCKS_BLOCKS_PROTO() skc_block_id_t * const subblocks, skc_block_id_t * const blocks
335 #define SKC_SUBBLOCKS_BLOCKS_ARGS() subblocks, blocks
362 skc_block_id_t const new_id = skc_subblocks_get_next(subblocks,
1173 skc_block_id_t * const subblocks,
[all …]
Drasters_reclaim.cl283 // a subgroup as subblocks
/external/puffin/src/
Dutils.cc148 vector<BitExtent> subblocks; in FindDeflateSubBlocks() local
150 puffer.PuffDeflate(&bit_reader, &puff_writer, &subblocks)); in FindDeflateSubBlocks()
152 for (const auto& subblock : subblocks) { in FindDeflateSubBlocks()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c124 ….subblocks = SKC_DEVICE_BLOCK_WORDS / SKC_DEVICE_SUBBLOCK_WORDS // subblocks per block -- block…
/external/llvm/docs/
DBitCodeFormat.rst187 which case they are only defined in that block (neither subblocks nor
305 this immediate block --- it is not visible in subblocks or enclosing blocks.
/external/llvm-project/llvm/docs/
DBitCodeFormat.rst189 which case they are only defined in that block (neither subblocks nor
307 this immediate block --- it is not visible in subblocks or enclosing blocks.