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

  /frameworks/rs/rsov/driver/
rsovContext.cpp 106 std::vector<VkQueueFamilyProperties> queueProps(queueCount);
109 queueProps.data());
117 if (queueProps[i].queueFlags & VK_QUEUE_COMPUTE_BIT) {
  /external/skia/src/gpu/vk/
GrVkBackendContext.cpp 176 VkQueueFamilyProperties* queueProps = (VkQueueFamilyProperties*)queuePropsAlloc.get();
178 grVkGetPhysicalDeviceQueueFamilyProperties(physDev, &queueCount, queueProps);
183 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) {