Searched refs:addIndexClamp (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A Dintermediate.h406 TIntermBinary(TOperator o) : TIntermOperator(o), addIndexClamp(false) {}
417 void setAddIndexClamp() { addIndexClamp = true; }
418 bool getAddIndexClamp() { return addIndexClamp; }
425 bool addIndexClamp; member in class:TIntermBinary

Completed in 81 milliseconds