Home
last modified time | relevance | path

Searched refs:state_size (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmemory-lowering.cc245 intptr_t const state_size = state->size() + object_size; in ReduceAllocateRaw() local
250 if (OpParameter<int64_t>(group->size()->op()) < state_size) { in ReduceAllocateRaw()
252 common()->Int64Constant(state_size)); in ReduceAllocateRaw()
255 if (OpParameter<int32_t>(group->size()->op()) < state_size) { in ReduceAllocateRaw()
258 common()->Int32Constant(static_cast<int32_t>(state_size))); in ReduceAllocateRaw()
278 AllocationState::Open(group, state_size, top, effect, zone()); in ReduceAllocateRaw()
/third_party/lzma/DOC/
Dlzma.txt50 state_size = (4 + (1.5 << (lc + lp))) KB
51 by default (lc=3, lp=0), state_size = 16 KB.
78 - LZMA Internal Structures: state_size (16 KB for default settings)
132 - LZMA Internal Structures: state_size (16 KB for default settings)
183 - (dictSize * 11.5 + 6 MB) + state_size
/third_party/lzma/
DREADME_zh.md186 3. 内部state结构size消耗state_size = (4 + (1.5 << (lc + lp))) KB by default (lc=3, lp=0), state_size = 16…
217 - LZMA Internal Structures: state_size (16 KB for default settings)
271 - LZMA Internal Structures: state_size (16 KB for default settings)
333 - (dictSize * 11.5 + 6 MB) + state_size
DREADME.md224 3. Internal state structure consumes state_size = (4 + (1.5 << (lc + lp))) KB by default (lc=3, lp=…
255 - LZMA Internal Structures: state_size (16 KB for default settings)
311 - LZMA Internal Structures: state_size (16 KB for default settings)
371 - (dictSize * 11.5 + 6 MB) + state_size
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c175 unsigned state_size, in blorp_alloc_binding_table() argument
187 state_size, state_alignment, in blorp_alloc_binding_table()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c155 unsigned state_size, in blorp_alloc_binding_table() argument
175 state_size, state_alignment, in blorp_alloc_binding_table()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c889 uint32_t state_size, in anv_fixed_size_state_pool_alloc_new() argument
906 if (state_size >= block_size) in anv_fixed_size_state_pool_alloc_new()
907 return anv_block_pool_alloc(block_pool, state_size, padding); in anv_fixed_size_state_pool_alloc_new()
910 block.u64 = __sync_fetch_and_add(&pool->block.u64, state_size); in anv_fixed_size_state_pool_alloc_new()
916 new.next = offset + state_size; in anv_fixed_size_state_pool_alloc_new()
DgenX_blorp_exec.c171 unsigned state_size, unsigned state_alignment, in blorp_alloc_binding_table() argument
Danv_image.c658 unsigned state_size = clear_color_state_size + 4; in add_aux_state_tracking_buffer() local
664 state_size += anv_minify(image->vk.extent.depth, l) * 4; in add_aux_state_tracking_buffer()
666 state_size += image->vk.mip_levels * image->vk.array_layers * 4; in add_aux_state_tracking_buffer()
687 ANV_OFFSET_IMPLICIT, state_size, 4096, in add_aux_state_tracking_buffer()
Danv_private.h841 uint32_t state_size, uint32_t alignment);
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1608 struct ureg state_size = register_param1(p, STATE_POINT_SIZE_CLAMPED); in build_atten_pointsize() local
1626 emit_op2(p, OPCODE_MUL, out, WRITEMASK_X, ut, state_size); in build_atten_pointsize()
1631 emit_op2(p, OPCODE_MUL, ut, WRITEMASK_X, ut, state_size); in build_atten_pointsize()
1632 emit_op2(p, OPCODE_MAX, ut, WRITEMASK_X, ut, swizzle1(state_size, Y)); in build_atten_pointsize()
1633 emit_op2(p, OPCODE_MIN, out, WRITEMASK_X, ut, swizzle1(state_size, Z)); in build_atten_pointsize()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h89 unsigned state_size, unsigned state_alignment,
2075 unsigned *state_size) in blorp_get_compute_push_const() argument
2085 *state_size = 0; in blorp_get_compute_push_const()
2122 *state_size = push_const_size; in blorp_get_compute_push_const()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1524 size_t state_size = lvp_get_rendering_state_size(); in lvp_CreateDevice() local
1526 sizeof(*device) + state_size, 8, in lvp_CreateDevice()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch7224 - auto state_size = lstm_param_->batch_ * lstm_param_->hidden_size_;
7225 - if (state_size < 0) {
7231 - memcpy(states + stride, hidden_state, state_size * sizeof(float));
7233 - memcpy(states + stride, cell_state, state_size * sizeof(float));
7235 - memcpy(states + stride, input_gate, state_size * sizeof(float));
7237 - memcpy(states + stride, output_gate, state_size * sizeof(float));
7239 - memcpy(states + stride, forget_gate, state_size * sizeof(float));
7241 - memcpy(states + stride, cell_gate, state_size * sizeof(float));
8132 + auto state_size = lstm_param_->batch_ * lstm_param_->hidden_size_;
8133 + if (state_size < 0) {
[all …]
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3235 - iris: Drop dead state_size hash table
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest10-pr18818-gcc.so.abi4305 …<var-decl name='state_size' type-id='type-id-459' mangled-name='_ZNSt23mersenne_twister_engineImLm…
Dtest11-pr18828.so.abi5644 …<var-decl name='state_size' type-id='type-id-1326' mangled-name='_ZNSt23mersenne_twister_engineImL…
Dtest16-pr18904.so.abi13085 …<var-decl name='state_size' type-id='type-id-1807' mangled-name='_ZNSt23mersenne_twister_engineImL…
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h43446 unsigned int state_size; member