Home
last modified time | relevance | path

Searched refs:featureLevels (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp151 D3D12_FEATURE_DATA_FEATURE_LEVELS featureLevels; in InitializeSupportedLimitsImpl() local
152 featureLevels.NumFeatureLevels = sizeof(levelsToQuery) / sizeof(D3D_FEATURE_LEVEL); in InitializeSupportedLimitsImpl()
153 featureLevels.pFeatureLevelsRequested = levelsToQuery; in InitializeSupportedLimitsImpl()
156 &featureLevels, sizeof(featureLevels)), in InitializeSupportedLimitsImpl()
159 if (featureLevels.MaxSupportedFeatureLevel == D3D_FEATURE_LEVEL_11_0 && in InitializeSupportedLimitsImpl()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp126 D3D_FEATURE_LEVEL featureLevels[] = { in init() local
133 flDesc.NumFeatureLevels = _countof(featureLevels); in init()
134 flDesc.pFeatureLevelsRequested = featureLevels; in init()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1009 D3D_FEATURE_LEVEL featureLevels[] = in D3D11_CreateDeviceResources() local
1090 featureLevels, /* List of feature levels this app can support. */ in D3D11_CreateDeviceResources()
1091 SDL_arraysize(featureLevels), in D3D11_CreateDeviceResources()