Home
last modified time | relevance | path

Searched refs:isGatherOffsetsResultValid (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuTexLookupVerifier.hpp135 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const Lo…
136 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In…
137 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In…
139 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons…
140 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons…
141 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons…
DtcuTexLookupVerifier.cpp2346 static bool isGatherOffsetsResultValid (const ConstPixelBufferAccess& level, in isGatherOffsetsResultValid() function
2388 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function
2396 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2399 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function
2407 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2410 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function
2418 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid()
2433 …if (isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, comp… in is2DArrayGatherOffsetsResultValid()
2439 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, in isGatherOffsetsResultValid() function
2450 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, in isGatherOffsetsResultValid() function
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp545 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid() function
609 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets()
Des31fTextureBorderClampTests.cpp1142 …if (!tcu::isGatherOffsetsResultValid(effectiveView, samplerParams.sampler, lookupPrecision, texCoo… in verifyTextureGatherResult()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp590 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid() function
654 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets()