Lines Matching refs:physDev
15 VkPhysicalDevice physDev) : INHERITED(contextOptions) { in GrVkCaps() argument
47 this->init(contextOptions, vkInterface, physDev); in GrVkCaps()
51 VkPhysicalDevice physDev) { in init() argument
53 this->initGLSLCaps(vkInterface, physDev); in init()
54 this->initConfigTexturableTable(vkInterface, physDev); in init()
55 this->initConfigRenderableTable(vkInterface, physDev); in init()
56 this->initStencilFormats(vkInterface, physDev); in init()
59 GR_VK_CALL(vkInterface, GetPhysicalDeviceProperties(physDev, &properties)); in init()
108 void GrVkCaps::initGLSLCaps(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initGLSLCaps() argument
126 VkPhysicalDevice physDev, in format_supported_for_feature() argument
133 GR_VK_CALL(interface, GetPhysicalDeviceFormatProperties(physDev, format, &props)); in format_supported_for_feature()
139 VkPhysicalDevice physDev, in config_supported_for_feature() argument
150 format_supported_for_feature(interface, physDev, format, featureBit, in config_supported_for_feature()
157 physDev, \
166 void GrVkCaps::initConfigRenderableTable(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initConfigRenderableTable() argument
189 physDev, \
195 void GrVkCaps::initConfigTexturableTable(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initConfigTexturableTable() argument
222 physDev, \
230 void GrVkCaps::initStencilFormats(const GrVkInterface* interface, VkPhysicalDevice physDev) { in initStencilFormats() argument