Home
last modified time | relevance | path

Searched refs:GetDescriptorPoolState (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp602 pool_state_ = dev_data->GetDescriptorPoolState(pool); in DescriptorSet()
2447 auto pool_state = GetDescriptorPoolState(p_alloc_info->descriptorPool); in ValidateAllocateDescriptorSets()
Dcore_validation.cpp1776 DESCRIPTOR_POOL_STATE *CoreChecks::GetDescriptorPoolState(const VkDescriptorPool pool) { in GetDescriptorPoolState() function in CoreChecks
2048 … base_ptr = GetDescriptorPoolState(reinterpret_cast<VkDescriptorPool &>(object_struct.handle)); in GetStateStructPtrFromObject()
4710 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallValidateDestroyDescriptorPool()
4725 DESCRIPTOR_POOL_STATE *desc_pool_state = GetDescriptorPoolState(descriptorPool); in PreCallRecordDestroyDescriptorPool()
6081 DESCRIPTOR_POOL_STATE *pPool = GetDescriptorPoolState(descriptorPool); in PreCallValidateResetDescriptorPool()
6100 DESCRIPTOR_POOL_STATE *pPool = GetDescriptorPoolState(descriptorPool); in PostCallRecordResetDescriptorPool()
6153 DESCRIPTOR_POOL_STATE *pool_state = GetDescriptorPoolState(descriptorPool); in PreCallValidateFreeDescriptorSets()
6167 DESCRIPTOR_POOL_STATE *pool_state = GetDescriptorPoolState(descriptorPool); in PreCallRecordFreeDescriptorSets()
Dcore_validation.h249 DESCRIPTOR_POOL_STATE* GetDescriptorPoolState(const VkDescriptorPool);