• Home
  • Raw
  • Download

Lines Matching refs:caseID

395 …rCase		(Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
502 …tCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
521 …reCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
540 …opCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
556 …erCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
571 …otCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, …
593 …erCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
668 …htCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
683 …reCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
698 …opCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
714 …erCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
729 …tCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in…
1650 …erCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerCase() argument
1656 … ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deInt32Hash(caseID))) in ShaderCompilerCase()
2146 …htCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerLightCase() argument
2147 : ShaderCompilerCase (context, name, description, caseID, avoidCache, addWhitespaceAndComments) in ShaderCompilerLightCase()
2206 …reCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerTextureCase() argument
2207 : ShaderCompilerCase (context, name, description, caseID, avoidCache, addWhitespaceAndComments) in ShaderCompilerTextureCase()
2272 …opCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerLoopCase() argument
2273 : ShaderCompilerCase (context, name, description, caseID, avoidCache, addWhitespaceAndComments) in ShaderCompilerLoopCase()
2300 …erCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerOperCase() argument
2301 : ShaderCompilerCase (context, name, description, caseID, avoidCache, addWhitespaceAndComments) in ShaderCompilerOperCase()
2336 …otCase (Context& context, const char* name, const char* description, int caseID, bool avoidCache, … in ShaderCompilerMandelbrotCase() argument
2337 : ShaderCompilerCase (context, name, description, caseID, avoidCache, addWhitespaceAndComments) in ShaderCompilerMandelbrotCase()
2361 …erCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerCase() argument
2364 … ((deUint32)(deUint64Hash(deGetTime()) ^ deUint64Hash(deGetMicroseconds()) ^ deInt32Hash(caseID))) in InvalidShaderCompilerCase()
2655 …htCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerLightCase() argument
2656 : InvalidShaderCompilerCase (context, name, description, caseID, invalidityType) in InvalidShaderCompilerLightCase()
2683 …reCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerTextureCase() argument
2684 : InvalidShaderCompilerCase (context, name, description, caseID, invalidityType) in InvalidShaderCompilerTextureCase()
2711 …opCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerLoopCase() argument
2712 : InvalidShaderCompilerCase (context, name, description, caseID, invalidityType) in InvalidShaderCompilerLoopCase()
2740 …erCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerOperCase() argument
2741 : InvalidShaderCompilerCase (context, name, description, caseID, invalidityType) in InvalidShaderCompilerOperCase()
2776 …otCase (Context& context, const char* name, const char* description, int caseID, InvalidityType in… in InvalidShaderCompilerMandelbrotCase() argument
2777 : InvalidShaderCompilerCase (context, name, description, caseID, invalidityType) in InvalidShaderCompilerMandelbrotCase()
2805 …int caseID = 0; // Increment this after adding each case. Used for avoiding cache hits between … in addShaderCompilationPerformanceCases() local
2854 …validLightingGroup->addChild(new ShaderCompilerLightCase(context, caseName.c_str(), "", caseID++, … in addShaderCompilationPerformanceCases()
2855 …cacheLightingGroup->addChild(new ShaderCompilerLightCase(context, caseName.c_str(), "", caseID++, … in addShaderCompilationPerformanceCases()
2867 …dChild(new InvalidShaderCompilerLightCase(context, caseName.c_str(), "", caseID++, (InvalidShaderC… in addShaderCompilationPerformanceCases()
2916 …validTexGroup->addChild(new ShaderCompilerTextureCase(context, caseName.c_str(), "", caseID++, tru… in addShaderCompilationPerformanceCases()
2917 …cacheTexGroup->addChild(new ShaderCompilerTextureCase(context, caseName.c_str(), "", caseID++, fal… in addShaderCompilationPerformanceCases()
2929 …hild(new InvalidShaderCompilerTextureCase(context, caseName.c_str(), "", caseID++, (InvalidShaderC… in addShaderCompilationPerformanceCases()
2991 …>addChild(new ShaderCompilerLoopCase(context, validCaseName.c_str(), "", caseID++, true /* avoid … in addShaderCompilationPerformanceCases()
2992 …>addChild(new ShaderCompilerLoopCase(context, validCaseName.c_str(), "", caseID++, false /* allow … in addShaderCompilationPerformanceCases()
3009 …(new InvalidShaderCompilerLoopCase(context, invalidCaseName.c_str(), "", caseID++, (InvalidShaderC… in addShaderCompilationPerformanceCases()
3044 …validMulGroup->addChild(new ShaderCompilerOperCase(context, caseName.c_str(), "", caseID++, true … in addShaderCompilationPerformanceCases()
3045 …cacheMulGroup->addChild(new ShaderCompilerOperCase(context, caseName.c_str(), "", caseID++, false … in addShaderCompilationPerformanceCases()
3057 …ddChild(new InvalidShaderCompilerOperCase(context, caseName.c_str(), "", caseID++, (InvalidShaderC… in addShaderCompilationPerformanceCases()
3084 …addChild(new ShaderCompilerMandelbrotCase(context, caseName.c_str(), "", caseID++, true /* avoid … in addShaderCompilationPerformanceCases()
3085 …addChild(new ShaderCompilerMandelbrotCase(context, caseName.c_str(), "", caseID++, false /* allow … in addShaderCompilationPerformanceCases()
3097 …d(new InvalidShaderCompilerMandelbrotCase(context, caseName.c_str(), "", caseID++, (InvalidShaderC… in addShaderCompilationPerformanceCases()
3119 …>addChild(new ShaderCompilerLightCase(context, dirLightName.c_str(), "", caseID++, false, true, is… in addShaderCompilationPerformanceCases()
3120 …roup->addChild(new ShaderCompilerLoopCase(context, loopName.c_str(), "", caseID++, false, true, is… in addShaderCompilationPerformanceCases()
3121 …roup->addChild(new ShaderCompilerOperCase(context, multCase.c_str(), "", caseID++, false, true, is… in addShaderCompilationPerformanceCases()
3125 …addChild(new ShaderCompilerTextureCase(context, "texture_4_lookups", "", caseID++, false, true, 4,… in addShaderCompilationPerformanceCases()
3126 …ew ShaderCompilerMandelbrotCase(context, "mandelbrot_32_operations", "", caseID++, false, true, 32… in addShaderCompilationPerformanceCases()