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

  /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)
12 res.pfnInternalAllocation = pfnInternalAllocation;
vkAllocationCallbackUtil.cpp 219 m_nextAllocator->pfnInternalAllocation(m_nextAllocator->pUserData, size, allocationType, allocationScope);
vkStructTypes.inl 33 PFN_vkInternalAllocationNotification pfnInternalAllocation;
    [all...]
vkStrUtilImpl.inl     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 154 pfnInternalAllocation(pInStruct->pfnInternalAllocation),
167 pfnInternalAllocation = src.pfnInternalAllocation;
181 pfnInternalAllocation = pInStruct->pfnInternalAllocation;
191 pfnInternalAllocation = src->pfnInternalAllocation;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 154 pfnInternalAllocation(pInStruct->pfnInternalAllocation),
167 pfnInternalAllocation = src.pfnInternalAllocation;
181 pfnInternalAllocation = pInStruct->pfnInternalAllocation;
191 pfnInternalAllocation = src->pfnInternalAllocation;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 71 PFN_vkInternalAllocationNotification pfnInternalAllocation;
    [all...]
vk_struct_wrappers.h 57 PFN_vkInternalAllocationNotification get_pfnInternalAllocation() { return m_struct.pfnInternalAllocation; }
58 void set_pfnInternalAllocation(PFN_vkInternalAllocationNotification inValue) { m_struct.pfnInternalAllocation = inValue; }
    [all...]
vk_struct_string_helper.h 180 snprintf(str, len, "%spUserData = 0x%p\n%spfnAllocation = 0x%p\n%spfnReallocation = 0x%p\n%spfnFree = 0x%p\n%spfnInternalAllocation = 0x%p\n%spfnInternalFree = 0x%p\n", prefix, (pStruct->pUserData), prefix, (void*)(pStruct->pfnAllocation), prefix, (void*)(pStruct->pfnReallocation), prefix, (void*)(pStruct->pfnFree), prefix, (void*)(pStruct->pfnInternalAllocation), prefix, (void*)(pStruct->pfnInternalFree));
    [all...]
vk_struct_string_helper_cpp.h 226 ss[4] << "0x" << pStruct->pfnInternalAllocation;
230 final_str = prefix + "pUserData = " + ss[0].str() + "\n" + prefix + "pfnAllocation = " + ss[1].str() + "\n" + prefix + "pfnReallocation = " + ss[2].str() + "\n" + prefix + "pfnFree = " + ss[3].str() + "\n" + prefix + "pfnInternalAllocation = " + ss[4].str() + "\n" + prefix + "pfnInternalFree = " + ss[5].str() + "\n";
    [all...]
vk_struct_string_helper_no_addr_cpp.h 226 ss[4] << "0x" << pStruct->pfnInternalAllocation;
230 final_str = prefix + "pUserData = " + ss[0].str() + "\n" + prefix + "pfnAllocation = " + ss[1].str() + "\n" + prefix + "pfnReallocation = " + ss[2].str() + "\n" + prefix + "pfnFree = " + ss[3].str() + "\n" + prefix + "pfnInternalAllocation = " + ss[4].str() + "\n" + prefix + "pfnInternalFree = " + ss[5].str() + "\n";
    [all...]
vk_struct_wrappers.cpp 57 printf("%*s %spfnInternalAllocation = 0x%p\n", m_indent, "", &m_dummy_prefix, (void*)(m_struct.pfnInternalAllocation));
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /development/ndk/platforms/android-24/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...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]

Completed in 762 milliseconds