Home
last modified time | relevance | path

Searched refs:vkFreeDescriptorSets (Results 1 – 16 of 16) sorted by relevance

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h111 extern PFN_vkFreeDescriptorSets vkFreeDescriptorSets;
Dvulkan_wrapper.cpp108vkFreeDescriptorSets = reinterpret_cast<PFN_vkFreeDescriptorSets>(dlsym(libvulkan, "vkFreeDescript… in InitVulkan()
296 PFN_vkFreeDescriptorSets vkFreeDescriptorSets; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h182 return (PFN_vkVoidFunction)vkFreeDescriptorSets; in trampolineGetProcAddr()
Dtrampoline.c1604 vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, function
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md57 …all vkFreeDescriptorSets() on Sets that were allocated from a Pool created with NON_FREE usage. | …
101 … freed or modified is not in use | OBJECT_INUSE | vkDestroyBuffer vkFreeDescriptorSets vkUpdateDes…
274 …HR vkDeviceWaitIdle vkEndCommandBuffer vkEnumeratePhysicalDevices vkFreeDescriptorSets vkFreeMemor…
278 …ated in the specified descriptorPool | DESCRIPTOR_POOL_MISMATCH | vkFreeDescriptorSets | InvalidDe…
316 …troyDescriptorPool vkResetDescriptorPool vkAllocateDescriptorSets vkFreeDescriptorSets vkFreeComma…
317 …troyDescriptorPool vkResetDescriptorPool vkAllocateDescriptorSets vkFreeDescriptorSets vkFreeComma…
Dvk_validation_error_database.txt912vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
913vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
914vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
915vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
916vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
917vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
918vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
919vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
920vkFreeDescriptorSets~^~For more information refer to Vulkan Spec Section '13.2.3. Allocation of De…
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl65 m_vk.freeDescriptorSets = (FreeDescriptorSetsFunc) GET_PROC_ADDR("vkFreeDescriptorSets");
DvkNullDriverImpl.inl1502 VK_NULL_FUNC_ENTRY(vkFreeDescriptorSets, freeDescriptorSets),
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp702 … EXPECT(vkFreeDescriptorSets(device(), containing_pool_->GetObj(), 1, sets) == VK_SUCCESS); in ~DescriptorSet()
Dlayer_validation_tests.cpp2100 err = vkFreeDescriptorSets(m_device->device(), ds_pool_two, 1, &descriptorSet); in TEST_F()
3620 err = vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F()
5025 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptorSet); in TEST_F()
8291vkFreeDescriptorSets(m_device->device(), ds_pool, VK_DESCRIPTOR_TYPE_RANGE_SIZE, descriptor_sets); in TEST_F()
8415 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptor_set); in TEST_F()
8540 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptor_set); in TEST_F()
10257 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptor_set); in TEST_F()
15455 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptor_set); in TEST_F()
15567 vkFreeDescriptorSets(m_device->device(), ds_pool, 1, &descriptor_set); in TEST_F()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp610 VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPoo… in vkFreeDescriptorSets() function
1302 return (PFN_vkVoidFunction) vkFreeDescriptorSets; in layer_intercept_proc()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2816 VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(
Dvulkan.hpp16844 …return static_cast<Result>( vkFreeDescriptorSets( m_device, static_cast<VkDescriptorPool>( descrip… in freeDescriptorSets()
16850 …Result result = static_cast<Result>( vkFreeDescriptorSets( m_device, static_cast<VkDescriptorPool>… in freeDescriptorSets()
/external/mesa3d/include/vulkan/
Dvulkan.h2825 VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2922 VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2981 VKAPI_ATTR VkResult VKAPI_CALL vkFreeDescriptorSets(