Lines Matching refs:fPhysicalDevice
61 backendContext.fPhysicalDevice == VK_NULL_HANDLE || in Make()
95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
124 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in Make()
139 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make()
146 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make()
169 backendContext.fPhysicalDevice, 0, nullptr, 1, &swapChainExtName); in Make()
171 caps.reset(new GrVkCaps(options, interface.get(), backendContext.fPhysicalDevice, in Make()
184 backendContext.fPhysicalDevice, in Make()
214 , fPhysicalDevice(backendContext.fPhysicalDevice) in GrVkGpu()
227 VK_CALL(GetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &fPhysDevProps)); in GrVkGpu()
228 VK_CALL(GetPhysicalDeviceMemoryProperties(backendContext.fPhysicalDevice, &fPhysDevMemProps)); in GrVkGpu()