Searched refs:kVulkanObjectTypeQueryPool (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 51 kVulkanObjectTypeQueryPool = 12, enumerator 643 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeQueryPool; 650 template <> struct VulkanObjectTypeInfo<kVulkanObjectTypeQueryPool> {
|
D | object_tracker.cpp | 45 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeQueryPool, error_code); in ReportUndestroyedObjects() 83 DeviceDestroyUndestroyedObjects(device, kVulkanObjectTypeQueryPool); in DestroyUndestroyedObjects() 727 CreateObject(device, *pQueryPool, kVulkanObjectTypeQueryPool, pAllocator); in PostCallRecordCreateQueryPool() 737 …skip |= ValidateObject(device, queryPool, kVulkanObjectTypeQueryPool, true, "VUID-vkDestroyQueryPo… in PreCallValidateDestroyQueryPool() 738 …skip |= ValidateDestroyObject(device, queryPool, kVulkanObjectTypeQueryPool, pAllocator, "VUID-vkD… in PreCallValidateDestroyQueryPool() 747 RecordDestroyObject(device, queryPool, kVulkanObjectTypeQueryPool); in PreCallRecordDestroyQueryPool() 762 …skip |= ValidateObject(device, queryPool, kVulkanObjectTypeQueryPool, false, "VUID-vkGetQueryPoolR… in PreCallValidateGetQueryPoolResults() 1898 …skip |= ValidateObject(commandBuffer, queryPool, kVulkanObjectTypeQueryPool, false, "VUID-vkCmdBeg… in PreCallValidateCmdBeginQuery() 1909 …skip |= ValidateObject(commandBuffer, queryPool, kVulkanObjectTypeQueryPool, false, "VUID-vkCmdEnd… in PreCallValidateCmdEndQuery() 1921 …skip |= ValidateObject(commandBuffer, queryPool, kVulkanObjectTypeQueryPool, false, "VUID-vkCmdRes… in PreCallValidateCmdResetQueryPool() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2067 case kVulkanObjectTypeQueryPool: { in GetStateStructPtrFromObject() 4192 const VulkanTypedHandle obj_struct(queryPool, kVulkanObjectTypeQueryPool); in PreCallValidateDestroyQueryPool() 4204 const VulkanTypedHandle obj_struct(queryPool, kVulkanObjectTypeQueryPool); in PreCallRecordDestroyQueryPool() 9087 … VulkanTypedHandle(query_obj.pool, kVulkanObjectTypeQueryPool), cb_state); in RecordCmdBeginQuery() 9169 … VulkanTypedHandle(query_obj.pool, kVulkanObjectTypeQueryPool), cb_state); in RecordCmdEndQuery() 9197 …etQueryPoolState(queryPool)->cb_bindings, VulkanTypedHandle(queryPool, kVulkanObjectTypeQueryPool), in PostCallRecordCmdResetQueryPool() 9290 …etQueryPoolState(queryPool)->cb_bindings, VulkanTypedHandle(queryPool, kVulkanObjectTypeQueryPool), in PostCallRecordCmdCopyQueryPoolResults() 9378 …etQueryPoolState(queryPool)->cb_bindings, VulkanTypedHandle(queryPool, kVulkanObjectTypeQueryPool), in PostCallRecordCmdWriteTimestamp()
|