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

  /external/vulkan-validation-layers/common/
vulkan_wrapper.cpp 91 vkCreatePipelineCache = reinterpret_cast<PFN_vkCreatePipelineCache>(dlsym(libvulkan, "vkCreatePipelineCache"));
279 PFN_vkCreatePipelineCache vkCreatePipelineCache;
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 499 VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]

Completed in 81 milliseconds