HomeSort by relevance Sort by last modified time
    Searched refs:pfnReallocation (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/util/
vk_alloc.h 44 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h 98 skipCall |= validate_required_pointer(report_data, "vkCreateInstance", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
118 skipCall |= validate_required_pointer(report_data, "vkDestroyInstance", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
373 skipCall |= validate_required_pointer(report_data, "vkCreateDevice", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
393 skipCall |= validate_required_pointer(report_data, "vkDestroyDevice", "pAllocator->pfnReallocation", reinterpret_cast<const void*>(pAllocator->pfnReallocation));
    [all...]
vk_safe_struct.h 69 PFN_vkReallocationFunction pfnReallocation;
    [all...]
vk_struct_wrappers.h 53 PFN_vkReallocationFunction get_pfnReallocation() { return m_struct.pfnReallocation; }
54 void set_pfnReallocation(PFN_vkReallocationFunction inValue) { m_struct.pfnReallocation = inValue; }
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 172 return device->alloc.pfnReallocation(device->alloc.pUserData, original,
291 .pfnReallocation = meta_realloc,
radv_device.c 283 .pfnReallocation = default_realloc_func,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 5 inline VkAllocationCallbacks makeAllocationCallbacks (void* pUserData, PFN_vkAllocationFunction pfnAllocation, PFN_vkReallocationFunction pfnReallocation, PFN_vkFreeFunction pfnFree, PFN_vkInternalAllocationNotification pfnInternalAllocation, PFN_vkInternalFreeNotification pfnInternalFree)
10 res.pfnReallocation = pfnReallocation;
vkAllocationCallbackUtil.cpp 209 return m_nextAllocator->pfnReallocation(m_nextAllocator->pUserData, original, size, alignment, allocationScope);
vkStructTypes.inl 31 PFN_vkReallocationFunction pfnReallocation;
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 227 new_mem = allocator_.pfnReallocation(
251 new_mem = allocator_.pfnReallocation(
    [all...]
driver.cpp 635 .pfnReallocation = DefaultReallocate,
    [all...]
swapchain.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 152 pfnReallocation(pInStruct->pfnReallocation),
165 pfnReallocation = src.pfnReallocation;
179 pfnReallocation = pInStruct->pfnReallocation;
189 pfnReallocation = src->pfnReallocation;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 152 pfnReallocation(pInStruct->pfnReallocation),
165 pfnReallocation = src.pfnReallocation;
179 pfnReallocation = pInStruct->pfnReallocation;
189 pfnReallocation = src->pfnReallocation;
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 212 } else if (instance && instance->alloc_callbacks.pfnReallocation) {
216 pNewMem = instance->alloc_callbacks.pfnReallocation(
281 } else if (device && device->alloc_callbacks.pfnReallocation) {
285 pNewMem = device->alloc_callbacks.pfnReallocation(
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 239 .pfnReallocation = DefaultReallocate,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 292 .pfnReallocation = default_realloc_func,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 210 milliseconds

1 2