Home
last modified time | relevance | path

Searched defs:expected (Results 876 - 900 of 1019) sorted by relevance

1...<<3132333435363738394041

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp591 const deUint32 expected = m_testParams.testSubtype == TEST_SUBTYPE_PERVERTEX_CORRECTNESS ? 10u : static_cast<deUint32>(1 << components) - 1; in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp402 const auto& expected = m_expectedColors.at(z); in verifyResults() local
464 tcu::Vec4 expected; in verifyResults() local
521 const auto expected = ((iter == m_pixelParams.pixelMap.end()) ? m_pixelParams.background : iter->second); verifyResults() local
[all...]
H A DvktMeshShaderBuiltinTestsEXT.cpp512 const auto& expected = m_expectedColors.at(z); in verifyResults() local
576 tcu::Vec4 expected; in verifyResults() local
642 const auto expected = ((iter == m_pixelParams.pixelMap.end()) ? m_pixelParams.background : iter->second); verifyResults() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp188 virtual inline void ExpectError(GLenum expected, long& error) in ExpectError() argument
207 virtual inline void VerifyGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, int expected, in VerifyGetProgramInterfaceiv() argument
220 VerifyGetProgramResourceIndex(GLuint program, GLenum programInterface, const std::string& name, GLuint expected, long& error) VerifyGetProgramResourceIndex() argument
259 VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, const std::string& expected, long& error) VerifyGetProgramResourceName() argument
281 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocation() argument
320 VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum props[], GLsizei expectedLength, const GLint expected[], long& error) VerifyGetProgramResourceiv() argument
350 VerifyGetProgramResourceLocationIndex(GLuint program, GLenum programInterface, const std::string& name, GLint expected, long& error) VerifyGetProgramResourceLocationIndex() argument
519 GLint expected[] = { 9, GL_FLOAT_VEC4, 1, 0, 0, 0, 0, 0, 1, 0, 0 }; Run() local
639 GLint expected[] = { 2, GL_FLOAT_MAT4, 1, 0, 0, 0, 0, 0, 1, 0, 0 }; Run() local
755 GLint expected[] = { 5, GL_FLOAT_VEC3, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0 }; Run() local
808 GLint expected[] = { 6, GL_FLOAT_VEC4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1 }; Run() local
875 GLint expected[] = { 12, GL_INT, 1, 0, 0, 0, 0, 0, 1, -1, 0 }; Run() local
952 GLint expected[] = { 13, GL_FLOAT, 1, 0, 1, 0, 0, 0, 0, -1, 0, -1 }; Run() local
1053 GLint expected[] = { 2, GL_FLOAT_MAT4, 1, 0, 0, 0, 0, 0, 1, 0, 0 }; Run() local
1165 GLint expected[] = { 5, GL_FLOAT_VEC3, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0 }; Run() local
1227 GLint expected[] = { 6, GL_FLOAT_VEC4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1 }; Run() local
1313 GLint expected[] = { Run() local
1482 GLint expected[] = { Run() local
1685 GLint expected[] = { 12, 0, 0, 0, 0, 0, 0, 1, size }; Run() local
1884 GLint expected[] = { 2, GL_INT_VEC4, 1 }; Run() local
1984 GLint expected[] = { 1, 4, 1, static_cast<GLint>(indicesU["a"]) }; Run() local
3082 GLint expected[] = { 13, 0, 3, 0, 1, 0, 0, 0, 0 }; Run() local
3272 GLint expected[] = { static_cast<GLint>(indicesUB["TestBlock"]) }; Run() local
3363 GLint expected[] = { 14, GL_NONE, 0 }; Run() local
3431 std::string expected = "color"; Run() local
3525 GLint expected[] = { Run() local
3741 GLint expected[] = { Run() local
4243 GLint expected[] = { 1 }; Run() local
4535 GLint expected[] = { 2, GL_FLOAT_VEC4, 1, 0, 0, 1 }; Run() local
4842 GLint expected[] = { 9, GL_FLOAT_VEC4, 1, 0, 0, 0, 0, 0, 1, 0, 0 }; Run() local
[all...]
H A Dgl4cShaderAtomicCountersTests.cpp86 long ValidateReadBuffer(const Vec4& expected) in ValidateReadBuffer() argument
351 bool CheckMaxValue(GLenum e, GLint expected) in CheckMaxValue() argument
403 CheckGetCommands(GLenum e, GLint expected) CheckGetCommands() argument
[all...]
H A Dgl4cComputeShaderTests.cpp280 bool ValidateReadBuffer(int x, int y, int w, int h, const vec4& expected) in ValidateReadBuffer() argument
304 bool ValidateReadBufferCenteredQuad(int width, int height, const vec3& expected) in ValidateReadBufferCenteredQuad() argument
2094 uvec3 expected = IndexTo3DCoord(index - 2 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2109 uvec3 expected = IndexTo3DCoord(index - 3 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2125 uvec3 expected = IndexTo3DCoord(index - 4 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2140 const GLuint expected = (coord.x() % local_size.x()) + (coord.y() % local_size.y()) * local_size.x() + RunIteration() local
2929 CheckBinding(GLuint expected) CheckBinding() argument
5135 const vec4 expected[4] = { vec4(3.0f), vec4(20.0f), vec4(-100.0f), vec4(400.0f) }; Run() local
5413 const GLdouble expected[4] = { 1.0, 3.0, 1.0, 2.0 }; Run() local
5756 const GLdouble expected[4] = { 1.0, 2.0, 1.0, 0.1 }; Run() local
[all...]
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp243 bool CheckFB(vec4 expected) in CheckFB() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp265 bool ValidateReadBuffer(int x, int y, int w, int h, const vec4& expected) in ValidateReadBuffer() argument
296 bool ValidateReadBufferCenteredQuad(int width, int height, const vec3& expected) in ValidateReadBufferCenteredQuad() argument
2122 uvec3 expected = IndexTo3DCoord(index - 2 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2138 uvec3 expected = IndexTo3DCoord(index - 3 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2154 uvec3 expected = IndexTo3DCoord(index - 4 * kBufferSize, local_size.x() * num_groups.x(), RunIteration() local
2169 const GLuint expected = (coord.x() % local_size.x()) + (coord.y() % local_size.y()) * local_size.x() + RunIteration() local
2924 CheckBinding(GLuint expected) CheckBinding() argument
[all...]
H A Des31cLayoutBindingTests.cpp569 String generateLog(const String& msg, T0 result, T1 expected) in generateLog() argument
1231 const deUint32 expected = 0xff00ff00; in drawTestCompute() local
2494 IntVector expected; binding_examples_many_bindings() local
2717 IntVector expected; binding_examples_one_binding() local
[all...]
H A Des31cShaderAtomicCountersTests.cpp97 long ValidateReadBuffer(const Vec4& expected) in ValidateReadBuffer() argument
310 bool CheckMaxValue(GLenum e, GLint expected) in CheckMaxValue() argument
353 CheckGetCommands(GLenum e, GLint expected) CheckGetCommands() argument
[all...]
H A Des31cShaderImageLoadStoreTests.cpp237 bool CheckFB(vec4 expected) in CheckFB() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMemoryBarrierTest.cpp646 void MemoryBarrierTestBase::verifyBufferContents(const std::array<T, 4> &expected) in verifyBufferContents() argument
660 verifyImageContents(GLuint texture, const std::array<float, 4> &expected) verifyImageContents() argument
675 verifyFramebufferAndBufferContents(ShaderWritePipeline writePipeline, const std::array<T, 4> &expected) verifyFramebufferAndBufferContents() argument
687 verifyFramebufferAndImageContents(ShaderWritePipeline writePipeline, WriteResource writeResource, GLuint texture, const std::array<float, 4> &expected) verifyFramebufferAndImageContents() argument
[all...]
H A DVertexAttributeTest.cpp2806 const auto &expected = TEST_P() local
2854 const auto &expected = TEST_P() local
3455 GLColor expected; TEST_P() local
3680 GLColor expected; TEST_P() local
3806 GLColor expected; TEST_P() local
[all...]
H A DStateChangeTest.cpp2594 std::vector<GLColor> expected = { in updateTextureBoundToFramebufferHelper() local
[all...]
H A DGLSLTest.cpp1225 GLint expected = indexData[first + count - 1]; in TEST_P() local
1280 GLint expected = indexData[first + count - 1]; in TEST_P() local
1295 GLint expected = indices[first + 1]; in GLVertexIDIntegerTextureDrawElementsU8Line_Helper() local
1436 const int expected = i % 2 ? kDefaultValue : indexData[i + 1]; in TEST_P() local
2995 GLColor expected = MakeGLColor(32, 64, 96, 255); TEST_P() local
[all...]
/third_party/openssl/test/
H A Dbntest.c126 static int equalBN(const char *op, const BIGNUM *expected, const BIGNUM *actual) in equalBN() argument
2125 const double expected = iterations / (double)range; in test_rand_range_single() local
H A Dacvp_test.c1409 static const unsigned char expected[] = { in aes_cfb1_bits_test() local
150 ecdsa_create_pkey(EVP_PKEY **pkey, const char *curve_name, const unsigned char *pub, size_t pub_len, int expected) ecdsa_create_pkey() argument
/third_party/openssl/engines/
H A De_loader_attic.c1135 static int file_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in file_expect() argument
/third_party/skia/tests/
H A DImageFilterTest.cpp1873 test_arithmetic_bounds(skiatest::Reporter* reporter, float k1, float k2, float k3, float k4, sk_sp<SkImageFilter> background, sk_sp<SkImageFilter> foreground, const SkIRect* crop, const SkIRect& expected) test_arithmetic_bounds() argument
H A DImageTest.cpp647 static bool has_pixels(const SkPMColor pixels[], int count, SkPMColor expected) { in has_pixels() argument
662 const SkPMColor expected = SkPreMultiplyColor(SK_ColorWHITE); in image_test_read_pixels() local
1312 check_scaled_pixels(skiatest::Reporter* reporter, SkPixmap* pmap, uint32_t expected) check_scaled_pixels() argument
1326 test_scale_pixels(skiatest::Reporter* reporter, const SkImage* image, uint32_t expected) test_scale_pixels() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp246 testing::AssertionResult GLColor::ExpectNear(const GLColor &expected, const GLColor &err) const in ExpectNear() argument
/third_party/unity/src/
H A Dunity.c596 static void UnityPrintExpectedAndActualStrings(const char* expected, const char* actual) in UnityPrintExpectedAndActualStrings() argument
623 static void UnityPrintExpectedAndActualStringsLen(const char* expected, in UnityPrintExpectedAndActualStringsLen() argument
656 static int UnityIsOneArrayNull(UNITY_INTERNAL_PTR expected, in UnityIsOneArrayNull() argument
690 UnityAssertBits(const UNITY_INT mask, const UNITY_INT expected, const UNITY_INT actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertBits() argument
711 UnityAssertEqualNumber(const UNITY_INT expected, const UNITY_INT actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) UnityAssertEqualNumber() argument
780 UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected, UNITY_INTERNAL_PTR actual, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style, const UNITY_FLAGS_T flags) UnityAssertEqualIntArray() argument
925 UnityFloatsWithin(UNITY_FLOAT delta, UNITY_FLOAT expected, UNITY_FLOAT actual) UnityFloatsWithin() argument
932 UnityAssertWithinFloatArray(const UNITY_FLOAT delta, UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* expected, UNITY_PTR_ATTRIBUTE const UNITY_FLOAT* actual, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLAGS_T flags) UnityAssertWithinFloatArray() argument
1012 UnityAssertFloatsWithin(const UNITY_FLOAT delta, const UNITY_FLOAT expected, const UNITY_FLOAT actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertFloatsWithin() argument
1031 UnityAssertFloatsNotWithin(const UNITY_FLOAT delta, const UNITY_FLOAT expected, const UNITY_FLOAT actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertFloatsNotWithin() argument
1153 UnityDoublesWithin(UNITY_DOUBLE delta, UNITY_DOUBLE expected, UNITY_DOUBLE actual) UnityDoublesWithin() argument
1160 UnityAssertWithinDoubleArray(const UNITY_DOUBLE delta, UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* expected, UNITY_PTR_ATTRIBUTE const UNITY_DOUBLE* actual, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLAGS_T flags) UnityAssertWithinDoubleArray() argument
1240 UnityAssertDoublesWithin(const UNITY_DOUBLE delta, const UNITY_DOUBLE expected, const UNITY_DOUBLE actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertDoublesWithin() argument
1258 UnityAssertDoublesNotWithin(const UNITY_DOUBLE delta, const UNITY_DOUBLE expected, const UNITY_DOUBLE actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertDoublesNotWithin() argument
1379 UnityAssertNumbersWithin(const UNITY_UINT delta, const UNITY_INT expected, const UNITY_INT actual, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style) UnityAssertNumbersWithin() argument
1426 UnityAssertNumbersArrayWithin(const UNITY_UINT delta, UNITY_INTERNAL_PTR expected, UNITY_INTERNAL_PTR actual, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_DISPLAY_STYLE_T style, const UNITY_FLAGS_T flags) UnityAssertNumbersArrayWithin() argument
1590 UnityAssertEqualString(const char* expected, const char* actual, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertEqualString() argument
1629 UnityAssertEqualStringLen(const char* expected, const char* actual, const UNITY_UINT32 length, const char* msg, const UNITY_LINE_TYPE lineNumber) UnityAssertEqualStringLen() argument
1669 UnityAssertEqualStringArray(UNITY_INTERNAL_PTR expected, const char** actual, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLAGS_T flags) UnityAssertEqualStringArray() argument
1752 UnityAssertEqualMemory(UNITY_INTERNAL_PTR expected, UNITY_INTERNAL_PTR actual, const UNITY_UINT32 length, const UNITY_UINT32 num_elements, const char* msg, const UNITY_LINE_TYPE lineNumber, const UNITY_FLAGS_T flags) UnityAssertEqualMemory() argument
[all...]
/third_party/python/Programs/
H A D_testembed.c1316 const char* expected; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc247 ctrl_t expected = pattern[i % (kCapacity + 1) % pattern.size()]; in TEST() local
1268 auto expected = XorSeedExpectedStats(); in TEST() local
1362 auto expected in TEST() local
[all...]
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp6424 std::vector<std::tuple<size_t, size_t, size_t, size_t>> expected = { in UNIX_ONLY_TEST() local
6498 std::vector<std::tuple<int, int, int, int>> expected = { in UNIX_ONLY_TEST() local

Completed in 92 milliseconds

1...<<3132333435363738394041