HomeSort by relevance Sort by last modified time
    Searched refs:VkInternalAllocationType (Results 1 - 20 of 20) 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 137 VkInternalAllocationType allocationType,
141 VkInternalAllocationType allocationType,
vkStrUtil.inl 8 const char* getInternalAllocationTypeName (VkInternalAllocationType value);
55 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value); }
102 inline std::ostream& operator<< (std::ostream& s, VkInternalAllocationType value) { return s << getInternalAllocationTypeStr(value); }
    [all...]
vkBasicTypes.inl 242 enum VkInternalAllocationType
    [all...]
vkStrUtilImpl.inl 257 const char* getInternalAllocationTypeName (VkInternalAllocationType value)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h 721 static inline uint32_t validate_VkInternalAllocationType(VkInternalAllocationType input_value)
723 switch ((VkInternalAllocationType)input_value)
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h 247 typedef enum VkInternalAllocationType {
253 } VkInternalAllocationType;
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 253 typedef enum VkInternalAllocationType {
259 } VkInternalAllocationType;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 247 typedef enum VkInternalAllocationType {
253 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h 231 typedef enum VkInternalAllocationType {
237 } VkInternalAllocationType;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 235 typedef enum VkInternalAllocationType {
241 } VkInternalAllocationType;
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 328 typedef enum VkInternalAllocationType {
334 } VkInternalAllocationType;
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h 354 typedef enum VkInternalAllocationType {
360 } VkInternalAllocationType;
    [all...]

Completed in 509 milliseconds