Searched refs:kVulkanObjectTypeSamplerYcbcrConversion (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_object_types.h | 65 kVulkanObjectTypeSamplerYcbcrConversion = 26, enumerator 81 kVulkanObjectTypeSamplerYcbcrConversionKHR = kVulkanObjectTypeSamplerYcbcrConversion, 676 static const VulkanObjectType kVulkanObjectType = kVulkanObjectTypeSamplerYcbcrConversion; 683 template <> struct VulkanObjectTypeInfo<kVulkanObjectTypeSamplerYcbcrConversion> {
|
D | object_tracker.cpp | 59 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSamplerYcbcrConversion, error_code… in ReportUndestroyedObjects() 97 DeviceDestroyUndestroyedObjects(device, kVulkanObjectTypeSamplerYcbcrConversion); in DestroyUndestroyedObjects() 2219 CreateObject(device, *pYcbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, pAllocator); in PostCallRecordCreateSamplerYcbcrConversion() 2229 …skip |= ValidateObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, true, "VU… in PreCallValidateDestroySamplerYcbcrConversion() 2230 …skip |= ValidateDestroyObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, pA… in PreCallValidateDestroySamplerYcbcrConversion() 2239 RecordDestroyObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion); in PreCallRecordDestroySamplerYcbcrConversion() 3375 CreateObject(device, *pYcbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, pAllocator); in PostCallRecordCreateSamplerYcbcrConversionKHR() 3385 …skip |= ValidateObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, true, "VU… in PreCallValidateDestroySamplerYcbcrConversionKHR() 3386 …skip |= ValidateDestroyObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion, pA… in PreCallValidateDestroySamplerYcbcrConversionKHR() 3395 RecordDestroyObject(device, ycbcrConversion, kVulkanObjectTypeSamplerYcbcrConversion); in PreCallRecordDestroySamplerYcbcrConversionKHR()
|