HomeSort by relevance Sort by last modified time
    Searched refs:DeviceDriver (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 5 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
10 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) const
15 VkResult DeviceDriver::queueSubmit (VkQueue queue, deUint32 submitCount, const VkSubmitInfo* pSubmits, VkFence fence) const
20 VkResult DeviceDriver::queueWaitIdle (VkQueue queue) const
25 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const
30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const
35 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) const
40 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const
45 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
50 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const VkMappedMemoryRange* p (…)
    [all...]
vkPlatform.cpp 54 DeviceDriver::DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device)
61 DeviceDriver::~DeviceDriver (void)
vkPlatform.hpp 81 class DeviceDriver : public DeviceInterface
84 DeviceDriver (const InstanceInterface& instanceInterface, VkDevice device);
85 ~DeviceDriver (void);
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 74 de::MovePtr<vk::DeviceDriver> m_deviceDriver;
vktSparseResourcesBase.cpp 158 m_deviceDriver = de::MovePtr<DeviceDriver>(new DeviceDriver(instance, *m_logicalDevice));
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 389 const DeviceDriver deviceDriver (instanceDriver, device.get());
392 deviceDriver.getDeviceQueue(device.get(), queueFamilyIndex, queueIndex, &queue);
393 VK_CHECK(deviceDriver.queueWaitIdle(queue));
448 const DeviceDriver deviceDriver(instanceDriver, devices[deviceNdx]);
452 deviceDriver.getDeviceQueue(devices[deviceNdx], queueFamilyIndex, queueIndex, &queue);
453 VK_CHECK(deviceDriver.queueWaitIdle(queue));
467 DeviceDriver deviceDriver(instanceDriver, devices[deviceNdx])
    [all...]
vktApiBufferTests.cpp 78 DeviceDriver m_deviceInterface;
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 141 m_deviceDriver = MovePtr<DeviceDriver>(new DeviceDriver(instance, *m_logicalDevice));
223 MovePtr<DeviceDriver> m_deviceDriver;
vktSynchronizationSmokeTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 230 const DeviceDriver m_deviceInterface;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 517 vk::DeviceDriver m_deviceInterface;
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 792 const vk::DeviceDriver m_vkd;
    [all...]
vktWsiDisplayTimingTests.cpp 841 const vk::DeviceDriver m_vkd;
    [all...]
vktWsiIncrementalPresentTests.cpp 917 const vk::DeviceDriver m_vkd;
    [all...]
vktWsiSwapchainTests.cpp 229 const DeviceDriver vkd;
    [all...]

Completed in 974 milliseconds