Home | History | Annotate | Download | only in functional

Lines Matching defs:product

57 static inline T product (const tcu::Vector<T, Size>& v)
119 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
130 << " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
194 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
198 groupVarInfo.arraySize == product(m_numWorkGroups));
211 for (deUint32 valNdx = 0; valNdx < product(m_numWorkGroups); valNdx++)
270 const int workGroupSize = (int)product(m_workGroupSize);
360 const int workGroupSize = (int)product(m_workGroupSize);
434 const int workGroupSize = (int)product(m_workGroupSize);
500 const int workGroupSize = (int)product(m_workGroupSize);
518 const int workGroupSize = (int)product(m_workGroupSize);
570 const int workGroupSize = (int)product(m_workGroupSize);
586 const int workGroupSize = (int)product(m_workGroupSize);
638 const int workGroupSize = (int)product(m_workGroupSize);
656 const int workGroupSize = (int)product(m_workGroupSize);
721 const int workGroupSize = (int)product(m_workGroupSize);
735 const int workGroupSize = (int)product(m_workGroupSize);
818 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
830 << " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product(m_numWorkGroups) << "];\n"
913 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups);
918 groupVarInfo.arraySize == product(m_numWorkGroups));
926 const deUint32 workGroupSize = product(m_workGroupSize);
948 const int numWorkGroups = (int)product(m_numWorkGroups);
949 const int workGroupSize = (int)product(m_workGroupSize);