HomeSort by relevance Sort by last modified time
    Searched defs:lowp (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
precision.hpp 38 lowp, enumerator in enum:glm::precision
  /external/skia/src/gpu/
GrShaderCaps.cpp 177 // Determine the largest precision qualifiers that are effectively the same as lowp/mediump.
178 // e.g. if lowp == mediump, then use mediump instead of lowp.
192 GrSLPrecision lowp = kHigh_GrSLPrecision; local
196 lowp = SkTMin(lowp, effectiveLowP[s]);
210 table[kUnknown_GrPixelConfig] = lowp;
211 table[kAlpha_8_GrPixelConfig] = lowp;
212 table[kGray_8_GrPixelConfig] = lowp;
213 table[kRGB_565_GrPixelConfig] = lowp;
    [all...]

Completed in 3163 milliseconds