• Home
  • Raw
  • Download

Lines Matching refs:numValues

118 …UBOToSSBOInvertCase (Context& context, const char* name, const char* description, int numValues, c…  in UBOToSSBOInvertCase()  argument
120 , m_numValues (numValues) in UBOToSSBOInvertCase()
238 …CopyInvertSSBOCase (Context& context, const char* name, const char* description, int numValues, co… in CopyInvertSSBOCase() argument
240 , m_numValues (numValues) in CopyInvertSSBOCase()
359 …InvertSSBOInPlaceCase (Context& context, const char* name, const char* description, int numValues,… in InvertSSBOInPlaceCase() argument
361 , m_numValues (numValues) in InvertSSBOInPlaceCase()
461 …OCase (Context& context, const char* name, const char* description, int numValues, bool isSized, c… in WriteToMultipleSSBOCase() argument
463 , m_numValues (numValues) in WriteToMultipleSSBOCase()
600 const int numValues = workGroupSize*workGroupCount; in iterate() local
606 << " coherent uint values[" << numValues << "];\n" in iterate()
814 const int numValues = workGroupSize*workGroupCount; in iterate() local
820 << " uint values[" << numValues << "];\n" in iterate()
906 const int numValues = workGroupSize*workGroupCount; in iterate() local
912 << " uint values[" << numValues << "];\n" in iterate()
1461 const int numValues = workGroupSize*workGroupCount; in iterate() local
1467 << " uint values[" << numValues << "];\n" in iterate()
1533 if (resVal != (deUint32)numValues) in iterate()
1547 for (int valNdx = 0; valNdx < numValues; valNdx++) in iterate()
1554 if (!de::inBounds<deUint32>(res, 0, (deUint32)numValues)) in iterate()