Home
last modified time | relevance | path

Searched refs:fFeatures (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkTestHelper.cpp45 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()
DVkTestContext.h34 return fFeatures; in getVkFeatures()
44 , fFeatures(features) in VkTestContext()
51 const VkPhysicalDeviceFeatures2* fFeatures; variable
DVkTestContext.cpp108 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in teardown()
109 delete fFeatures; in teardown()
DVkTestHelper.h61 VkPhysicalDeviceFeatures2 fFeatures = {}; variable
/third_party/skia/tests/
DVkHardwareBufferTest.cpp432 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup()
433 delete fFeatures; in cleanup()
496 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in VulkanTestHelper
524 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()
/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h59 uint32_t fFeatures; // Deprecated. Use fDeviceFeatures[2] instead. member
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp153 if (backendContext.fFeatures & kGeometryShader_GrVkFeatureFlag) { in Make()
156 if (backendContext.fFeatures & kDualSrcBlend_GrVkFeatureFlag) { in Make()
159 if (backendContext.fFeatures & kSampleRateShading_GrVkFeatureFlag) { in Make()
/third_party/skia/src/core/
DSkVM.cpp152 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()