Home | History | Annotate | Download | only in performance

Lines Matching full:numoperations

556 						ShaderCompilerOperCase	(Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations);
714 InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations);
1333 static string binaryOpVertexTemplate (int numOperations, const char* op)
1348 for (int i = 0; i < numOperations; i++)
1362 static string binaryOpFragmentTemplate (int numOperations, const char* op)
1375 for (int i = 0; i < numOperations; i++)
2320 ShaderCompilerOperCase::ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations)
2323 , m_numOperations (numOperations)
2760 InvalidShaderCompilerOperCase::InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations)
2764 , m_numOperations (numOperations)