OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:instanceInterface
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp
194
const vk::
InstanceInterface
&
instanceInterface
= context.getInstanceInterface();
196
instanceInterface
.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties);
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassDepthStencilResolveTests.cpp
162
const
InstanceInterface
& m_vki;
235
const vk::
InstanceInterface
&
instanceInterface
= m_context.getInstanceInterface();
236
instanceInterface
.getPhysicalDeviceProperties2(physicalDevice, &deviceProperties);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp
252
const
InstanceInterface
&
instanceInterface
= m_context.getInstanceInterface();
279
const vector<VkPhysicalDeviceGroupProperties> properties = enumeratePhysicalDeviceGroups(
instanceInterface
, m_context.getInstance());
317
VkPhysicalDeviceFeatures enabledDeviceFeatures = getPhysicalDeviceFeatures(
instanceInterface
, physicalDevice);
349
m_deviceGroup = createDevice(m_context.getPlatformInterface(), m_context.getInstance(),
instanceInterface
, physicalDevice, &deviceCreateInfo);
364
const
InstanceInterface
& vki (m_context.getInstanceInterface());
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp
90
Move<VkDevice> createTestDevice (const PlatformInterface& vkp, VkInstance instance, const
InstanceInterface
& vki, VkPhysicalDevice physicalDevice, deUint32 *outQueueFamilyIndex)
[
all
...]
Completed in 314 milliseconds