/third_party/skia/tools/gpu/vk/ |
D | VkTestHelper.cpp | 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()
|
D | VkTestContext.h | 34 return fFeatures; in getVkFeatures() 44 , fFeatures(features) in VkTestContext() 51 const VkPhysicalDeviceFeatures2* fFeatures; variable
|
D | VkTestContext.cpp | 108 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in teardown() 109 delete fFeatures; in teardown()
|
D | VkTestHelper.h | 61 VkPhysicalDeviceFeatures2 fFeatures = {}; variable
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.h | 34 return fFeatures; in getVkFeatures() 44 , fFeatures(features) in VkTestContext() 51 const VkPhysicalDeviceFeatures2* fFeatures; variable
|
D | VkTestContext.cpp | 236 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in teardown() 237 delete fFeatures; in teardown()
|
/third_party/flutter/skia/tests/ |
D | VkProtectedContextTest.cpp | 69 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in __anon23f2f2110111::VulkanTestHelper 93 fFeatures = new VkPhysicalDeviceFeatures2; in init() 94 memset(fFeatures, 0, sizeof(VkPhysicalDeviceFeatures2)); in init() 95 fFeatures->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init() 96 fFeatures->pNext = nullptr; in init() 102 fFeatures, &fDebugCallback, nullptr, in init() 144 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup() 145 delete fFeatures; in cleanup()
|
D | VkYcbcrSamplerTest.cpp | 59 VkPhysicalDeviceFeatures2 fFeatures = {}; member in VkYcbcrSamplerTestHelper 118 sk_gpu_test::FreeVulkanFeaturesStructs(&fFeatures); in ~VkYcbcrSamplerTestHelper() 136 fFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init() 137 fFeatures.pNext = nullptr; in init() 142 if (!sk_gpu_test::CreateVkBackendContext(getProc, &fBackendContext, &fExtensions, &fFeatures, in init() 172 VkBaseOutStructure* feature = reinterpret_cast<VkBaseOutStructure*>(fFeatures.pNext); in init()
|
D | VkHardwareBufferTest.cpp | 428 sk_gpu_test::FreeVulkanFeaturesStructs(fFeatures); in cleanup() 429 delete fFeatures; in cleanup() 492 VkPhysicalDeviceFeatures2* fFeatures = nullptr; member in VulkanTestHelper 520 fFeatures = new VkPhysicalDeviceFeatures2; in init() 521 memset(fFeatures, 0, sizeof(VkPhysicalDeviceFeatures2)); in init() 522 fFeatures->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in init() 523 fFeatures->pNext = nullptr; in init() 529 fFeatures, &fDebugCallback)) { in init()
|
/third_party/skia/tests/ |
D | VkHardwareBufferTest.cpp | 432 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/flutter/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 58 uint32_t fFeatures; // Deprecated. Use fDeviceFeatures[2] instead. member
|
/third_party/skia/include/gpu/vk/ |
D | GrVkBackendContext.h | 58 uint32_t fFeatures; // Deprecated. Use fDeviceFeatures[2] instead. member
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_window.cc | 139 context->fFeatures = skia_features; in CreateSkiaBackendContext()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface_producer.cc | 113 backend_context.fFeatures = skia_features; in Initialize()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 153 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/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 195 if (backendContext.fFeatures & kGeometryShader_GrVkFeatureFlag) { in GrVkGpu() 198 if (backendContext.fFeatures & kDualSrcBlend_GrVkFeatureFlag) { in GrVkGpu() 201 if (backendContext.fFeatures & kSampleRateShading_GrVkFeatureFlag) { in GrVkGpu()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 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()
|