Home
last modified time | relevance | path

Searched refs:fDeviceFeatures2 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/gpu/vk/
H A DGrVkBackendContext.h63 // specific features. If fDeviceFeatures2 is not null then we ignore fDeviceFeatures. If both
64 // fDeviceFeatures and fDeviceFeatures2 are null we will assume no features are enabled.
66 const VkPhysicalDeviceFeatures2* fDeviceFeatures2 = nullptr; member
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp788 ctx->fDeviceFeatures2 = features; in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp141 if (backendContext.fDeviceFeatures2) { in Make()
143 *backendContext.fDeviceFeatures2, instanceVersion, physDevVersion, in Make()

Completed in 7 milliseconds