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

  /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 128 VkSystemAllocationScope allocationScope);
133 VkSystemAllocationScope allocationScope);
139 VkSystemAllocationScope allocationScope);
143 VkSystemAllocationScope allocationScope);
vkStrUtil.inl 7 const char* getSystemAllocationScopeName (VkSystemAllocationScope value);
47 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) { return tcu::Format::Enum<VkSystemAllocationScope>(getSystemAllocationScopeName, value); }
87 inline std::ostream& operator<< (std::ostream& s, VkSystemAllocationScope value) { return s << getSystemAllocationScopeStr(value); }
vkNullDriver.cpp 44 void* allocateSystemMem (const VkAllocationCallbacks* pAllocator, VkSystemAllocationScope scope)
vkBasicTypes.inl 143 enum VkSystemAllocationScope
    [all...]
vkStrUtilImpl.inl 162 const char* getSystemAllocationScopeName (VkSystemAllocationScope value)
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 293 const VkSystemAllocationScope scope_;
359 const VkSystemAllocationScope scope_;
618 VkSystemAllocationScope scope = (is_instance_)
    [all...]
driver.cpp 435 VkSystemAllocationScope) {
449 VkSystemAllocationScope) {
  /external/vulkan-validation-layers/loader/
loader.h 420 VkSystemAllocationScope allocationScope);
loader.c 174 VkSystemAllocationScope alloc_scope) {
197 VkSystemAllocationScope alloc_scope) {
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 193 VkSystemAllocationScope) {
205 VkSystemAllocationScope) {
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 226 typedef enum VkSystemAllocationScope {
236 } VkSystemAllocationScope;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 223 typedef enum VkSystemAllocationScope {
233 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 219 typedef enum VkSystemAllocationScope {
229 } VkSystemAllocationScope;
    [all...]

Completed in 378 milliseconds