OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGatherResultValid
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuTexLookupVerifier.hpp
139
bool
isGatherResultValid
(const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const Vec4& result);
140
bool
isGatherResultValid
(const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec4& result);
141
bool
isGatherResultValid
(const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const UVec4& result);
tcuTexLookupVerifier.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
555
return tcu::
isGatherResultValid
(texture, sampler, prec, coord, componentNdx, result);
[
all
...]
Completed in 511 milliseconds