Searched refs:vkCreateDescriptorPool (Results 1 - 11 of 11) sorted by relevance

/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp957 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
1411 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
1478 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
1607 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
1700 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
1782 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
2036 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
2595 vkCreateDescriptorPool(m_device->device(), &ds_pool_ci, NULL, &ds_pool);
2712 err = vkCreateDescriptorPool(m_device->device(),
2856 vkCreateDescriptorPool(m_devic
[all...]
H A Dvktestbinding.cpp725 NON_DISPATCHABLE_HANDLE_INIT(vkCreateDescriptorPool, dev, &info);
/external/vulkan-validation-layers/loader/
H A Dgpa_helper.h179 if (!strcmp(funcName, "vkCreateDescriptorPool"))
180 return (PFN_vkVoidFunction)vkCreateDescriptorPool;
H A Dtrampoline.c1468 vkCreateDescriptorPool(VkDevice device, function
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriverImpl.inl1255 VK_NULL_FUNC_ENTRY(vkCreateDescriptorPool, createDescriptorPool),
/external/vulkan-validation-layers/demos/
H A Dcube.c1658 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL,
H A Dtri.c1396 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL,
/external/vulkan-validation-layers/layers/
H A Dparameter_validation.cpp3551 "vkCreateDescriptorPool parameter, VkDescriptorType pCreateInfo->pTypeCount->type, is an unrecognized "
3566 std::string reason = "vkCreateDescriptorPool parameter, VkResult result, is " + EnumeratorString(result);
3576 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, function
5005 if (!strcmp(funcName, "vkCreateDescriptorPool"))
5006 return (PFN_vkVoidFunction)vkCreateDescriptorPool;
H A Dcore_validation.cpp6684 vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator,
6698 "Out of memory while attempting to allocate DESCRIPTOR_POOL_NODE in vkCreateDescriptorPool()"))
10711 if (!strcmp(funcName, "vkCreateDescriptorPool"))
10712 return (PFN_vkVoidFunction)vkCreateDescriptorPool;
/external/skia/third_party/vulkan/
H A Dvulkan.h2739 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2748 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(

Completed in 151 milliseconds