Searched refs:DeviceMemory (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 38 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 …]
|
D | vktestbinding.cpp | 68 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/ |
D | vktApiObjectManagementTests.cpp | 566 struct DeviceMemory struct 592 return getSafeObjectCount<DeviceMemory>(context, in getMaxConcurrent() 613 DeviceMemory::Parameters getDeviceMemoryParameters (const VkMemoryRequirements& memReqs) in getDeviceMemoryParameters() 615 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits)); in getDeviceMemoryParameters() 618 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkImage image) in getDeviceMemoryParameters() 623 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer image) in getDeviceMemoryParameters() 705 Dependency<DeviceMemory> memory; 848 Dependency<DeviceMemory> memory; 2639 CaseDescription<DeviceMemory> deviceMemory; 2738 static const NamedParameters<DeviceMemory> s_deviceMemCases[] = in createObjectManagementTests() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 268 class DeviceMemory class 271 DeviceMemory (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) in DeviceMemory() function in vk::__anonfb9acbbc0111::DeviceMemory 279 ~DeviceMemory (void) in ~DeviceMemory() 867 const DeviceMemory* memory = reinterpret_cast<DeviceMemory*>(memHandle.getInternal()); in mapMemory()
|
D | vkNullDriverImpl.inl | 19 …VK_NULL_RETURN((*pMemory = allocateNonDispHandle<DeviceMemory, VkDeviceMemory>(device, pAllocateIn… 209 freeNonDispHandle<DeviceMemory, VkDeviceMemory>(memory, pAllocator);
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 915 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/ |
D | cube.cpp | 77 vk::DeviceMemory mem; 2661 vk::DeviceMemory mem; 2671 vk::DeviceMemory mem;
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 99 | Verify DeviceMemory Not Deleted | Validate Command Buffer not submitted with deleted device memor…
|