HomeSort by relevance Sort by last modified time
    Searched refs:devGroupIdx (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 768 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1;
792 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevices[deviceIdx]);
811 deviceGroupProps[devGroupIdx].physicalDeviceCount, //physicalDeviceCount
812 deviceGroupProps[devGroupIdx].physicalDevices //physicalDevices
827 Move<VkDevice> deviceGroup = createDevice(instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevices[deviceIdx], &deviceCreateInfo);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 158 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1;
165 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount;
166 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation;
178 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount
179 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices
184 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp     [all...]

Completed in 1091 milliseconds