Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/common/
DConstants.h44 static constexpr float kLodMin = 0.0; variable
/third_party/skia/third_party/externals/dawn/src/common/
DConstants.h47 static constexpr float kLodMin = 0.0; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireArgumentTests.cpp245 descriptor.lodMinClamp = kLodMin; in TEST_F()
262 desc->lodMinClamp == kLodMin && desc->lodMaxClamp == kLodMax; in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireArgumentTests.cpp276 descriptor.lodMinClamp = kLodMin; in TEST_F()
293 desc->lodMinClamp == kLodMin && desc->lodMaxClamp == kLodMax; in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DSamplerTests.cpp130 descriptor.lodMinClamp = kLodMin; in TestAddressModes()
DBindGroupTests.cpp234 samplerDescriptor.lodMinClamp = kLodMin; in TEST_P()
DTextureViewTests.cpp102 samplerDescriptor.lodMinClamp = kLodMin; in SetUp()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.cpp268 desc.lodMinClamp = kLodMin; in GetDefaultSamplerDescriptor()