Searched refs:kLodMin (Results 1 – 8 of 8) sorted by relevance
44 static constexpr float kLodMin = 0.0; variable
47 static constexpr float kLodMin = 0.0; variable
245 descriptor.lodMinClamp = kLodMin; in TEST_F()262 desc->lodMinClamp == kLodMin && desc->lodMaxClamp == kLodMax; in TEST_F()
276 descriptor.lodMinClamp = kLodMin; in TEST_F()293 desc->lodMinClamp == kLodMin && desc->lodMaxClamp == kLodMax; in TEST_F()
130 descriptor.lodMinClamp = kLodMin; in TestAddressModes()
234 samplerDescriptor.lodMinClamp = kLodMin; in TEST_P()
102 samplerDescriptor.lodMinClamp = kLodMin; in SetUp()
268 desc.lodMinClamp = kLodMin; in GetDefaultSamplerDescriptor()