Home
last modified time | relevance | path

Searched defs:getIConst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DConstantUnion.h99 int getIConst() const { return iConst; } in getIConst() function
Dintermediate.h439 …int getIConst(int index) const { return unionArrayPointer ? unionArrayPointer[index].getIConst() :… in getIConst() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DConstantUnion.h122 int getIConst() const { return iConst; } in getIConst() function
/external/deqp-deps/glslang/glslang/Include/
DConstantUnion.h122 int getIConst() const { return iConst; } in getIConst() function
/external/angle/src/compiler/translator/
DConstantUnion.cpp80 int TConstantUnion::getIConst() const in getIConst() function in sh::TConstantUnion
DIntermNode.h337 int getIConst(size_t index) const in getIConst() function