Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DClampIndirectIndices.cpp59 TIntermConstantUnion *zero = createClampValue(0, useFloatClamp); in visitBinary()
76 max = createClampValue(static_cast<int>(leftType.getOutermostArraySize()) - 1, in visitBinary()
82 max = createClampValue(leftType.getNominalSize() - 1, useFloatClamp); in visitBinary()
121 TIntermConstantUnion *createClampValue(int value, bool useFloat) in createClampValue() function in sh::__anon65569c200111::ClampIndirectIndicesTraverser