Lines Matching refs:physDev
36 VkPhysicalDevice physDev, const VkPhysicalDeviceFeatures2& features, in GrVkCaps() argument
71 this->init(contextOptions, vkInterface, physDev, features, physicalDeviceVersion, extensions, in GrVkCaps()
291 VkPhysicalDevice physDev, const VkPhysicalDeviceFeatures2& features, in init() argument
295 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
298 GR_VK_CALL(vkInterface, GetPhysicalDeviceMemoryProperties(physDev, &memoryProperties)); in init()
400 this->initGrCaps(vkInterface, physDev, properties, memoryProperties, features, extensions); in init()
453 this->initFormatTable(vkInterface, physDev, properties); in init()
454 this->initStencilFormat(vkInterface, physDev); in init()
595 VkPhysicalDevice physDev, in initGrCaps() argument
661 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties2(physDev, &props)); in initGrCaps()
732 VkPhysicalDevice physDev, in stencil_format_supported() argument
736 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in stencil_format_supported()
740 void GrVkCaps::initStencilFormat(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initStencilFormat() argument
741 if (stencil_format_supported(interface, physDev, VK_FORMAT_S8_UINT)) { in initStencilFormat()
743 } else if (stencil_format_supported(interface, physDev, VK_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
746 SkASSERT(stencil_format_supported(interface, physDev, VK_FORMAT_D32_SFLOAT_S8_UINT)); in initStencilFormat()
837 void GrVkCaps::initFormatTable(const GrVkInterface* interface, VkPhysicalDevice physDev, in initFormatTable() argument
849 info.init(interface, physDev, properties, format); in initFormatTable()
878 info.init(interface, physDev, properties, format); in initFormatTable()
908 info.init(interface, physDev, properties, format); in initFormatTable()
927 info.init(interface, physDev, properties, format); in initFormatTable()
946 info.init(interface, physDev, properties, format); in initFormatTable()
973 info.init(interface, physDev, properties, format); in initFormatTable()
994 info.init(interface, physDev, properties, format); in initFormatTable()
1014 info.init(interface, physDev, properties, format); in initFormatTable()
1033 info.init(interface, physDev, properties, format); in initFormatTable()
1052 info.init(interface, physDev, properties, format); in initFormatTable()
1071 info.init(interface, physDev, properties, format); in initFormatTable()
1093 info.init(interface, physDev, properties, format); in initFormatTable()
1112 info.init(interface, physDev, properties, format); in initFormatTable()
1131 info.init(interface, physDev, properties, format); in initFormatTable()
1152 info.init(interface, physDev, properties, format); in initFormatTable()
1171 info.init(interface, physDev, properties, format); in initFormatTable()
1190 info.init(interface, physDev, properties, format); in initFormatTable()
1210 info.init(interface, physDev, properties, format); in initFormatTable()
1231 info.init(interface, physDev, properties, format); in initFormatTable()
1251 info.init(interface, physDev, properties, format); in initFormatTable()
1260 info.init(interface, physDev, properties, format); in initFormatTable()
1269 info.init(interface, physDev, properties, format); in initFormatTable()
1325 VkPhysicalDevice physDev, in initSampleCounts() argument
1333 GR_VK_CALL(interface, GetPhysicalDeviceImageFormatProperties(physDev, in initSampleCounts()
1369 VkPhysicalDevice physDev, in init() argument
1374 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in init()
1378 this->initSampleCounts(interface, physDev, properties, format); in init()