OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformInterface
(Results
1 - 23
of
23
) sorted by null
/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
161
class
PlatformInterface
167
PlatformInterface
(void) {}
170
PlatformInterface
(const
PlatformInterface
&);
171
PlatformInterface
& operator= (const
PlatformInterface
&);
vkDeviceUtil.cpp
39
Move<VkInstance> createDefaultInstance (const
PlatformInterface
& vkPlatform,
79
Move<VkInstance> createDefaultInstance (const
PlatformInterface
& vkPlatform)
vkPlatform.cpp
41
InstanceDriver::InstanceDriver (const
PlatformInterface
&
platformInterface
, VkInstance instance)
43
#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.cpp
153
vector<VkLayerProperties> enumerateInstanceLayerProperties (const
PlatformInterface
& vkp)
170
vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const
PlatformInterface
& vkp, const char* layerName)
vkQueryUtil.hpp
49
std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const
PlatformInterface
& vkp);
50
std::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)
vkNullDriver.cpp
699
const
PlatformInterface
& getPlatformInterface (void) const { return m_driver; }
vkRefUtilImpl.inl
129
Move<VkInstance> createInstance (const
PlatformInterface
& vk, const VkInstanceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
/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; }
77
const vk::
PlatformInterface
& m_platformInterface;
vktTestCase.cpp
78
vector<string> getValidationLayers (const
PlatformInterface
& vkp)
88
Move<VkInstance> createInstance (const
PlatformInterface
& vkp, const tcu::CommandLine& cmdLine)
172
DefaultDevice (const
PlatformInterface
& vkPlatform, const tcu::CommandLine& cmdLine);
203
DefaultDevice::DefaultDevice (const
PlatformInterface
& vkPlatform, const tcu::CommandLine& cmdLine)
249
const vk::
PlatformInterface
&
platformInterface
,
252
, m_platformInterface (
platformInterface
)
vktTestPackage.cpp
143
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();
173
const Unique<VkInstance> instance(createInstance(
platformInterface
, &instanceCreateInfo));
189
const
PlatformInterface
&
platformInterface
= context.getPlatformInterface();
230
const VkResult result =
platformInterface
.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance);
235
const InstanceDriver instanceIface (
platformInterface
, instance);
256
const
PlatformInterface
&
platformInterface
= context.getPlatformInterface();
274
const Unique<VkInstance> instance(createInstance(
platformInterface
, &instanceCreateInfo))
[
all
...]
vktApiObjectManagementTests.cpp
228
const
PlatformInterface
& vkp;
247
Environment (const
PlatformInterface
& vkp_,
[
all
...]
/external/deqp/framework/platform/X11/
tcuX11Platform.cpp
65
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/
vktWsiSurfaceTests.cpp
105
Move<VkInstance> createInstanceWithWsi (const
PlatformInterface
& vkp,
vktWsiSwapchainTests.cpp
89
Move<VkInstance> createInstanceWithWsi (const
PlatformInterface
& vkp,
[
all
...]
Completed in 226 milliseconds