Searched refs:stateB (Results 1 – 3 of 3) sorted by relevance
979 const DepthStencilState& stateB = b->mDepthStencil; in operator ()() local982 ASSERT(!std::isnan(stateB.depthBiasSlopeScale)); in operator ()()984 ASSERT(!std::isnan(stateB.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 …]
1872 QueriedState stateB; in verifyStateIntegerEqualToOther() local1875 queryState(result, gl, type, other, stateB); 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 …erifyIntegersEqual (tcu::ResultCollector& result, QueriedState& stateA, QueriedState& stateB);