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

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 50 virtual void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
51 virtual void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope) = 0;
102 VkInternalAllocationType type;
112 static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope);
113 static AllocationCallbackRecord internalFree (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope);
126 void notifyInternalAllocation(size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
127 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
143 void notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
144 void notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope);
vkAllocationCallbackUtil.cpp 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)
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)
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope)
179 AllocationCallbackRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationType type, VkSystemAllocationScope scope)
217 void ChainedAllocator::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
222 void ChainedAllocator::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
264 void AllocationCallbackRecorder::notifyInternalAllocation (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope)
271 void AllocationCallbackRecorder::notifyInternalFree (size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope
    [all...]
vkDefs.hpp 152 VkInternalAllocationType allocationType,
156 VkInternalAllocationType allocationType,
vkStrUtil.inl 8 const char* getInternalAllocationTypeName (VkInternalAllocationType value);
67 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value); }
126 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value); }
    [all...]
vkBasicTypes.inl 329 enum VkInternalAllocationType
    [all...]
vkStrUtilImpl.inl     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 745 static inline uint32_t validate_VkInternalAllocationType(VkInternalAllocationType input_value)
747 switch ((VkInternalAllocationType)input_value)
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 253 typedef enum VkInternalAllocationType {
259 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 247 typedef enum VkInternalAllocationType {
253 } VkInternalAllocationType;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 328 typedef enum VkInternalAllocationType {
334 } VkInternalAllocationType;
    [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h 328 typedef enum VkInternalAllocationType {
334 } VkInternalAllocationType;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 381 typedef enum VkInternalAllocationType {
387 } VkInternalAllocationType;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h 461 typedef enum VkInternalAllocationType {
467 } VkInternalAllocationType;
    [all...]

Completed in 150 milliseconds