Searched refs:stateA (Results 1 – 3 of 3) sorted by relevance
978 const DepthStencilState& stateA = a->mDepthStencil; in operator ()() local981 ASSERT(!std::isnan(stateA.depthBiasSlopeScale)); in operator ()()983 ASSERT(!std::isnan(stateA.depthBiasClamp)); in operator ()()986 if (stateA.depthWriteEnabled != stateB.depthWriteEnabled || in operator ()()987 stateA.depthCompare != stateB.depthCompare || in operator ()()988 stateA.depthBias != stateB.depthBias || in operator ()()989 stateA.depthBiasSlopeScale != stateB.depthBiasSlopeScale || in operator ()()990 stateA.depthBiasClamp != stateB.depthBiasClamp) { in operator ()()993 if (stateA.stencilFront.compare != stateB.stencilFront.compare || in operator ()()994 stateA.stencilFront.failOp != stateB.stencilFront.failOp || in operator ()()[all …]
1871 QueriedState stateA; in verifyStateIntegerEqualToOther() local1874 queryState(result, gl, type, target, stateA); in verifyStateIntegerEqualToOther()1877 if (stateA.isUndefined() || stateB.isUndefined()) in verifyStateIntegerEqualToOther()1884 if (stateA.getBoolAccess() != stateB.getBoolAccess()) in verifyStateIntegerEqualToOther()1891 if (stateA.getIntAccess() != stateB.getIntAccess()) in verifyStateIntegerEqualToOther()1898 if (stateA.getInt64Access() != stateB.getInt64Access()) in verifyStateIntegerEqualToOther()1905 if (stateA.getFloatAccess() != stateB.getFloatAccess()) in verifyStateIntegerEqualToOther()
401 void verifyIntegersEqual (tcu::ResultCollector& result, QueriedState& stateA, QueriedState& st…