Searched refs:getVecComponent (Results 1 – 4 of 4) sorted by relevance
95 if (!this->getVecComponent(i).compareConstant(context, c.getVecComponent(i))) { in compareConstant()128 const Expression& getVecComponent(int index) const { in getVecComponent() function145 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent()154 return this->getVecComponent(index).getConstantFloat(); in getFVecComponent()158 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()198 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex); in getMatComponent()
97 if (!this->getVecComponent(i).compareConstant(context, c.getVecComponent(i))) { in compareConstant()130 const Expression& getVecComponent(int index) const { in getVecComponent() function147 return ((const Constructor&) *arg).getVecComponent(index - current); in getVecComponent()156 return this->getVecComponent(index).getConstantFloat(); in getFVecComponent()160 return this->getVecComponent(index).getConstantInt(); in getIVecComponent()200 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex); in getMatComponent()
527 if (!is_constant(c.getVecComponent(i), value)) { in is_constant()