/third_party/skia/tests/ |
H A D | WangsFormulaTest.cpp | 207 float referenceValue = wangs_formula_cubic_reference_impl(kPrecision, pts); in DEF_TEST() local 208 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level); in DEF_TEST() 210 REPORTER_ASSERT(r, SkScalarNearlyEqual(c/referenceValue, 1, kTessellationTolerance)); in DEF_TEST() 213 referenceValue = wangs_formula_cubic_reference_impl(kPrecision, pts); in DEF_TEST() 214 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level + 1); in DEF_TEST() 216 REPORTER_ASSERT(r, SkScalarNearlyEqual(c/referenceValue, 1, kTessellationTolerance)); in DEF_TEST() 226 float referenceValue = wangs_formula_quadratic_reference_impl(kPrecision, pts); in DEF_TEST() local 227 REPORTER_ASSERT(r, std::ceil(std::log2(referenceValue)) == level); in DEF_TEST() 229 REPORTER_ASSERT(r, SkScalarNearlyEqual(q/referenceValue, 1, kTessellationTolerance)); in DEF_TEST() 232 referenceValue in DEF_TEST() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderLibrary.hpp | 114 int referenceValue; member 119 , referenceValue (0) // not used in RequiredCapability() 126 , referenceValue (referenceValue_) in RequiredCapability()
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlRenderCommandEncoder.h | 159 void setStencilReferenceValue(uint32_t referenceValue) { in setStencilReferenceValue() argument 160 [fCommandEncoder setStencilReferenceValue:referenceValue]; in setStencilReferenceValue()
|
/third_party/skia/experimental/graphite/src/mtl/ |
H A D | MtlRenderCommandEncoder.h | 163 void setStencilReferenceValue(uint32_t referenceValue) { 164 [(*fCommandEncoder) setStencilReferenceValue:referenceValue];
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1358 const int referenceValue = alignments[ndx]; in test() local 1360 glPixelStorei(m_testTargetName, referenceValue); in test() 1363 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1399 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1402 if (referenceValue == GL_SRC_ALPHA_SATURATE && in test() 1406 SetBlendFunc(referenceValue); in test() 1409 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1497 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1499 SetBlendEquation(referenceValue); in test() 1502 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() [all...] |
H A D | es2fFloatStateQueryTests.cpp | 56 const GLuint64 referenceValue = (GLint64)((f * double(0xFFFFFFFFULL) - 1) / 2); in expandGLFloatToInteger() local 57 return referenceValue; in expandGLFloatToInteger()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1641 const int referenceValue = rnd.getInt(0, 64000); in test() local 1643 glPixelStorei(m_testTargetName, referenceValue); in test() 1646 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1676 const int referenceValue = alignments[ndx]; in test() local 1678 glPixelStorei(m_testTargetName, referenceValue); in test() 1681 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1717 const GLenum referenceValue = blendFuncValues[ndx]; in test() local 1719 SetBlendFunc(referenceValue); in test() 1722 m_verifier->verifyInteger(m_testCtx, m_testTargetName, referenceValue); in test() 1810 const GLenum referenceValue in test() local [all...] |
H A D | es3fFloatStateQueryTests.cpp | 56 const GLuint64 referenceValue = (GLint64)(f * 2147483647.0); in expandGLFloatToInteger() local 57 return referenceValue; in expandGLFloatToInteger()
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 251 id = ctx->referenceValue; /* standard for PBM, fallback for sig-based */ in set_senderKID() 324 * the senderKID must be set, where we took the referenceValue as fallback. in ossl_cmp_msg_protect()
|
H A D | cmp_ctx.c | 207 ASN1_OCTET_STRING_free(ctx->referenceValue); in OSSL_CMP_CTX_free() 455 return ossl_cmp_asn1_octet_string_set1_bytes(&ctx->referenceValue, ref, in OSSL_CMP_CTX_set1_referenceValue()
|
H A D | cmp_local.h | 81 ASN1_OCTET_STRING *referenceValue; /* optional user name for MSG_MAC_ALG */ member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 251 id = ctx->referenceValue; /* standard for PBM, fallback for sig-based */ in set_senderKID() 324 * the senderKID must be set, where we took the referenceValue as fallback. in ossl_cmp_msg_protect()
|
H A D | cmp_ctx.c | 207 ASN1_OCTET_STRING_free(ctx->referenceValue); in OSSL_CMP_CTX_free() 455 return ossl_cmp_asn1_octet_string_set1_bytes(&ctx->referenceValue, ref, in OSSL_CMP_CTX_set1_referenceValue()
|
H A D | cmp_local.h | 81 ASN1_OCTET_STRING *referenceValue; /* optional user name for MSG_MAC_ALG */ member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBorderClampTests.cpp | 1132 const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x(), texCoord.y(), 0, glu::getDefaultGatherOffsets()); 1133 const tcu::Vec4 referencePixel = referenceValue * samplerParams.colorScale + samplerParams.colorBias; 1137 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); 1198 const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ, texCoord.x(), texCoord.y(), glu::getDefaultGatherOffsets()); 1201 reference.setPixel(px, py, tcu::toRGBAMasked(referenceValue, fbColormask)); 1203 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue))))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 3052 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() 3058 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults() 3063 << referenceValue << " but found " << realValue << " (threshold " << threshold << ")" in verifyVertexWriteResults() 3187 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() 3192 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults() 3197 << referenceValue << " but found " << realValue << " (threshold " << threshold << ")" in verifyVertexWriteResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 5295 bool stencilPasses(vk::VkCompareOp op, deUint8 storedValue, deUint8 referenceValue) in stencilPasses() argument 5300 case vk::VK_COMPARE_OP_LESS: return (referenceValue < storedValue); in stencilPasses() 5301 case vk::VK_COMPARE_OP_EQUAL: return (referenceValue == storedValue); in stencilPasses() 5302 case vk::VK_COMPARE_OP_LESS_OR_EQUAL: return (referenceValue <= storedValue); in stencilPasses() 5303 case vk::VK_COMPARE_OP_GREATER: return (referenceValue > storedValue); in stencilPasses() 5304 case vk::VK_COMPARE_OP_GREATER_OR_EQUAL: return (referenceValue >= storedValue); in stencilPasses() 5312 deUint8 stencilResult(vk::VkStencilOp op, deUint8 storedValue, deUint8 referenceValue, deUint8 min, deUint8 max) in stencilResult() argument 5320 case vk::VK_STENCIL_OP_REPLACE: result = referenceValue; break; in stencilResult()
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 759 DEFINE_SET_GET1_STR_FN(set1, referenceValue) in DEFINE_SET_CB_TEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 2996 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() 3002 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults() 3106 const tcu::Vec4 referenceValue(component, component, component, 1.0f); in verifyVertexWriteResults() 3111 const tcu::Vec4 diff = tcu::absDiff(referenceValue, realValue); in verifyVertexWriteResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 6389 bool stencilPasses(vk::VkCompareOp op, deUint8 storedValue, deUint8 referenceValue) in stencilPasses() argument 6394 case vk::VK_COMPARE_OP_LESS: return (referenceValue < storedValue); in stencilPasses() 6395 case vk::VK_COMPARE_OP_EQUAL: return (referenceValue == storedValue); in stencilPasses() 6396 case vk::VK_COMPARE_OP_LESS_OR_EQUAL: return (referenceValue <= storedValue); in stencilPasses() 6397 case vk::VK_COMPARE_OP_GREATER: return (referenceValue > storedValue); in stencilPasses() 6398 case vk::VK_COMPARE_OP_GREATER_OR_EQUAL: return (referenceValue >= storedValue); in stencilPasses() 6406 deUint8 stencilResult(vk::VkStencilOp op, deUint8 storedValue, deUint8 referenceValue, deUint8 min, deUint8 max) in stencilResult() argument 6414 case vk::VK_STENCIL_OP_REPLACE: result = referenceValue; break; in stencilResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4036 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4042 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); 4150 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4151 const Maybe<bool> maybeValue = referenceValue.getValue(0); 4192 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4193 const Maybe<bool> maybeValue = referenceValue.getValue(1);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4022 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4028 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); 4136 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4137 const Maybe<bool> maybeValue = referenceValue.getValue(0); 4178 const PixelValue& referenceValue = reference[x + y * result.getWidth()]; 4179 const Maybe<bool> maybeValue = referenceValue.getValue(1);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 127 const int requiredValue = capability.referenceValue; in checkImplementationLimits()
|