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);
1325 static string binaryOpVertexTemplate (int numOperations, const char* op)
1339 for (int i = 0; i < numOperations; i++)
1353 static string binaryOpFragmentTemplate (int numOperations, const char* op)
1364 for (int i = 0; i < numOperations; i++)
2300 ShaderCompilerOperCase::ShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, bool addWhitespaceAndComments, bool isVertexCase, const char* oper, int numOperations)
2303 , m_numOperations (numOperations)
2740 InvalidShaderCompilerOperCase::InvalidShaderCompilerOperCase (Context& context, const char* name, const char* description, int caseID, InvalidityType invalidityType, bool isVertexCase, const char* oper, int numOperations)
2744 , m_numOperations (numOperations)