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

  /external/skia/src/gpu/vk/
GrVkDescriptorPool.cpp 38 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateDescriptorPool(gpu->device(),
GrVkInterface.cpp 92 GET_PROC(CreateDescriptorPool);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 112 PFN_vkCreateDescriptorPool CreateDescriptorPool;
api_gen.cpp 210 INIT_PROC(dev, CreateDescriptorPool);
354 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 104 PFN_vkCreateDescriptorPool CreateDescriptorPool;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 112 {"vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDescriptorPool>(CreateDescriptorPool))},
null_driver_gen.h 105 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 150 table->CreateDescriptorPool =
402 if (!strcmp(name, "CreateDescriptorPool"))
403 return (void *)table->CreateDescriptorPool;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Smoke.cpp 537 vk::assert_success(vk::CreateDescriptorPool(dev_, &desc_pool_info,
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 3511 milliseconds