Searched refs:GetDescriptorPoolState (Results 1 – 3 of 3) sorted by relevance
602 pool_state_ = dev_data->GetDescriptorPoolState(pool); in DescriptorSet()2447 auto pool_state = GetDescriptorPoolState(p_alloc_info->descriptorPool); in ValidateAllocateDescriptorSets()
1776 DESCRIPTOR_POOL_STATE *CoreChecks::GetDescriptorPoolState(const VkDescriptorPool pool) { in GetDescriptorPoolState() function in CoreChecks2048 … 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()
249 DESCRIPTOR_POOL_STATE* GetDescriptorPoolState(const VkDescriptorPool);