Searched refs:isGatherOffsetsResultValid (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.hpp | 136 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const Lo… 137 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In… 138 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In… 140 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons… 141 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons… 142 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, cons…
|
D | tcuTexLookupVerifier.cpp | 2437 static bool isGatherOffsetsResultValid (const ConstPixelBufferAccess& level, in isGatherOffsetsResultValid() function 2479 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function 2487 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid() 2490 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function 2498 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid() 2501 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() function 2509 …return isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord, 0, componentNdx, offs… in isGatherOffsetsResultValid() 2524 …if (isGatherOffsetsResultValid(texture.getLevel(0), sampler, prec, coord.swizzle(0,1), layer, comp… in is2DArrayGatherOffsetsResultValid() 2530 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, in isGatherOffsetsResultValid() function 2541 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, in isGatherOffsetsResultValid() function [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 562 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid() function 626 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets()
|
D | es31fTextureBorderClampTests.cpp | 1142 …if (!tcu::isGatherOffsetsResultValid(effectiveView, samplerParams.sampler, lookupPrecision, texCoo… in verifyTextureGatherResult()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 593 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid() function 657 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets()
|