/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 65 using tcu::BVec4; 166 const Maybe<BVec4>& colorMask_) in BlendState() 182 Maybe<BVec4> colorMask; 204 const BVec4& mask = *blend.colorMask; in setCommonBlendState() 248 const BVec4 mask = *blend.colorMask; in setIndexedBlendState() 1073 const BVec4 mask = *blend.colorMask; in logBlendState() 1307 blendState.colorMask = BVec4(red, blue, green, alpha); in genRandomBlendState() 1506 …eparateBlendEq> >(), tcu::nothing<Either<BlendFunc, SeparateBlendFunc> >(), tcu::nothing<BVec4>()); in createDiffTest() 1513 tcu::nothing<BVec4>()); in createDiffTest() 1526 tcu::nothing<BVec4>()); in createDiffTest() [all …]
|
D | es31fIndexedStateQueryTests.cpp | 981 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(true), m_verifierTyp… in iterate() 989 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, f… in iterate() 998 …lt, gl, GL_COLOR_WRITEMASK, ndx, (ndx % 2 == 0 ? tcu::BVec4(true, false, true, false) : tcu::BVec4… in iterate() 1009 …verifyStateIndexedBooleanVec4(result, gl, GL_COLOR_WRITEMASK, ndx, tcu::BVec4(false, true, true, f… in iterate()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigReference.cpp | 178 …lorBufferBits (const SurfaceConfig& a, const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColor… in compareColorBufferBits() 242 …bool compareTo (const SurfaceConfig& b, const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& sp… in compareTo() 340 …CompareConfigs (const tcu::BVec4& specifiedRGBColors, const tcu::BVec2& specifiedLuminanceColors, … in CompareConfigs() 353 const tcu::BVec4 m_specifiedRGBColors; 437 tcu::BVec4 getSpecifiedRGBColors (void) const in getSpecifiedRGBColors() 447 tcu::BVec4 result; in getSpecifiedRGBColors()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.hpp | 149 …et, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::BVec4& colorMask, const … 150 …et, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::BVec4& colorMask, const …
|
D | rrRenderState.hpp | 272 tcu::BVec4 colorMask;
|
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 56 typedef Vector<bool, 4> BVec4; typedef
|
D | tcuTexLookupVerifier.hpp | 48 BVec4 colorMask; //!< Channel mask for comparison. 64 BVec4 colorMask; //!< Channel mask for comparison.
|
D | tcuTextureUtil.cpp | 462 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatInfo() 607 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatBitDepth() 684 …const BVec4 chnMask = BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::C… in getTextureFormatMantissaBitDepth() 696 BVec4 getTextureFormatChannelMask (const TextureFormat& format) in getTextureFormatChannelMask() 699 return BVec4(deInRange32(map[0], TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3) == DE_TRUE, in getTextureFormatChannelMask()
|
D | tcuTextureUtil.hpp | 105 BVec4 getTextureFormatChannelMask (const TextureFormat& format);
|
D | tcuTexCompareVerifier.cpp | 249 static inline BVec4 extractBVec4 (const deUint32 val, int offset) in extractBVec4() 251 return BVec4(((val>>(offset+0))&1) != 0, in extractBVec4() 341 const BVec4 cmpTrue = extractBVec4(comb, 0); in isBilinearPCFCompareValid() 479 const BVec4 cmpTrue0 = extractBVec4(comb, 0); in isTrilinearPCFCompareValid() 480 const BVec4 cmpTrue1 = extractBVec4(comb, 4); in isTrilinearPCFCompareValid()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order) in getChannelMask() 315 case tcu::TextureFormat::R: return tcu::BVec4(true, false, false, false); in getChannelMask() 316 case tcu::TextureFormat::RG: return tcu::BVec4(true, true, false, false); in getChannelMask() 317 case tcu::TextureFormat::RGB: return tcu::BVec4(true, true, true, false); in getChannelMask() 318 case tcu::TextureFormat::RGBA: return tcu::BVec4(true, true, true, true); in getChannelMask() 319 case tcu::TextureFormat::sRGB: return tcu::BVec4(true, true, true, false); in getChannelMask() 320 case tcu::TextureFormat::sRGBA: return tcu::BVec4(true, true, true, true); in getChannelMask() 323 return tcu::BVec4(false); in getChannelMask() 355 …tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstForm… in render() 356 …tcu::BVec4 srcIsGreater = tcu::greaterThan(srcFmtRangeInfo.valueMax-srcFmtRangeInfo.valueMin, … in render()
|
D | es3fShaderDerivateTests.cpp | 186 static inline tcu::BVec4 getDerivateMask (glu::DataType type) in getDerivateMask() 190 case glu::TYPE_FLOAT: return tcu::BVec4(true, false, false, false); in getDerivateMask() 191 case glu::TYPE_FLOAT_VEC2: return tcu::BVec4(true, true, false, false); in getDerivateMask() 192 case glu::TYPE_FLOAT_VEC3: return tcu::BVec4(true, true, true, false); in getDerivateMask() 193 case glu::TYPE_FLOAT_VEC4: return tcu::BVec4(true, true, true, true); in getDerivateMask() 196 return tcu::BVec4(true); in getDerivateMask() 412 const tcu::BVec4 mask = tcu::logicalNot(getDerivateMask(dataType)); in verifyConstantDerivate() 423 …gicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true)); in verifyConstantDerivate()
|
D | es3fDepthStencilTests.cpp | 191 tcu::BVec4 colorMask; 302 renderCmd.colorMask = tcu::BVec4(false); in generateBaseClearAndDepthCommands() 326 cmd.colorMask = tcu::BVec4(false, false, true, false); in generateDepthVisualizeCommands() 351 cmd.colorMask = tcu::BVec4(false, true, false, false); in generateStencilVisualizeCommands() 624 testCmd.colorMask = tcu::BVec4(true); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 100 tcu::BVec4 colorMask;
|
D | glsShaderRenderCase.cpp | 833 struct BVec4Uniform { const char* name; BVec4 value; }; in setupDefaultUniforms() 836 { "ub4_true", BVec4(true) }, in setupDefaultUniforms() 837 { "ub4_false", BVec4(false) }, in setupDefaultUniforms()
|
D | glsStateQueryUtil.hpp | 412 void verifyBooleanVec4 (tcu::ResultCollector& result, QueriedState& state, const tcu::BVec4& … 428 …t, glu::CallLogWrapper& gl, glw::GLenum target, int index, const tcu::BVec4& expected, QueryTy…
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 364 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format) in getCompareMask() 366 return tcu::BVec4(format.redBits > 0, in getCompareMask() 379 tcu::BVec4 colorMask; //!< Color channel comparison mask.
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 58 using tcu::BVec4; 880 const BVec4 isRenderValue (refColor == renderValue); in verify() 881 const BVec4 isClearValue (refColor == clearValue); in verify() 882 …ol unexpectedValue (tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4(true))); in verify() 883 …consistentComponent (!(tcu::allEqual(isRenderValue, BVec4(true)) || tcu::allEqual(isClearValue, BV… in verify() 981 const BVec4 isRenderValue (refColor == renderValue); in verify() 982 const BVec4 isClearValue (refColor == clearValue); in verify() 983 …ol unexpectedValue (tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4(true))); in verify() 984 …consistentComponent (!(tcu::allEqual(isRenderValue, BVec4(true)) || tcu::allEqual(isClearValue, BV… in verify()
|
D | vktRenderPassTests.cpp | 78 using tcu::BVec4; 1004 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearColorToString() 1095 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in randomColorClearValue() 2945 const BVec4& mask, in clearReferenceValues() 2969 const BVec4& mask, in markUndefined() 3021 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format); in clearValueToPixelValue() 3105 …clearReferenceValues(reference, targetSize, UVec2(0, 0), targetSize, BVec4(true), clearValueToPixe… in renderReferenceValues() 3129 …clearReferenceValues(reference, targetSize, renderPos, renderSize, BVec4(true), clearValueToPixelV… in renderReferenceValues() 3131 markUndefined(reference, BVec4(true), targetSize, renderPos, renderSize); in renderReferenceValues() 3152 …clearReferenceValues(reference, targetSize, renderPos, renderSize, BVec4(true, false, false, false… in renderReferenceValues() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 156 static inline tcu::BVec4 getDerivateMask (glu::DataType type) in getDerivateMask() 160 case glu::TYPE_FLOAT: return tcu::BVec4(true, false, false, false); in getDerivateMask() 161 case glu::TYPE_FLOAT_VEC2: return tcu::BVec4(true, true, false, false); in getDerivateMask() 162 case glu::TYPE_FLOAT_VEC3: return tcu::BVec4(true, true, true, false); in getDerivateMask() 163 case glu::TYPE_FLOAT_VEC4: return tcu::BVec4(true, true, true, true); in getDerivateMask() 166 return tcu::BVec4(true); in getDerivateMask() 348 const tcu::BVec4 mask = tcu::logicalNot(getDerivateMask(dataType)); in verifyConstantDerivate() 359 …gicalOr(tcu::lessThanEqual(tcu::abs(reference - resDerivate), threshold), mask), tcu::BVec4(true)); in verifyConstantDerivate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.hpp | 128 tcu::BVec4 m_componentMask;
|
D | vktPipelineReferenceRenderer.cpp | 81 tcu::BVec4 mapVkColorComponentFlags (VkColorComponentFlags flags) in mapVkColorComponentFlags() 83 return tcu::BVec4((flags & VK_COLOR_COMPONENT_R_BIT) != 0, in mapVkColorComponentFlags()
|
D | vktPipelineReferenceRenderer.hpp | 369 tcu::BVec4 mapVkColorComponentFlags (vk::VkColorComponentFlags flags);
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 191 tcu::BVec4 colorMask; 302 renderCmd.colorMask = tcu::BVec4(false); in generateBaseClearAndDepthCommands() 326 cmd.colorMask = tcu::BVec4(false, false, true, false); in generateDepthVisualizeCommands() 351 cmd.colorMask = tcu::BVec4(false, true, false, false); in generateStencilVisualizeCommands() 624 testCmd.colorMask = tcu::BVec4(true); in iterate()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 946 BVec4 value; in setupDefaultUniforms() 949 { "ub4_true", BVec4(true) }, { "ub4_false", BVec4(false) }, in setupDefaultUniforms()
|