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

  /external/vulkan-validation-layers/common/
vulkan_wrapper.h 94 extern PFN_vkCreatePipelineCache vkCreatePipelineCache;
vulkan_wrapper.cpp 107 vkCreatePipelineCache = reinterpret_cast<PFN_vkCreatePipelineCache>(dlsym(libvulkan, "vkCreatePipelineCache"));
314 PFN_vkCreatePipelineCache vkCreatePipelineCache;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
vulkan_wrapper.h 94 extern PFN_vkCreatePipelineCache vkCreatePipelineCache;
vulkan_wrapper.cpp 91 vkCreatePipelineCache = reinterpret_cast<PFN_vkCreatePipelineCache>(dlsym(libvulkan, "vkCreatePipelineCache"));
279 PFN_vkCreatePipelineCache vkCreatePipelineCache;
  /external/vulkan-validation-layers/loader/
gpa_helper.h 89 if (!strcmp(funcName, "vkCreatePipelineCache")) return (PFN_vkVoidFunction)vkCreatePipelineCache;
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 605 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
618 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
636 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
layer_validation_tests.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 595 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
608 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
626 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
layer_validation_tests.cpp     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 501 VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 499 VKAPI_ATTR VkResult VKAPI_CALL vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
    [all...]
  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 698 VK_CALL(vkCreatePipelineCache(mInit->device(), &pipelineCacheInfo, nullptr,
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 478 milliseconds