HomeSort by relevance Sort by last modified time
    Searched refs:VkPipelineCacheCreateInfo (Results 1 - 25 of 32) sorted by null

1 2

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 648 VkPipelineCacheCreateInfo ci;
649 memset((void *)&ci, 0, sizeof(VkPipelineCacheCreateInfo));
663 VkPipelineCacheCreateInfo ci;
664 memset((void *)&ci, 0, sizeof(VkPipelineCacheCreateInfo));
683 VkPipelineCacheCreateInfo ci;
684 memset((void *)&ci, 0, sizeof(VkPipelineCacheCreateInfo));
layer_validation_tests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRefUtil.inl 16 Move<VkPipelineCache> createPipelineCache (const DeviceInterface& vk, VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkConcreteDeviceInterface.inl 48 virtual VkResult createPipelineCache (VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const;
vkRefUtilImpl.inl 213 Move<VkPipelineCache> createPipelineCache (const DeviceInterface& vk, VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
vkVirtualDeviceInterface.inl 48 virtual VkResult createPipelineCache (VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const = 0;
vkDeviceDriverImpl.inl 225 VkResult DeviceDriver::createPipelineCache (VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const
vkFunctionPointerTypes.inl 65 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreatePipelineCacheFunc) (VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
vkStrUtil.inl 240 std::ostream& operator<< (std::ostream& s, const VkPipelineCacheCreateInfo& value);
vkStructTypes.inl 560 struct VkPipelineCacheCreateInfo
    [all...]
vkNullDriverImpl.inl 76 VKAPI_ATTR VkResult VKAPI_CALL createPipelineCache (VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineCacheTests.cpp 619 const VkPipelineCacheCreateInfo pipelineCacheCreateInfo =
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 92 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
null_driver.cpp     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp 341 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 662 VkPipelineCacheCreateInfo cacheState;
    [all...]

Completed in 94 milliseconds

1 2