OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_physicalDevices
(Results
1 - 4
of
4
) 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
;
vktSparseResourcesBase.cpp
78
m_physicalDevices
.push_back(m_context.getPhysicalDevice());
88
m_physicalDevices
.clear();
91
m_physicalDevices
.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]);
/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
...]
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp
[
all
...]
Completed in 104 milliseconds