HomeSort by relevance Sort by last modified time
    Searched defs:vkCreateInstance (Results 1 - 7 of 7) sorted by null

  /external/vulkan-validation-layers/layers/
threading.cpp 60 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
65 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
209 return (PFN_vkVoidFunction)vkCreateInstance;
device_limits.cpp 92 // suggestion is to call this during vkCreateInstance(), and then we
135 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
140 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
    [all...]
image.cpp 113 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
118 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
    [all...]
swapchain.cpp 265 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkInstance *pInstance) {
270 PFN_vkCreateInstance fpCreateInstance = (PFN_vkCreateInstance)fpGetInstanceProcAddr(NULL, "vkCreateInstance");
    [all...]
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c 239 vkCreateInstance(const VkInstanceCreateInfo *pCreateInfo,
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]

Completed in 238 milliseconds