HomeSort by relevance Sort by last modified time
    Searched refs:PlatformInterface (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceUtil.hpp 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform);
41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
vkPlatform.hpp 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
47 class PlatformDriver : public PlatformInterface
67 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
vkDefs.hpp 153 class PlatformInterface
159 PlatformInterface (void) {}
162 PlatformInterface (const PlatformInterface&);
163 PlatformInterface& operator= (const PlatformInterface&);
vkDeviceUtil.cpp 39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform)
vkPlatform.cpp 43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance)
45 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME)
vkDebugReportUtil.hpp 88 bool isDebugReportSupported (const PlatformInterface& vkp);
vkDebugReportUtil.cpp 162 bool isDebugReportSupported (const PlatformInterface& vkp)
vkQueryUtil.hpp 50 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp);
51 std::vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName);
vkQueryUtil.cpp 172 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp)
189 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName)
vkRefUtil.inl 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
vkRef.hpp 100 Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks* allocator)
vkRefUtilImpl.inl 147 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
vkNullDriver.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 38 class PlatformInterface;
54 const vk::PlatformInterface& platformInterface,
59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; }
79 const vk::PlatformInterface& m_platformInterface;
vktTestCase.cpp 78 vector<string> getValidationLayers (const PlatformInterface& vkp)
110 Move<VkInstance> createInstance (const PlatformInterface& vkp, const vector<string>& enabledExtensions, const tcu::CommandLine& cmdLine)
198 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
233 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine)
281 const vk::PlatformInterface& platformInterface,
284 , m_platformInterface (platformInterface)
vktTestPackage.cpp 153 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const vk::InstanceInterface& vki, vk::VkInstance instance)
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 67 const PlatformInterface& platformInterface = context.getPlatformInterface();
190 const Unique<VkInstance> instance(createInstance(platformInterface, &instanceCreateInfo));
206 const PlatformInterface& platformInterface = context.getPlatformInterface();
247 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance);
252 const InstanceDriver instanceIface (platformInterface, instance);
273 const PlatformInterface& platformInterface = context.getPlatformInterface();
291 const Unique<VkInstance> instance(createInstance(platformInterface, &instanceCreateInfo))
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 90 const vk::PlatformInterface& getPlatformInterface (void) const
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 137 const vk::PlatformInterface& getPlatformInterface (void) const
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 96 const vk::PlatformInterface& getPlatformInterface (void) const
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 199 const vk::PlatformInterface& getPlatformInterface (void) const
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
780 const vk::PlatformInterface& m_vkp;
    [all...]
vktWsiDisplayTimingTests.cpp 121 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
829 const vk::PlatformInterface& m_vkp;
    [all...]
vktWsiIncrementalPresentTests.cpp 78 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp,
905 const vk::PlatformInterface& m_vkp;
    [all...]

Completed in 404 milliseconds

1 2