Searched defs:DeviceMemory (Results 1 - 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 257 class DeviceMemory class in namespace:vk::__anon3751 260 DeviceMemory (VkDevice, const VkMemoryAllocateInfo* pAllocInfo) function in class:vk::__anon3751::DeviceMemory 264 ~DeviceMemory (void) 582 const DeviceMemory* memory = reinterpret_cast<DeviceMemory*>(memHandle.getInternal());
|
/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.cpp | 84 vk_testing::DeviceMemory::alloc_info(reqs.size, 0); 442 DeviceMemory::~DeviceMemory() { 447 void DeviceMemory::init(const Device &dev, const VkMemoryAllocateInfo &info) { 451 const void *DeviceMemory::map(VkFlags flags) const { 460 void *DeviceMemory::map(VkFlags flags) { 469 void DeviceMemory::unmap() const { vkUnmapMemory(device(), handle()); } 532 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { 581 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) {
|
H A D | vktestbinding.h | 46 class DeviceMemory; 279 class DeviceMemory : public internal::NonDispHandle<VkDeviceMemory> { class in namespace:vk_testing 281 ~DeviceMemory(); 393 const DeviceMemory &memory() const { return internal_mem_; } 394 DeviceMemory &memory() { return internal_mem_; } 400 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset); 421 DeviceMemory internal_mem_; 451 const DeviceMemory &memory() const { return internal_mem_; } 452 DeviceMemory &memory() { return internal_mem_; } 458 void bind_memory(const DeviceMemory [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 559 struct DeviceMemory struct in namespace:vkt::api::__anon3769 585 return getSafeObjectCount<DeviceMemory>(context, 606 DeviceMemory::Parameters getDeviceMemoryParameters (const VkMemoryRequirements& memReqs) 608 return DeviceMemory::Parameters(memReqs.size, deCtz32(memReqs.memoryTypeBits)); 611 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkImage image) 616 DeviceMemory::Parameters getDeviceMemoryParameters (const Environment& env, VkBuffer image) 698 Dependency<DeviceMemory> memory; 841 Dependency<DeviceMemory> memory; 2409 CaseDescription<DeviceMemory> deviceMemory; 2508 static const NamedParameters<DeviceMemory> s_deviceMemCase [all...] |
Completed in 232 milliseconds