Lines Matching defs:storeValue
768 static const int storeValue = 123;
778 s << vecType << "(" << bufType << "(" << storeValue << ")";
783 s << vecType << "(" << storeValue << ")";
786 s << vecType << "(" << storeValue << ")";
801 s << "ssbo0_1.val[" << coord << "] = " << bufType << "(" << storeValue << ")";
804 s << "imageStore(image0_1, " << coord << ", " << vecType << "(" << storeValue << "))";
807 s << "imageStore(image0_1, " << coord << ", " << vecType << "(" << storeValue << "))";
1384 // accesses, then the result value can be a mix of storeValue and zero.
1393 string sstoreValue = de::toString(storeValue);
1446 if (mask & (1 << vecIdx)) checks << storeValue;