• Home
  • Raw
  • Download

Lines Matching refs:numValues

121 …UBOToSSBOInvertCase (Context& context, const char* name, const char* description, int numValues, c…  in UBOToSSBOInvertCase()  argument
123 , m_numValues (numValues) in UBOToSSBOInvertCase()
243 …CopyInvertSSBOCase (Context& context, const char* name, const char* description, int numValues, co… in CopyInvertSSBOCase() argument
245 , m_numValues (numValues) in CopyInvertSSBOCase()
366 …InvertSSBOInPlaceCase (Context& context, const char* name, const char* description, int numValues,… in InvertSSBOInPlaceCase() argument
368 , m_numValues (numValues) in InvertSSBOInPlaceCase()
470 …OCase (Context& context, const char* name, const char* description, int numValues, bool isSized, c… in WriteToMultipleSSBOCase() argument
472 , m_numValues (numValues) in WriteToMultipleSSBOCase()
611 const int numValues = workGroupSize*workGroupCount; in iterate() local
619 << " coherent uint values[" << numValues << "];\n" in iterate()
834 const int numValues = workGroupSize*workGroupCount; in iterate() local
842 << " uint values[" << numValues << "];\n" in iterate()
928 const int numValues = workGroupSize*workGroupCount; in iterate() local
936 << " uint values[" << numValues << "];\n" in iterate()
1497 const int numValues = workGroupSize*workGroupCount; in iterate() local
1505 << " uint values[" << numValues << "];\n" in iterate()
1571 if (resVal != (deUint32)numValues) in iterate()
1585 for (int valNdx = 0; valNdx < numValues; valNdx++) in iterate()
1592 if (!de::inBounds<deUint32>(res, 0, (deUint32)numValues)) in iterate()