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

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 46 virtual void* allocate (size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0;
47 virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0;
50 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
51 virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
80 VkSystemAllocationScope scope;
89 VkSystemAllocationScope scope;
103 VkSystemAllocationScope scope;
109 static AllocationCallbackRecord allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr);
110 static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr);
112 static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope)
    [all...]
vkAllocationCallbackUtil.cpp 37 static VKAPI_ATTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAllocationScope)
50 static VKAPI_ATTR void* VKAPI_CALL systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope)
55 static VKAPI_ATTR void VKAPI_CALL systemInternalAllocationNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope)
59 static VKAPI_ATTR void VKAPI_CALL systemInternalFreeNotification (void*, size_t, VkInternalAllocationType, VkSystemAllocationScope)
80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope allocationScope)
95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr)
143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr
    [all...]
vkDefs.hpp 127 VkSystemAllocationScope allocationScope);
132 VkSystemAllocationScope allocationScope);
138 VkSystemAllocationScope allocationScope);
142 VkSystemAllocationScope allocationScope);
vkStrUtil.inl 7 const char* getSystemAllocationScopeName (VkSystemAllocationScope value);
54 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) { return tcu::Format::Enum<VkSystemAllocationScope>(getSystemAllocationScopeName, value); }
101 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << getSystemAllocationScopeStr(value); }
    [all...]
vkBasicTypes.inl 231 enum VkSystemAllocationScope
    [all...]
  /external/mesa3d/src/util/
vk_alloc.h 34 VkSystemAllocationScope scope)
42 VkSystemAllocationScope scope)
60 VkSystemAllocationScope scope)
72 VkSystemAllocationScope scope)
  /external/vulkan-validation-layers/loader/
loader.h 415 void *loader_instance_heap_alloc(const struct loader_instance *instance, size_t size, VkSystemAllocationScope allocationScope);
417 void *loader_instance_heap_realloc(const struct loader_instance *instance, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_scope);
420 void *loader_device_heap_alloc(const struct loader_device *device, size_t size, VkSystemAllocationScope allocationScope);
422 void *loader_device_heap_realloc(const struct loader_device *device, void *pMemory, size_t orig_size, size_t size, VkSystemAllocationScope alloc_scope);
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 160 VkSystemAllocationScope allocationScope)
169 VkSystemAllocationScope allocationScope)
radv_device.c 262 VkSystemAllocationScope allocationScope)
269 size_t align, VkSystemAllocationScope allocationScope)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 295 const VkSystemAllocationScope scope_;
361 const VkSystemAllocationScope scope_;
620 VkSystemAllocationScope scope = (is_instance_)
    [all...]
driver.cpp 543 VkSystemAllocationScope) {
557 VkSystemAllocationScope) {
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 194 VkSystemAllocationScope) {
206 VkSystemAllocationScope) {
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 235 typedef enum VkSystemAllocationScope {
245 } VkSystemAllocationScope;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 241 typedef enum VkSystemAllocationScope {
251 } VkSystemAllocationScope;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 235 typedef enum VkSystemAllocationScope {
245 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 223 typedef enum VkSystemAllocationScope {
233 } VkSystemAllocationScope;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 316 typedef enum VkSystemAllocationScope {
326 } VkSystemAllocationScope;
    [all...]

Completed in 176 milliseconds

1 2