Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/memory_quota_fuzzer_corpus/
H A Dtestcase-4574576847224832122 create_allocation {
232 create_allocation {
326 create_allocation {
330 create_allocation {
345 create_allocation {
350 create_allocation {
361 create_allocation {
366 create_allocation {
383 create_allocation {
398 create_allocation {
[all …]
H A Dtestcase-replenish-nullchk1123 create_allocation {
1151 create_allocation {
1156 create_allocation {
H A Dtestcase-4574576847224832-after-creduce8 create_allocation {}
H A Dtestcase-replenish-nullchk-after-creduce11 create_allocation {
/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_fuzzer.cc109 auto min = action.create_allocation().min(); in RunMsg()
110 auto max = action.create_allocation().max(); in RunMsg()
H A Dmemory_quota_fuzzer.proto51 AllocationRequest create_allocation = 16; field
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dreplay.c1046 struct d3dkmt_createallocation create_allocation = { in device_create() local
1051 ret = safe_ioctl(dev->fd, LX_DXCREATEALLOCATION, &create_allocation); in device_create()
1062 .allocation = create_allocation.allocation_info[0].allocation, in device_create()
1078 .allocation_list = &create_allocation.allocation_info[0].allocation, in device_create()
1088 .allocation = create_allocation.allocation_info[0].allocation, in device_create()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/containers/
H A DSharedObject.cpp41 allocation = graph->context()->adapter_ptr()->vma().create_allocation( in allocate()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DAllocator.h53 Allocation create_allocation(
H A DAllocator.cpp68 Allocation Allocator::create_allocation( in create_allocation() function in vkcompute::vkapi::Allocator
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.h461 MemoryAllocation create_allocation(
H A DResource.cpp624 MemoryAllocation MemoryAllocator::create_allocation( in create_allocation() function in at::native::vulkan::api::MemoryAllocator
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/
H A Dtest_utils.cpp497 return api::context()->adapter_ptr()->vma().create_allocation( in allocate_memory_for()