Home
last modified time | relevance | path

Searched refs:alloc_offset (Results 1 – 14 of 14) sorted by relevance

/external/XNNPACK/test/
Dmemory-planner-test.cc84 EXPECT_EQ(64, tracker.usage[0].alloc_offset); in TEST()
85 EXPECT_EQ(152, tracker.usage[1].alloc_offset); in TEST()
86 EXPECT_EQ(0, tracker.usage[2].alloc_offset); in TEST()
87 EXPECT_EQ(0, tracker.usage[3].alloc_offset); in TEST()
88 EXPECT_EQ(120, tracker.usage[4].alloc_offset); in TEST()
91 EXPECT_EQ(0, tracker.usage[0].alloc_offset); in TEST()
92 EXPECT_EQ(57, tracker.usage[1].alloc_offset); in TEST()
93 EXPECT_EQ(96, tracker.usage[2].alloc_offset); in TEST()
94 EXPECT_EQ(160, tracker.usage[3].alloc_offset); in TEST()
95 EXPECT_EQ(312, tracker.usage[4].alloc_offset); in TEST()
[all …]
/external/XNNPACK/src/
Dmemory-planner.c180 .start = allocated->alloc_offset, in xnn_plan_value_allocation_tracker()
181 .end = allocated->alloc_offset + allocated->tensor_size, in xnn_plan_value_allocation_tracker()
185 …current->alloc_offset = find_value_alloc_offset(current_live_mem_blocks, num_live_mem_blocks, curr… in xnn_plan_value_allocation_tracker()
186 if (mem_arena_size < current->alloc_offset + current->tensor_size) { in xnn_plan_value_allocation_tracker()
187 mem_arena_size = current->alloc_offset + current->tensor_size; in xnn_plan_value_allocation_tracker()
198 tracker->usage[i].alloc_offset = tracker->mem_arena_size; in xnn_plan_value_allocation_tracker()
Druntime.c196 …->data = (void*) ((uintptr_t) runtime->workspace->data + mem_alloc_tracker->usage[i].alloc_offset); in initialize_workspace_blobs()
/external/deqp/android/cts/main/vk-main-2023-03-01/
Dconditional-rendering.txt48 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.device_local
49 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.host_visible
50 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.device_local
51 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.host_visible
52 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.device_local
53 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.host_visible
54 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.device_local
55 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.host_visible
56 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.device_local
57 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.host_visible
[all …]
/external/pytorch/c10/mobile/
DCPUProfilingAllocator.cpp155 uint64_t alloc_offset; in formulate_greedy_allocation_plan() local
163 alloc_offset = max_offset; in formulate_greedy_allocation_plan()
172 alloc_offset = it->second; in formulate_greedy_allocation_plan()
173 new_offset = alloc_offset + mem_event.size; in formulate_greedy_allocation_plan()
176 free_start_offset_to_size_iter.erase(alloc_offset); in formulate_greedy_allocation_plan()
177 free_end_offset_to_size_iter.erase(alloc_offset + it->first); in formulate_greedy_allocation_plan()
184 allocation_offsets[mem_event.allocation_id] = alloc_offset; in formulate_greedy_allocation_plan()
/external/perfetto/src/trace_processor/util/
Dbump_allocator.cc137 uint32_t alloc_offset = chunk.bump_offset; in TryAllocInLastChunk() local
149 PERFETTO_ASAN_UNPOISON(chunk.allocation.get() + alloc_offset, size); in TryAllocInLastChunk()
151 return AllocId{LastChunkIndex(), alloc_offset}; in TryAllocInLastChunk()
/external/XNNPACK/src/xnnpack/
Dmemory-planner.h28 size_t alloc_offset; member
/external/swiftshader/tests/regres/testlists/vk-default/
Dconditional-rendering.txt121 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.device_local
122 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.host_visible
123 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.device_local
124 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.host_visible
125 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.device_local
126 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.host_visible
127 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.device_local
128 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.host_visible
129 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.device_local
130 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.host_visible
[all …]
/external/deqp/external/vulkancts/mustpass/main/vk-default/
Dconditional-rendering.txt121 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.device_local
122 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.nonzero.host_visible
123 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.device_local
124 dEQP-VK.conditional_rendering.dispatch.alloc_offset.inherited.zero.host_visible
125 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.device_local
126 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.nonzero.host_visible
127 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.device_local
128 dEQP-VK.conditional_rendering.dispatch.alloc_offset.primary.zero.host_visible
129 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.device_local
130 dEQP-VK.conditional_rendering.dispatch.alloc_offset.secondary.nonzero.host_visible
[all …]
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c4137 uint32_t alloc_offset = sizeof(*cmd->u.bind_vertex_buffers2.buffers); in process_sequence_ext() local
4139 cmd->u.bind_vertex_buffers2.offsets = (void*)(cmdptr + alloc_offset); in process_sequence_ext()
4140 alloc_offset += sizeof(*cmd->u.bind_vertex_buffers2.offsets); in process_sequence_ext()
4142 cmd->u.bind_vertex_buffers2.sizes = (void*)(cmdptr + alloc_offset); in process_sequence_ext()
4143 alloc_offset += sizeof(*cmd->u.bind_vertex_buffers2.sizes); in process_sequence_ext()
4149 cmd->u.bind_vertex_buffers2.strides = (void*)(cmdptr + alloc_offset); in process_sequence_ext()
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h61428 u64 alloc_offset; member
Dvmlinux.h61428 u64 alloc_offset; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h27723 u64 alloc_offset; member
Dvmlinux.h27723 u64 alloc_offset; member