Lines Matching refs:obj_struct
1547 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()
4596 const VulkanTypedHandle obj_struct(buffer, kVulkanObjectTypeBuffer); in PreCallRecordDestroyBuffer() local
4598 InvalidateCommandBuffers(buffer_state->cb_bindings, obj_struct); in PreCallRecordDestroyBuffer()
4605 ClearMemoryObjectBindings(obj_struct); in PreCallRecordDestroyBuffer()
4621 const VulkanTypedHandle obj_struct(bufferView, kVulkanObjectTypeBufferView); in PreCallValidateDestroyBufferView() local
4624 skip |= ValidateObjectNotInUse(buffer_view_state, obj_struct, "vkDestroyBufferView", in PreCallValidateDestroyBufferView()
4634 const VulkanTypedHandle obj_struct(bufferView, kVulkanObjectTypeBufferView); in PreCallRecordDestroyBufferView() local
4637 InvalidateCommandBuffers(buffer_view_state->cb_bindings, obj_struct); in PreCallRecordDestroyBufferView()