Lines Matching refs:product
57 static inline T product (const tcu::Vector<T, Size>& v) in product() function
123 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in init()
134 …coherent " : "") << precName << " " << outTypeName << " groupValues[" << product(m_numWorkGroups) … in init()
203 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in iterate()
207 groupVarInfo.arraySize == product(m_numWorkGroups)); in iterate()
220 for (deUint32 valNdx = 0; valNdx < product(m_numWorkGroups); valNdx++) in iterate()
279 const int workGroupSize = (int)product(m_workGroupSize); in verify()
432 const int workGroupSize = (int)product(m_workGroupSize); in verify()
514 const int workGroupSize = (int)product(m_workGroupSize); in verify()
588 const int workGroupSize = (int)product(m_workGroupSize); in getInputs()
606 const int workGroupSize = (int)product(m_workGroupSize); in verify()
661 const int workGroupSize = (int)product(m_workGroupSize); in getInputs()
677 const int workGroupSize = (int)product(m_workGroupSize); in verify()
732 const int workGroupSize = (int)product(m_workGroupSize); in getInputs()
750 const int workGroupSize = (int)product(m_workGroupSize); in verify()
815 const int workGroupSize = (int)product(m_workGroupSize); in getInputs()
829 const int workGroupSize = (int)product(m_workGroupSize); in verify()
912 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in init()
924 …? "coherent " : "") << precName << " " << typeName << " groupValues[" << product(m_numWorkGroups) … in init()
1007 const deUint32 numValues = product(m_workGroupSize)*product(m_numWorkGroups); in iterate()
1012 groupVarInfo.arraySize == product(m_numWorkGroups)); in iterate()
1020 const deUint32 workGroupSize = product(m_workGroupSize); in iterate()
1042 const int numWorkGroups = (int)product(m_numWorkGroups); in iterate()
1043 const int workGroupSize = (int)product(m_workGroupSize); in iterate()