OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_physicalDevices
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp
82
vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return
m_physicalDevices
[i];}
88
std::vector<vk::VkPhysicalDevice>
m_physicalDevices
;
/external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp
162
vector<VkPhysicalDevice>
m_physicalDevices
;
205
const VkPhysicalDeviceMemoryProperties deviceMemProps1 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(),
m_physicalDevices
[firstdeviceID]);
206
const VkPhysicalDeviceMemoryProperties deviceMemProps2 = getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(),
m_physicalDevices
[seconddeviceID]);
286
m_physicalDevices
.push_back(properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[idx]);
[
all
...]
Completed in 1457 milliseconds