Lines Matching refs:compileOptions
316 ShCompileOptions compileOptions, in InsertFragCoordCorrection() argument
336 if ((compileOptions & SH_ADD_PRE_ROTATION) != 0) in InsertFragCoordCorrection()
711 ShCompileOptions compileOptions, in translateImpl() argument
777 if (compileOptions & SH_EMULATE_SEAMFUL_CUBE_MAP_SAMPLING) in translateImpl()
942 bool usePreRotation = compileOptions & SH_ADD_PRE_ROTATION; in translateImpl()
972 if (!InsertFragCoordCorrection(this, compileOptions, root, GetMainSequence(root), in translateImpl()
980 if (!RewriteDfdy(this, compileOptions, root, getSymbolTable(), getShaderVersion(), in translateImpl()
1034 if ((compileOptions & SH_ADD_PRE_ROTATION) != 0 && in translateImpl()
1178 ShCompileOptions compileOptions, in translate() argument
1188 if ((compileOptions & SH_REWRITE_ROW_MAJOR_MATRICES) != 0 && getShaderVersion() >= 300) in translate()
1211 SpecConst specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate()
1213 if (!translateImpl(sink, root, compileOptions, perfDiagnostics, &specConst, &driverUniforms)) in translate()