HomeSort by relevance Sort by last modified time
    Searched refs:Accuracy (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/modules/gles2/accuracy/
es2aAccuracyTests.hpp 23 * \brief Accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es2aTextureFilteringTests.hpp 23 * \brief Texture filtering accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es2aTextureMipmapTests.hpp 23 * \brief Mipmapping accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es2aVaryingInterpolationTests.hpp 23 * \brief Varying interpolation accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es2aAccuracyTests.cpp 21 * \brief Accuracy tests.
33 namespace Accuracy
40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests")
52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
66 } // Accuracy
es2aVaryingInterpolationTests.cpp 21 * \brief Varying interpolation accuracy tests.
55 namespace Accuracy
278 : TestCaseGroup(context, "interpolation", "Varying Interpolation Accuracy Tests")
329 } // Accuracy
es2aTextureFilteringTests.cpp 21 * \brief Texture filtering accuracy tests.
43 namespace Accuracy
206 // Accuracy measurements are off unless viewport size is 256x256
529 // Accuracy measurements are off unless viewport size is exactly as expected.
627 : TestCaseGroup(context, "filter", "Texture Filtering Accuracy Tests")
783 } // Accuracy
es2aTextureMipmapTests.cpp 21 * \brief Mipmapping accuracy tests.
45 namespace Accuracy
269 // Accuracy cases test against ideal lod computation.
278 // Accuracy measurements are off unless we get the expected viewport size.
547 // Accuracy cases test against ideal lod computation.
550 // Accuracy measurements are off unless we get the expected viewport size.
639 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests")
750 } // Accuracy
  /external/deqp/modules/gles3/accuracy/
es3aAccuracyTests.hpp 23 * \brief Accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es3aTextureFilteringTests.hpp 23 * \brief Texture filtering accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es3aTextureMipmapTests.hpp 23 * \brief Mipmapping accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es3aVaryingInterpolationTests.hpp 23 * \brief Varying interpolation accuracy tests.
33 namespace Accuracy
49 } // Accuracy
es3aAccuracyTests.cpp 21 * \brief Accuracy tests.
33 namespace Accuracy
40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests")
52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
66 } // Accuracy
es3aVaryingInterpolationTests.cpp 21 * \brief Varying interpolation accuracy tests.
24 * for better accuracy evaluation.
58 namespace Accuracy
285 : TestCaseGroup(context, "interpolation", "Varying Interpolation Accuracy Tests")
336 } // Accuracy
es3aTextureFilteringTests.cpp 21 * \brief Texture filtering accuracy tests.
41 namespace Accuracy
197 // Accuracy measurements are off unless viewport size is 256x256
543 // Accuracy measurements are off unless viewport size is exactly as expected.
643 : TestCaseGroup(context, "filter", "Texture Filtering Accuracy Tests")
768 } // Accuracy
es3aTextureMipmapTests.cpp 21 * \brief Mipmapping accuracy tests.
44 namespace Accuracy
262 // Accuracy cases test against ideal lod computation.
271 // Accuracy measurements are off unless we get the expected viewport size.
536 // Accuracy cases test against ideal lod computation.
539 // Accuracy measurements are off unless we get the expected viewport size.
628 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests")
739 } // Accuracy
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 86 addChild(new Accuracy::AccuracyTests (m_packageCtx->getContext()));
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 84 addChild(new Accuracy::AccuracyTests (m_packageCtx->getContext()));
  /external/llvm/include/llvm/IR/
MDBuilder.h 44 /// for the Accuracy parameter indicates the default (maximal precision)
46 MDNode *createFPMath(float Accuracy);
  /external/llvm/lib/IR/
MDBuilder.cpp 24 MDNode *MDBuilder::createFPMath(float Accuracy) {
25 if (Accuracy == 0.0)
27 assert(Accuracy > 0.0 && "Invalid fpmath accuracy!");
28 Value *Op = ConstantFP::get(Type::getFloatTy(Context), Accuracy);
Verifier.cpp     [all...]
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 350 milliseconds

1 2