Searched refs:vkCreateDescriptorPool (Results 1 - 11 of 11) sorted by relevance
/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 957 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 D | vktestbinding.cpp | 725 NON_DISPATCHABLE_HANDLE_INIT(vkCreateDescriptorPool, dev, &info);
|
/external/vulkan-validation-layers/loader/ |
H A D | gpa_helper.h | 179 if (!strcmp(funcName, "vkCreateDescriptorPool")) 180 return (PFN_vkVoidFunction)vkCreateDescriptorPool;
|
H A D | trampoline.c | 1468 vkCreateDescriptorPool(VkDevice device, function
|
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriverImpl.inl | 1255 VK_NULL_FUNC_ENTRY(vkCreateDescriptorPool, createDescriptorPool),
|
/external/vulkan-validation-layers/demos/ |
H A D | cube.c | 1658 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL,
|
H A D | tri.c | 1396 err = vkCreateDescriptorPool(demo->device, &descriptor_pool, NULL,
|
/external/vulkan-validation-layers/layers/ |
H A D | parameter_validation.cpp | 3551 "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 D | core_validation.cpp | 6684 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 D | vulkan.h | 2739 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(
|
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vulkan.h | 2748 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorPool(
|
Completed in 151 milliseconds