Searched defs:obj_struct (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 3874 …eChecks::ValidateObjectNotInUse(const BASE_NODE *obj_node, const VulkanTypedHandle &obj_struct, co… in ValidateObjectNotInUse() 3888 const VulkanTypedHandle obj_struct(mem, kVulkanObjectTypeDeviceMemory); in PreCallValidateFreeMemory() local 3904 const VulkanTypedHandle obj_struct(mem, kVulkanObjectTypeDeviceMemory); in PreCallRecordFreeMemory() local 4157 const VulkanTypedHandle obj_struct(semaphore, kVulkanObjectTypeSemaphore); in PreCallValidateDestroySemaphore() local 4173 const VulkanTypedHandle obj_struct(event, kVulkanObjectTypeEvent); in PreCallValidateDestroyEvent() local 4184 const VulkanTypedHandle obj_struct(event, kVulkanObjectTypeEvent); in PreCallRecordDestroyEvent() local 4192 const VulkanTypedHandle obj_struct(queryPool, kVulkanObjectTypeQueryPool); in PreCallValidateDestroyQueryPool() local 4204 const VulkanTypedHandle obj_struct(queryPool, kVulkanObjectTypeQueryPool); in PreCallRecordDestroyQueryPool() local 4381 const VulkanTypedHandle obj_struct(buffer, kVulkanObjectTypeBuffer); in ValidateBindBufferMemory() local 4639 const VulkanTypedHandle obj_struct(pipeline, kVulkanObjectTypePipeline); in PreCallValidateDestroyPipeline() local [all …]
|
D | buffer_validation.cpp | 1547 const VulkanTypedHandle obj_struct(image, kVulkanObjectTypeImage); in PreCallValidateDestroyImage() local 1558 const VulkanTypedHandle obj_struct(image, kVulkanObjectTypeImage); in PreCallRecordDestroyImage() local 4562 const VulkanTypedHandle obj_struct(imageView, kVulkanObjectTypeImageView); in PreCallValidateDestroyImageView() local 4576 const VulkanTypedHandle obj_struct(imageView, kVulkanObjectTypeImageView); in PreCallRecordDestroyImageView() local 4596 const VulkanTypedHandle obj_struct(buffer, kVulkanObjectTypeBuffer); in PreCallRecordDestroyBuffer() local 4621 const VulkanTypedHandle obj_struct(bufferView, kVulkanObjectTypeBufferView); in PreCallValidateDestroyBufferView() local 4634 const VulkanTypedHandle obj_struct(bufferView, kVulkanObjectTypeBufferView); in PreCallRecordDestroyBufferView() local
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 609 SmallObjStructPtr obj_struct(SmallObjStruct::New()); in TEST() local
|