Lines Matching defs:declareArray
103 virtual std::string declareArray (const std::string& arraySizeExpr) const = 0;
253 std::string declareArray (const std::string& arraySizeExpr) const;
271 std::string Variable::declareArray (const std::string& sizeExpr) const
334 std::string declareArray (const std::string& arraySizeExpr) const;
360 std::string IOBlock::declareArray (const std::string& sizeExpr) const
556 tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS)
579 << "layout(location = 0) in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize);
604 tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS)