OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformInterface
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.cpp
43
InstanceDriver::InstanceDriver (const
PlatformInterface
&
platformInterface
, VkInstance instance)
45
#define GET_PROC_ADDR(NAME)
platformInterface
.getInstanceProcAddr(instance, NAME)
vkPlatform.hpp
44
virtual const
PlatformInterface
& getPlatformInterface (void) const = 0;
47
class PlatformDriver : public
PlatformInterface
67
InstanceDriver (const
PlatformInterface
&
platformInterface
, 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
...]
/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
)
Completed in 63 milliseconds