Home
last modified time | relevance | path

Searched refs:mapMemory (Results 1 – 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp57 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceSize offs… in mapMemory() function
60 VK_CHECK(vkd.mapMemory(device, mem, offset, size, flags, &hostPtr)); in mapMemory()
69 , m_ptr (mapMemory(vkd, device, memory, offset, size, flags)) in HostPtr()
DvkDeviceFunctionPointers.inl11 MapMemoryFunc mapMemory; variable
DvkInitDeviceFunctionPointers.inl11 m_vk.mapMemory = (MapMemoryFunc) GET_PROC_ADDR("vkMapMemory");
DvkDeviceDriverImpl.inl40 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe… function in DeviceDriver
42 return m_vk.mapMemory(device, memory, offset, size, flags, ppData);
DvkNullDriver.cpp865 VKAPI_ATTR VkResult VKAPI_CALL mapMemory (VkDevice, VkDeviceMemory memHandle, VkDeviceSize offset, … in mapMemory() function
DvkConcreteDeviceInterface.inl11 virtual VkResult mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, V…
DvkVirtualDeviceInterface.inl11 virtual VkResult mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, V…
DvkNullDriverImpl.inl1462 VK_NULL_FUNC_ENTRY(vkMapMemory, mapMemory),
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp477 …VK_CHECK(vkd.mapMemory(device, *memory, config.mapping.offset * atomSize, config.mapping.size * at… in testMemoryMapping()
517 …VK_CHECK(vkd.mapMemory(device, *memory, config.mapping.offset * atomSize, config.mapping.size * at… in testMemoryMapping()
746 VK_CHECK(vkd.mapMemory(device, *m_memory, offset, size, 0u, &ptr)); in mapRandom()
DvktMemoryPipelineBarrierTests.cpp718 void* mapMemory (const vk::DeviceInterface& vkd, in mapMemory() function
725 VK_CHECK(vkd.mapMemory(device, memory, 0, size, 0, &ptr)); in mapMemory()
1268 context.setMapping(mapMemory(vkd, device, m_memory, m_size)); in execute()
2389 void* const ptr = mapMemory(vkd, device, *m_memory, m_bufferSize); in verify()
2462 void* const ptr = mapMemory(vkd, device, *m_memory, m_bufferSize); in prepare()
2717 void* const ptr = mapMemory(vkd, device, *memory, 4 * m_imageWidth * m_imageHeight); in verify()
2888 void* const ptr = mapMemory(vkd, device, *memory, 4 * m_imageWidth * m_imageHeight); in prepare()
3055 void* const ptr = mapMemory(vkd, device, *m_memory, m_bufferSize); in verify()
3113 void* const ptr = mapMemory(vkd, device, *m_memory, m_bufferSize); in prepare()
3323 void* const ptr = mapMemory(vkd, device, *memory, 4 * m_imageWidth * m_imageHeight); in prepare()
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp1486 auto pData = device.mapMemory(uniform_data.mem, 0, in prepare_cube_data_buffer()
1894 auto data = device.mapMemory(tex_obj->mem, 0, in prepare_texture_image()
2195 auto data = device.mapMemory(uniform_data.mem, 0, in update_data_buffer()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16093 …Result mapMemory( DeviceMemory memory, DeviceSize offset, DeviceSize size, MemoryMapFlags flags, v… in mapMemory() function in vk::Device
16100 …ResultValueType<void*>::type mapMemory( DeviceMemory memory, DeviceSize offset, DeviceSize size, M… in mapMemory() function in vk::Device