Searched refs:PrecisionInfo (Results 1 – 5 of 5) sorted by relevance
25 struct PrecisionInfo { struct26 PrecisionInfo() { in PrecisionInfo() function35 bool operator==(const PrecisionInfo& that) const { argument39 bool operator!=(const PrecisionInfo& that) const { return !(*this == that); }88 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo()293 PrecisionInfo fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
28 const GrShaderCaps::PrecisionInfo* info; in compute_precision()
176 const PrecisionInfo* info = fFloatPrecisions[s]; in initSamplerPrecisionTable()
110 const GrShaderCaps::PrecisionInfo& highP = args.fShaderCaps->getFloatShaderPrecisionInfo( in onEmitCode()
1285 GrShaderCaps::PrecisionInfo* first = nullptr; in initShaderPrecisionTable()