Home
last modified time | relevance | path

Searched refs:obj_struct (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3874 …dateObjectNotInUse(const BASE_NODE *obj_node, const VulkanTypedHandle &obj_struct, const char *cal… in ValidateObjectNotInUse() argument
3879 …ort_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[obj_struct.type], obj_struct.handle, in ValidateObjectNotInUse()
3881 report_data->FormatHandle(obj_struct).c_str()); in ValidateObjectNotInUse()
3888 const VulkanTypedHandle obj_struct(mem, kVulkanObjectTypeDeviceMemory); in PreCallValidateFreeMemory() local
3891 …skip |= ValidateObjectNotInUse(mem_info, obj_struct, "vkFreeMemory", "VUID-vkFreeMemory-memory-006… in PreCallValidateFreeMemory()
3904 const VulkanTypedHandle obj_struct(mem, kVulkanObjectTypeDeviceMemory); in PreCallRecordFreeMemory() local
3930 InvalidateCommandBuffers(mem_info->cb_bindings, obj_struct); in PreCallRecordFreeMemory()
4157 const VulkanTypedHandle obj_struct(semaphore, kVulkanObjectTypeSemaphore); in PreCallValidateDestroySemaphore() local
4160 …skip |= ValidateObjectNotInUse(sema_node, obj_struct, "vkDestroySemaphore", "VUID-vkDestroySemapho… in PreCallValidateDestroySemaphore()
4173 const VulkanTypedHandle obj_struct(event, kVulkanObjectTypeEvent); in PreCallValidateDestroyEvent() local
[all …]
Dbuffer_validation.cpp1547 const VulkanTypedHandle obj_struct(image, kVulkanObjectTypeImage); in PreCallValidateDestroyImage() local
1550 …skip |= ValidateObjectNotInUse(image_state, obj_struct, "vkDestroyImage", "VUID-vkDestroyImage-ima… in PreCallValidateDestroyImage()
1558 const VulkanTypedHandle obj_struct(image, kVulkanObjectTypeImage); in PreCallRecordDestroyImage() local
1559 InvalidateCommandBuffers(image_state->cb_bindings, obj_struct); in PreCallRecordDestroyImage()
1564 RemoveImageMemoryRange(obj_struct.handle, mem_info); in PreCallRecordDestroyImage()
1567 ClearMemoryObjectBindings(obj_struct); in PreCallRecordDestroyImage()
4562 const VulkanTypedHandle obj_struct(imageView, kVulkanObjectTypeImageView); in PreCallValidateDestroyImageView() local
4567 …ValidateObjectNotInUse(image_view_state, obj_struct, "vkDestroyImageView", "VUID-vkDestroyImageVie… in PreCallValidateDestroyImageView()
4576 const VulkanTypedHandle obj_struct(imageView, kVulkanObjectTypeImageView); in PreCallRecordDestroyImageView() local
4579 InvalidateCommandBuffers(image_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyImageView()
[all …]
Dcore_validation.h1084 …bool ValidateObjectNotInUse(const BASE_NODE* obj_node, const VulkanTypedHandle& obj_struct, const …
/external/libchrome/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc609 SmallObjStructPtr obj_struct(SmallObjStruct::New()); in TEST() local
610 obj_struct->obj_union = ObjectUnion::New(); in TEST()
612 obj_struct->obj_union->set_f_string(hello); in TEST()
617 SerializeStruct(obj_struct, &message, &context, &data); in TEST()