Searched refs:wrapTNdx (Results 1 – 3 of 3) sorted by relevance
1372 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local1378 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()1381 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()1495 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local1501 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()1504 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()1608 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local1614 deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()1618 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()1705 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local[all …]
571 for (int wrapTNdx = 0; wrapTNdx < DE_LENGTH_OF_ARRAY(wrapModes); wrapTNdx++) in init() local577 const deUint32 wrapT = wrapModes[wrapTNdx].mode; in init()580 …agFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()
2167 const int wrapTNdx = (wrapCaseNdx + 1) % DE_LENGTH_OF_ARRAY(wrapModes); in init() local2169 const tcu::Sampler::WrapMode wrapT = wrapModes[wrapTNdx].mode; in init()2171 … const string caseName = string() + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; in init()