Searched defs:reference (Results 326 - 350 of 419) sorted by relevance

<<11121314151617

/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp824 void verify (glu::Program& program, const glu::ProgramInfo& reference);
860 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference) argument
871 if (programInfo.linkTimeUs != reference.linkTimeUs)
877 if (programInfo.infoLog != reference.infoLog)
H A Des3fShaderDerivateTests.cpp376 const tcu::Vec4& reference,
387 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
394 const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true));
400 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps)
927 const tcu::Vec4 reference (0.0f); // Derivate of constant argument should always be 0
931 reference, threshold, m_derivScale, m_derivBias);
1063 const tcu::Vec4 reference = ((m_coordMax - m_coordMin) / div) * scale; local
1064 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin*scale, m_coordMax*scale, reference);
1071 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1077 reference, threshol
372 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) argument
1123 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy); local
1358 const tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div) * scale; local
1412 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy); local
[all...]
H A Des3fShaderStateQueryTests.cpp102 void verifyShaderParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint shader, GLenum pname, GLenum reference) argument
108 checkIntEquals(testCtx, state, reference);
111 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference) argument
116 return state.verifyValidity(testCtx) && checkIntEquals(testCtx, state, reference);
119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint index, GLenum pname, GLenum reference) argument
125 checkIntEquals(testCtx, state, reference);
128 void verifyActiveUniformBlockParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint blockIndex, GLenum pname, GLenum reference) argument
134 checkIntEquals(testCtx, state, reference);
248 void verifyVertexAttrib (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLenum pname, GLenum reference) argument
254 checkIntEquals(testCtx, state, reference);
[all...]
H A Des3fTextureSpecificationTests.cpp197 // Construct texture using both GLES3 and reference contexts.
293 tcu::Surface reference; local
298 tcu::Surface& dst = ndx ? reference : result;
311 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
379 tcu::Surface reference; local
389 tcu::Surface& dst = ndx ? reference : result;
403 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold,
484 tcu::Surface reference; local
489 tcu::Surface& dst = ndx ? reference : result;
503 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference
583 tcu::Surface reference; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp549 const float reference = refTexAccess.sample2DCompare(refSampler, tcu::Sampler::NEAREST, coord, (float)texNdx, 0.0f, tcu::IVec3(0)); local
551 if (de::abs(result-reference) > 0.005f)
554 << reference << ", got " << result
577 const tcu::Vec4 reference = refTexAccess.getPixel(texNdx, 0); local
581 isOk = boolAll(lessThanEqual(abs(reference-result), tcu::Vec4(threshold)));
586 << reference << ", got " << result
592 const tcu::UVec4 reference = refTexAccess.getPixelUint(texNdx, 0); local
596 isOk = boolAll(equal(reference, result));
601 << reference << ", got " << result
/external/freetype/src/autofit/
H A Daflatin.c254 /* Find all blue zones. Flat segments give the reference points, */
740 /* now determine the reference and overshoot position of the blue -- */
768 /* zones is under its reference position, or the opposite for bottom */
782 FT_TRACE5(( " [overshoot smaller than reference,"
801 FT_TRACE5(( " -> reference = %ld\n"
1109 FT_TRACE5(( " reference %d: %d scaled to %.2f%s\n"
1889 /* first of all, compare it to the reference position */
1904 /* reference position of a top zone, or under the reference */
2031 FT_Pos reference local
[all...]
H A Daflatin2.c361 /* now determine the reference and overshoot position of the blue -- */
389 /* zones is under its reference position, or the opposite for bottom */
403 FT_TRACE5(( " [overshoot smaller than reference,"
420 FT_TRACE5(( " -> reference = %ld\n"
1155 /* unlink this serif, it is too distant from its reference stem */
1444 /* if it's a flat edge, compare it to the reference position */
1463 /* rounded, and if the edge is over the reference position of a */
1464 /* top zone, or under the reference position of a bottom zone */
1584 FT_Pos reference = width; local
1601 reference
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp629 typedef typename A::pint_t& reference; typedef in struct:libunwind::EHABISectionIterator
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h267 // long as its reference has not "escaped" from internal
1072 typedef typename ImmutableSet<ValT,ValInfo>::value_type_ref reference; typedef in class:llvm::ImmutableSet::iterator
1076 typename iterator::reference operator*() const { return itr->getValue(); }
/external/llvm/include/llvm/Object/
H A DELF.h65 typedef value_type &reference; typedef in class:llvm::object::ELFFile::ELFEntityIterator
73 reference operator *() {
160 typedef value_type &reference; typedef in class:llvm::object::ELFFile::Elf_Sym_Iter
168 reference operator*() {
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h240 float ref_value; /**< reference value */
329 struct pipe_reference reference; member in struct:pipe_surface
360 struct pipe_reference reference; member in struct:pipe_sampler_view
402 struct pipe_reference reference; member in struct:pipe_resource
478 struct pipe_reference reference; member in struct:pipe_stream_output_target
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... String) String name org.osgi.framework.ServiceReference reference Object result public void start (org.osgi.framework ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h215 int hasExternalSubset; /* reference and external subset */
538 * Called when an entity reference is detected.
733 referenceSAXFunc reference; member in struct:_xmlSAXHandler
774 referenceSAXFunc reference; member in struct:_xmlSAXHandlerV1
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h285 struct pipe_reference reference; member in struct:r600_fence
/external/clang/include/clang/Serialization/
H A DASTReader.h593 /// \brief The kind of module reference.
1193 typedef value_type& reference; typedef in class:clang::ASTReader::ModuleDeclIterator
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1312 const BasicUniformReportRef& reference = basicUniformReportsRef[referenceNdx]; local
1314 DE_ASSERT(reference.type != glu::TYPE_LAST);
1315 DE_ASSERT(reference.minSize >= 1 || (reference.minSize == 0 && !reference.isUsedInShader));
1316 DE_ASSERT(reference.minSize <= reference.maxSize);
1326 if (reportedType != reference.type)
1328 log << TestLog::Message << "// FAILURE: wrong type reported, should be " << glu::getDataTypeName(reference.type) << TestLog::EndMessage;
1331 if (reportedSize < reference
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp968 bool compareImages (TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
970 return tcu::pixelThresholdCompare(log, "Result", "Image comparison result", reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
973 bool compareImages (TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
975 return tcu::pixelThresholdCompare(log, name, desc, reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
978 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) argument
980 return tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
1676 const tcu::ConstPixelBufferAccess& reference,
1685 DE_ASSERT(result.getWidth() == reference.getWidth() && result.getHeight() == reference.getHeight());
1724 const tcu::Vec4 refPix = (reference
1675 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture1DView& baseView, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
1777 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DView& baseView, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
1961 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::TextureCubeView& baseView, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
2140 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture3DView& baseView, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
2313 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
2419 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
2605 computeTextureLookupDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::TextureCubeArrayView& baseView, const float* texCoord, const ReferenceParams& sampleParams, const tcu::LookupPrecision& lookupPrec, const tcu::IVec4& coordBits, const tcu::LodPrecision& lodPrec, qpWatchDog* watchDog) argument
2791 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) argument
2902 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) argument
3020 computeTextureCompareDiff(const tcu::ConstPixelBufferAccess& result, const tcu::ConstPixelBufferAccess& reference, const tcu::PixelBufferAccess& errorMask, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& sampleParams, const tcu::TexComparePrecision& comparePrec, const tcu::LodPrecision& lodPrec, const tcu::Vec3& nonShadowThreshold) argument
[all...]
/external/libxml2/include/libxml/
H A Dparser.h215 int hasExternalSubset; /* reference and external subset */
541 * Called when an entity reference is detected.
736 referenceSAXFunc reference; member in struct:_xmlSAXHandler
777 referenceSAXFunc reference; member in struct:_xmlSAXHandlerV1
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h285 struct pipe_reference reference; member in struct:r600_fence
/external/stlport/stlport/stl/
H A D_rope.h619 * adjust reference counts when these pointers are initialized
621 * the number of potentially expensive reference count
645 * that behaves almost like a reference. It's not possible to
646 * return an actual reference since assignment requires extra
668 // Don't preserve cache if the reference can outlive the
670 // a copy constructor or generating reference to a proxy
671 // reference. We declare the latter to have undefined semantics.
748 * Pointers from iterators are not included in reference counts.
886 typedef _CharT reference; // Really a value. Returning a reference typedef in class:_Rope_const_iterator
986 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:_Rope_iterator
1099 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:rope
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp179 // There is a reference table that maps object references (uint32_t) to v8::Values.
180 // Tokens marked with (ref) are inserted into the reference table and given the next object reference ID after decoding.
185 // are first given object reference IDs (by GenerateFreshObjectTag/GenerateFreshArrayTag);
186 // these reference IDs are then used with ObjectReferenceTag to tie the recursive knot.
226 ObjectReferenceTag = '^', // ref:uint32_t -> reference table[ref]
230 ReferenceCountTag = '?', // refTableSize:uint32_t -> If the reference table is not refTableSize big, fails.
608 void writeObjectReference(uint32_t reference) argument
611 doWriteUint32(reference);
1394 // ArrayBuffers may be shared, so they need to be given reference ID
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2778 HConstant::HConstant(ExternalReference reference) argument
2790 external_reference_value_(reference),

Completed in 665 milliseconds

<<11121314151617