Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 25 of 55) sorted by relevance

123

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_parallelcopy.c281 unsigned entry_count; member
301 struct copy_entry *new_entry = &ctx->entries[ctx->entry_count++]; in split_32bit_copy()
320 for (unsigned i = 0; i < ctx->entry_count; i++) { in _handle_copies()
345 for (unsigned i = 0; i < ctx->entry_count; i++) { in _handle_copies()
372 for (unsigned i = 0; i < ctx->entry_count; i++) { in _handle_copies()
422 for (unsigned i = 0; i < ctx->entry_count; i++) { in _handle_copies()
441 for (unsigned j = 0; j < ctx->entry_count; j++) { in _handle_copies()
460 for (unsigned j = 0; j < ctx->entry_count; j++) { in _handle_copies()
475 struct copy_entry *entries, unsigned entry_count) in handle_copies() argument
480 ctx.entry_count = 0; in handle_copies()
[all …]
/third_party/mesa3d/src/asahi/compiler/
Dagx_lower_parallel_copy.c67 unsigned entry_count; member
106 struct agx_copy *new_entry = &ctx->entries[ctx->entry_count++]; in split_32bit_copy()
122 .entry_count = num_copies in agx_emit_parallel_copies()
131 for (unsigned i = 0; i < ctx->entry_count; i++) { in agx_emit_parallel_copies()
159 for (unsigned i = 0; i < ctx->entry_count; i++) { in agx_emit_parallel_copies()
186 for (unsigned i = 0; i < ctx->entry_count; i++) { in agx_emit_parallel_copies()
236 for (unsigned i = 0; i < ctx->entry_count; i++) { in agx_emit_parallel_copies()
255 for (unsigned j = 0; j < ctx->entry_count; j++) { in agx_emit_parallel_copies()
274 for (unsigned j = 0; j < ctx->entry_count; j++) { in agx_emit_parallel_copies()
/third_party/libexif/test/
Dtest-parse.c30 static unsigned entry_count; variable
40 entry_count, in content_foreach_func()
46 ++entry_count; in content_foreach_func()
54 entry_count = 0; in data_foreach_func()
Dtest-parse-from-data.c34 static unsigned entry_count; variable
44 entry_count, in content_foreach_func()
50 ++entry_count; in content_foreach_func()
58 entry_count = 0; in data_foreach_func()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc345 uint32_t entry_count = 0; in LogWriteDebugInfo() local
363 entry_count++; in LogWriteDebugInfo()
365 if (entry_count == 0) return; in LogWriteDebugInfo()
370 debug_info.entry_count_ = entry_count; in LogWriteDebugInfo()
373 size += entry_count * sizeof(PerfJitDebugEntry); in LogWriteDebugInfo()
421 uint32_t entry_count = 0; in LogWriteDebugInfo() local
433 entry_count++; in LogWriteDebugInfo()
437 if (entry_count == 0) return; in LogWriteDebugInfo()
445 debug_info.entry_count_ = entry_count; in LogWriteDebugInfo()
449 size += entry_count * sizeof(PerfJitDebugEntry); in LogWriteDebugInfo()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c134 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_op_internal_buffer_find() local
137 for (uint32_t i = 0; i < entry_count; i += entry_size) in ecma_op_internal_buffer_find()
198 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_op_container_free_weakset_entries() local
201 for (uint32_t i = 0; i < entry_count; i += ECMA_CONTAINER_VALUE_SIZE) in ecma_op_container_free_weakset_entries()
229 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_op_container_free_weakmap_entries() local
232 for (uint32_t i = 0; i < entry_count; i += ECMA_CONTAINER_PAIR_SIZE) in ecma_op_container_free_weakmap_entries()
261 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_op_container_free_set_entries() local
264 for (uint32_t i = 0; i < entry_count; i += ECMA_CONTAINER_VALUE_SIZE) in ecma_op_container_free_set_entries()
288 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_op_container_free_map_entries() local
291 for (uint32_t i = 0; i < entry_count; i += ECMA_CONTAINER_PAIR_SIZE) in ecma_op_container_free_map_entries()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_buffer.c89 const uint32_t entry_count = ARRAY_SIZE(cache_infos); in vn_buffer_cache_entries_create() local
92 entries = vk_zalloc(alloc, sizeof(*entries) * entry_count, in vn_buffer_cache_entries_create()
97 for (uint32_t i = 0; i < entry_count; i++) { in vn_buffer_cache_entries_create()
141 *out_entry_count = entry_count; in vn_buffer_cache_entries_create()
205 uint32_t entry_count = 0; in vn_buffer_cache_init() local
220 result = vn_buffer_cache_entries_create(dev, &entries, &entry_count); in vn_buffer_cache_init()
227 dev->buffer_cache.entry_count = entry_count; in vn_buffer_cache_init()
265 for (uint32_t i = 0; i < cache->entry_count; i++) { in vn_buffer_cache_get_memory_requirements()
Dvn_buffer.h35 uint32_t entry_count; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.c160 if (cs->entry_count == cs->entry_capacity) { in tu_cs_reserve_entry()
192 assert(cs->entry_count < cs->entry_capacity); in tu_cs_add_entry()
195 cs->entries[cs->entry_count++] = (struct tu_cs_entry) { in tu_cs_add_entry()
218 for (unsigned i = 0; i < target->entry_count; i++) { in tu_cs_add_entries()
222 cs->entries[cs->entry_count++] = target->entries[i]; in tu_cs_add_entries()
418 assert(!cs->bo_count && !cs->refcount_bo && !cs->entry_count); in tu_cs_reset()
435 cs->entry_count = 0; in tu_cs_reset()
Dtu_descriptor_set.c543 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in tu_descriptor_set_create()
556 pool->entries[pool->entry_count].offset = pool->current_offset; in tu_descriptor_set_create()
557 pool->entries[pool->entry_count].size = layout_size; in tu_descriptor_set_create()
558 pool->entries[pool->entry_count].set = set; in tu_descriptor_set_create()
559 pool->entry_count++; in tu_descriptor_set_create()
566 for (index = 0; index < pool->entry_count; ++index) { in tu_descriptor_set_create()
581 sizeof(pool->entries[0]) * (pool->entry_count - index)); in tu_descriptor_set_create()
585 pool->entry_count++; in tu_descriptor_set_create()
628 for (int i = 0; i < pool->entry_count; ++i) { in tu_descriptor_set_destroy()
631 sizeof(pool->entries[i]) * (pool->entry_count - i - 1)); in tu_descriptor_set_destroy()
[all …]
Dtu_drm.c47 uint32_t entry_count; member
835 uint32_t entry_count = 0; in tu_queue_submit_create_locked() local
840 entry_count++; in tu_queue_submit_create_locked()
842 entry_count += cmdbuf->cs.entry_count; in tu_queue_submit_create_locked()
846 entry_count++; in tu_queue_submit_create_locked()
855 entry_count++; in tu_queue_submit_create_locked()
858 entry_count * sizeof(*new_submit->cmds), 8, in tu_queue_submit_create_locked()
898 new_submit->entry_count = entry_count; in tu_queue_submit_create_locked()
964 for (unsigned i = 0; i < cs->entry_count; ++i, ++entry_idx) { in tu_queue_build_msm_gem_submit_cmds()
979 assert(autotune_cs->entry_count == 1); in tu_queue_build_msm_gem_submit_cmds()
[all …]
Dtu_cs.h86 uint32_t entry_count; member
209 cs->entry_count = 0; in tu_cs_discard_entries()
220 return cs->entry_count * 4; in tu_cs_get_call_size()
284 cs->entry_count < cs->entry_capacity) { in tu_cs_reserve()
373 for (uint32_t i = 0; i < target->entry_count; i++) in tu_cs_emit_call()
Dtu_kgsl.c387 uint32_t entry_count = 0; in tu_QueueSubmit2() local
389 entry_count += cmd_buffers[i]->cs.entry_count; in tu_QueueSubmit2()
391 entry_count++; in tu_QueueSubmit2()
395 entry_count++; in tu_QueueSubmit2()
397 max_entry_count = MAX2(max_entry_count, entry_count); in tu_QueueSubmit2()
434 for (unsigned k = 0; k < cs->entry_count; k++) { in tu_QueueSubmit2()
Dtu_descriptor_set.h138 uint32_t entry_count; member
176 uint32_t entry_count; member
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc152 size_t entry_count = in FlushEntriesIfNeeded() local
157 pending_entries_.begin() + entry_count); in FlushEntriesIfNeeded()
159 iter != pending_entries_.begin() + entry_count; ++iter) { in FlushEntriesIfNeeded()
164 pending_entries_.begin() + entry_count); in FlushEntriesIfNeeded()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c616 if (pool->entry_count == pool->max_entry_count) in radv_descriptor_set_create()
677 pool->entries[pool->entry_count].offset = pool->current_offset; in radv_descriptor_set_create()
678 pool->entries[pool->entry_count].size = layout_size; in radv_descriptor_set_create()
680 pool->entries[pool->entry_count].set = set; in radv_descriptor_set_create()
686 for (index = 0; index < pool->entry_count; ++index) { in radv_descriptor_set_create()
700 sizeof(pool->entries[0]) * (pool->entry_count - index)); in radv_descriptor_set_create()
726 pool->entry_count++; in radv_descriptor_set_create()
742 for (int i = 0; i < pool->entry_count; ++i) { in radv_descriptor_set_destroy()
745 sizeof(pool->entries[i]) * (pool->entry_count - i - 1)); in radv_descriptor_set_destroy()
746 --pool->entry_count; in radv_descriptor_set_destroy()
[all …]
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c164 int entry_count = 0, i = 0; in run() local
203 entry_count++; in run()
207 entry_count); in run()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c527 for (uint32_t i = 0; i < pool->entry_count; i++) { in descriptor_set_destroy()
530 sizeof(pool->entries[i]) * (pool->entry_count - i - 1)); in descriptor_set_destroy()
531 --pool->entry_count; in descriptor_set_destroy()
556 for(int i = 0; i < pool->entry_count; ++i) { in v3dv_DestroyDescriptorPool()
584 for(int i = 0; i < pool->entry_count; ++i) { in v3dv_ResetDescriptorPool()
595 pool->entry_count = 0; in v3dv_ResetDescriptorPool()
840 uint32_t index = pool->entry_count; in descriptor_set_create()
843 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in descriptor_set_create()
862 for (index = 0; index < pool->entry_count; index++) { in descriptor_set_create()
872 sizeof(pool->entries[0]) * (pool->entry_count - index)); in descriptor_set_create()
[all …]
/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.cc216 size_t entry_count = 0; in CollectStatistics() local
219 ++entry_count; in CollectStatistics()
223 free_count.push_back(entry_count); in CollectStatistics()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c618 const uint32_t entry_count = pCreateInfo->descriptorUpdateEntryCount; in lvp_CreateDescriptorUpdateTemplate() local
620 sizeof(VkDescriptorUpdateTemplateEntry) * entry_count; in lvp_CreateDescriptorUpdateTemplate()
640 templ->entry_count = entry_count; in lvp_CreateDescriptorUpdateTemplate()
643 for (unsigned i = 0; i < entry_count; i++) { in lvp_CreateDescriptorUpdateTemplate()
679 for (i = 0; i < templ->entry_count; ++i) { in lvp_UpdateDescriptorSetWithTemplate()
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_xgl_pds.c85 uint32_t entry_count; member
96 entry_write_state->entry_count = 0; in pvr_init_pds_const_map_entry_write_state()
111 entry_write_state->entry_count++; in pvr_prepare_next_pds_const_map_entry()
1484 info->entry_count = entry_write_state.entry_count; in pvr_pds_generate_vertex_primary_program()
1721 info->entry_count = entry_write_state.entry_count; in pvr_pds_generate_descriptor_upload_program()
/third_party/node/deps/v8/src/codegen/
Dcode-comments.h40 size_t entry_count() const;
Dassembler.cc313 CHECK_IMPLIES(code_comments_writer_.entry_count() > 0, in WriteCodeComments()
315 if (code_comments_writer_.entry_count() == 0) return 0; in WriteCodeComments()
Dcode-comments.cc85 size_t CodeCommentsWriter::entry_count() const { return comments_.size(); } in entry_count() function in v8::internal::CodeCommentsWriter
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c340 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_gc_mark_map_object() local
342 for (uint32_t i = 0; i < entry_count; i+= ECMA_CONTAINER_PAIR_SIZE) in ecma_gc_mark_map_object()
377 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_gc_mark_weakmap_object() local
379 for (uint32_t i = 0; i < entry_count; i+= ECMA_CONTAINER_PAIR_SIZE) in ecma_gc_mark_weakmap_object()
409 uint32_t entry_count = ECMA_CONTAINER_ENTRY_COUNT (container_p); in ecma_gc_mark_set_object() local
411 for (uint32_t i = 0; i < entry_count; i+= ECMA_CONTAINER_VALUE_SIZE) in ecma_gc_mark_set_object()

123