/third_party/node/deps/v8/src/compiler/ |
D | memory-lowering.cc | 245 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/ |
D | lzma.txt | 50 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/ |
D | README_zh.md | 186 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
|
D | README.md | 224 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/ |
D | crocus_blorp.c | 175 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/ |
D | iris_blorp.c | 155 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/ |
D | anv_allocator.c | 889 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()
|
D | genX_blorp_exec.c | 171 unsigned state_size, unsigned state_alignment, in blorp_alloc_binding_table() argument
|
D | anv_image.c | 658 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()
|
D | anv_private.h | 841 uint32_t state_size, uint32_t alignment);
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1608 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/ |
D | blorp_genX_exec.h | 89 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/ |
D | lvp_device.c | 1524 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/ |
D | 0005-micro-for-ohos.patch | 7224 - 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/ |
D | 19.1.0.rst | 3235 - iris: Drop dead state_size hash table
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test10-pr18818-gcc.so.abi | 4305 …<var-decl name='state_size' type-id='type-id-459' mangled-name='_ZNSt23mersenne_twister_engineImLm…
|
D | test11-pr18828.so.abi | 5644 …<var-decl name='state_size' type-id='type-id-1326' mangled-name='_ZNSt23mersenne_twister_engineImL…
|
D | test16-pr18904.so.abi | 13085 …<var-decl name='state_size' type-id='type-id-1807' mangled-name='_ZNSt23mersenne_twister_engineImL…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 43446 unsigned int state_size; member
|