Lines Matching defs:ndx
848 int ndx = 0;
854 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
855 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
856 ndx++;
912 int ndx = 0;
918 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond("A", true)));
919 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
921 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond("A", false)));
922 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
923 ndx++;
950 int ndx;
957 ndx = 2;
960 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx)));
961 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
963 ndx++;
990 int ndx = 0;
996 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond("A")));
997 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
999 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx + maxAttributes), Attribute::LOC_UNDEF, Cond::COND_NEVER));
1000 bindings.push_back(Bind("a_" + de::toString(ndx + maxAttributes), loc));
1001 ndx++;
1112 int ndx = 0;
1118 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), loc, Cond::COND_ALWAYS, m_arraySize));
1119 ndx++;
1145 int ndx;
1151 ndx = 2;
1154 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx), loc));
1155 ndx++;
1206 int ndx = 0;
1212 if ((ndx % 2) != 0)
1213 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), loc, Cond::COND_ALWAYS, m_arraySize));
1216 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
1217 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
1220 ndx++;
1247 int ndx;
1254 ndx = 2;
1257 if ((ndx % 2) != 0)
1258 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx), loc));
1261 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx), loc));
1262 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
1265 ndx++;
1321 int ndx;
1328 ndx = 2;
1331 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx)));
1332 preLinkBindings.push_back(Bind("a_" + de::toString(ndx), loc));
1334 ndx++;
1364 int ndx;
1371 ndx = 2;
1374 if ((ndx % 2) != 0)
1375 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx), loc));
1378 attributes.push_back(Attribute(vec4, "a_" + de::toString(ndx)));
1379 preLinkBindings.push_back(Bind("a_" + de::toString(ndx), loc));
1382 ndx++;