HomeSort by relevance Sort by last modified time
    Searched refs:precisions (Results 1 - 20 of 20) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 472 } precisions[] = local
479 for (int precNdx = 0; precNdx < DE_LENGTH_OF_ARRAY(precisions); ++precNdx)
481 const char* const precisionName = precisions[precNdx].name;
482 const glu::Precision precision = precisions[precNdx].prec;
490 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
491 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
492 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
493 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
494 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
495 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)
    [all...]
es2fShaderMatrixTests.cpp 1138 static const Precision precisions[] = local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 474 } precisions[] = local
481 for (int precNdx = 0; precNdx < DE_LENGTH_OF_ARRAY(precisions); ++precNdx)
483 const char* const precisionName = precisions[precNdx].name;
484 const glu::Precision precision = precisions[precNdx].prec;
492 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
493 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
494 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
495 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
496 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
497 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)
    [all...]
es3fFragmentOutputTests.cpp 987 static const glu::Precision precisions[] = local
    [all...]
es3fTransformFeedbackTests.cpp     [all...]
es3fShaderMatrixTests.cpp 1854 static const Precision precisions[] = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 136 def python_mapdef_code(varname, map, comments=1, precisions=(2, 4)):
154 key_precision, value_precision = precisions
268 precisions=(4, 2))
  /external/python/cpython2/Tools/unicode/
gencodec.py 136 def python_mapdef_code(varname, map, comments=1, precisions=(2, 4)):
154 key_precision, value_precision = precisions
268 precisions=(4, 2))
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 940 std::vector<Decoration> precisions; local
942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, params, precisions, &entry);
949 const std::vector<Id>& paramTypes, const std::vector<Decoration>& precisions, Block **entry)
956 // Set up the precisions
958 for (unsigned p = 0; p < (unsigned)precisions.size(); ++p)
959 setPrecision(firstParamId + p, precisions[p]);
    [all...]
SpvBuilder.h 218 const std::vector<Decoration>& precisions, Block **entry = 0);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 940 std::vector<Decoration> precisions; local
942 mainFunction = makeFunctionEntry(NoPrecision, makeVoidType(), entryPoint, params, precisions, &entry);
949 const std::vector<Id>& paramTypes, const std::vector<Decoration>& precisions, Block **entry)
956 // Set up the precisions
958 for (unsigned p = 0; p < (unsigned)precisions.size(); ++p)
959 setPrecision(firstParamId + p, precisions[p]);
    [all...]
SpvBuilder.h 218 const std::vector<Decoration>& precisions, Block **entry = 0);
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go     [all...]
float.go 1195 // time. It is also inefficient if exponents or precisions
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go     [all...]
float.go 1195 // time. It is also inefficient if exponents or precisions
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 2043 static const Precision precisions[] = local
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 2452 milliseconds