Searched refs:fFeatures (Results 1 – 8 of 8) sorted by relevance
45 fFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()46 fFeatures.pNext = nullptr; in init()52 &fFeatures, &fDebugCallback, nullptr, in init()112 sk_gpu_test::FreeVulkanFeaturesStructs(&fFeatures); in cleanup()
34 return fFeatures; in getVkFeatures()44 , fFeatures(features) in VkTestContext()51 const VkPhysicalDeviceFeatures2* fFeatures; variable
108 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in teardown()109 delete fFeatures; in teardown()
61 VkPhysicalDeviceFeatures2 fFeatures = {}; variable
432 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup()433 delete fFeatures; in cleanup()496 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in VulkanTestHelper524 fFeatures = new VkPhysicalDeviceFeatures2; in init()525 memset(fFeatures, 0, sizeof(VkPhysicalDeviceFeatures2)); in init()526 fFeatures->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init()527 fFeatures->pNext = nullptr; in init()533 fFeatures, &fDebugCallback)) { in init()
59 uint32_t fFeatures; // Deprecated. Use fDeviceFeatures[2] instead. member
153 if (backendContext.fFeatures & kGeometryShader_GrVkFeatureFlag) { in Make()156 if (backendContext.fFeatures & kDualSrcBlend_GrVkFeatureFlag) { in Make()159 if (backendContext.fFeatures & kSampleRateShading_GrVkFeatureFlag) { in Make()
152 Builder::Builder() : fFeatures(detect_features()) {} in Builder()153 Builder::Builder(Features features) : fFeatures(features ) {} in Builder()767 if (fFeatures.fma) { in add()781 if (fFeatures.fma) { in sub()