Home
last modified time | relevance | path

Searched refs:DeviceMemory (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.h38 class DeviceMemory; variable
240 class DeviceMemory : public internal::NonDispHandle<VkDeviceMemory> {
242 ~DeviceMemory();
338 const DeviceMemory &memory() const { return internal_mem_; } in memory()
339 DeviceMemory &memory() { return internal_mem_; } in memory()
345 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
364 DeviceMemory internal_mem_;
388 const DeviceMemory &memory() const { return internal_mem_; } in memory()
389 DeviceMemory &memory() { return internal_mem_; } in memory()
395 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
[all …]
Dvktestbinding.cpp68 VkMemoryAllocateInfo info = vk_testing::DeviceMemory::alloc_info(reqs.size, 0); in get_resource_alloc_info()
409 DeviceMemory::~DeviceMemory() { in ~DeviceMemory()
414 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) { in init()
418 const void *DeviceMemory::map(VkFlags flags) const { in map()
426 void *DeviceMemory::map(VkFlags flags) { in map()
434 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } in unmap()
489 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory()
536 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp567 struct DeviceMemory struct
593 return getSafeObjectCount<DeviceMemory>(context, in getMaxConcurrent()
614 DeviceMemory::Parameters getDeviceMemoryParameters (const VkMemoryRequirements& memReqs) in getDeviceMemoryParameters()
616 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits)); in getDeviceMemoryParameters()
619 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkImage image) in getDeviceMemoryParameters()
624 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer image) in getDeviceMemoryParameters()
706 Dependency<DeviceMemory> memory;
849 Dependency<DeviceMemory> memory;
2645 CaseDescription<DeviceMemory> deviceMemory;
2744 static const NamedParameters<DeviceMemory> s_deviceMemCases[] = in createObjectManagementTests()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp263 class DeviceMemory class
266 DeviceMemory (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) in DeviceMemory() function in vk::__anon2fa2ef7b0111::DeviceMemory
274 ~DeviceMemory (void) in ~DeviceMemory()
990 const DeviceMemory* memory = reinterpret_cast<DeviceMemory*>(memHandle.getInternal()); in mapMemory()
DvkNullDriverImpl.inl19 …VK_NULL_RETURN((*pMemory = allocateNonDispHandle<DeviceMemory, VkDeviceMemory>(device, pAllocateIn…
203 freeNonDispHandle<DeviceMemory, VkDeviceMemory>(memory, pAllocator);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp915 class DeviceMemory class
918 DeviceMemory() in DeviceMemory() function in vk::DeviceMemory
923 DeviceMemory(VkDeviceMemory deviceMemory) in DeviceMemory() function in vk::DeviceMemory
927 DeviceMemory& operator=(VkDeviceMemory deviceMemory) in operator =()
934 bool operator==(DeviceMemory const &rhs) const in operator ==()
939 bool operator!=(DeviceMemory const &rhs) const in operator !=()
944 bool operator<(DeviceMemory const &rhs) const in operator <()
970 …static_assert( sizeof( DeviceMemory ) == sizeof( VkDeviceMemory ), "handle and wrapper have differ…
5870 …MappedMemoryRange( DeviceMemory memory_ = DeviceMemory(), DeviceSize offset_ = 0, DeviceSize size_… in MappedMemoryRange()
5902 MappedMemoryRange& setMemory( DeviceMemory memory_ ) in setMemory()
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp77 vk::DeviceMemory mem;
2661 vk::DeviceMemory mem;
2671 vk::DeviceMemory mem;
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md99 | Verify DeviceMemory Not Deleted | Validate Command Buffer not submitted with deleted device memor…