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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 99 PFN_vkCreatePipelineCache CreatePipelineCache;
api_gen.cpp 197 INIT_PROC(dev, CreatePipelineCache);
341 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 91 PFN_vkCreatePipelineCache CreatePipelineCache;
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 79 GET_PROC(CreatePipelineCache);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 122 {"vkCreatePipelineCache", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreatePipelineCache>(CreatePipelineCache))},
null_driver_gen.h 92 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 126 table->CreatePipelineCache =
376 if (!strcmp(name, "CreatePipelineCache"))
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 248 milliseconds