| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.h | 36 char **expected; member in struct:rc_test_file
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/ |
| rc_test_helpers.h | 36 char **expected; member in struct:rc_test_file
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| u_prim_verts_test.c | 9 uint32_t expected; member in struct:test_info 36 if (n != info->expected) { 37 printf("Failure! Expected %u vertices for %u x %s, but got %u.\n", 38 info->expected, info->count, u_prim_name(info->prim_type), n);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| roundeven_test.c | 35 float input, expected; member in struct:__anon2883 52 double input, expected; member in struct:__anon2884 73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) { 74 fprintf(stderr, "%d float: expected %f (%a) from " 77 float_data[i].expected, 78 float_data[i].expected, 90 float negated_expected = -float_data[i].expected; 92 fprintf(stderr, "%d float: expected %f (%a) from " 107 if (memcmp(&double_data[i].expected, &output, sizeof(double))) { 108 fprintf(stderr, "%d double: expected %f (%a) from [all...] |
| process_test.c | 42 expect_equal_str(const char *expected, const char *actual, const char *test) 44 if (strcmp(expected, actual)) { 46 "Expected=\"%s\", Actual=\"%s\"\n", 47 test, expected, actual); 56 const char *expected = "process_test.exe"; local 58 const char *expected = "process_test"; 62 expect_equal_str(expected, name, "util_get_process_name");
|
| u_atomic.h | 247 uint32_t expected; local 249 expected = actual; 250 actual = p_atomic_cmpxchg(v, expected, i); 251 } while (expected != actual); 258 uint64_t expected; local 260 expected = actual; 261 actual = p_atomic_cmpxchg(v, expected, i); 262 } while (expected != actual);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| roundeven_test.c | 35 float input, expected; member in struct:__anon5041 52 double input, expected; member in struct:__anon5042 73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) { 74 fprintf(stderr, "%d float: expected %f (%a) from " 77 float_data[i].expected, 78 float_data[i].expected, 90 float negated_expected = -float_data[i].expected; 92 fprintf(stderr, "%d float: expected %f (%a) from " 107 if (memcmp(&double_data[i].expected, &output, sizeof(double))) { 108 fprintf(stderr, "%d double: expected %f (%a) from [all...] |
| u_atomic.h | 230 uint32_t expected; local 232 expected = actual; 233 actual = p_atomic_cmpxchg(v, expected, i); 234 } while (expected != actual); 241 uint64_t expected; local 243 expected = actual; 244 actual = p_atomic_cmpxchg(v, expected, i); 245 } while (expected != actual);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/qpu/tests/ |
| qpu_disasm.c | 35 const char *expected; member in struct:__anon630 131 tests[i].expected); 136 if (strcmp(disasm_output, tests[i].expected) != 0) { 138 printf(" Expected: \"%s\"\n", tests[i].expected); 147 printf("FAIL (unpack) %s\n", tests[i].expected); 173 printf("FAIL (pack) %s\n", tests[i].expected); 180 printf(" Expected: \"%s\"\n", tests[i].expected);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| vmw_screen.c | 87 uint32_t expected = __atomic_load_n(&vws->mksstat_tls[i].pid, __ATOMIC_ACQUIRE); local 89 if (expected == -1U) { 94 if (expected == 0) 97 if (__atomic_compare_exchange_n(&vws->mksstat_tls[i].pid, &expected, 0, false, __ATOMIC_ACQ_REL, __ATOMIC_ACQUIRE)) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| test_vf_float_conversions.cpp | 66 float expected = vf_to_float[vf % 128]; local 68 expected = -expected; 70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxil_buffer_test.c | 42 fprintf(stderr, "blob-size mismatch, expected %zd, got %zd", 50 "expected 0x%02x, got 0x%02x", i, 117 uint8_t expected[] = { 0x1a, 0x1a, 0x1a, 0x1a }; local 118 ASSERT_BLOB_DATA(&buf, expected);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/qpu/tests/ |
| qpu_disasm.c | 34 const char *expected; member in struct:__anon3303 130 tests[i].expected); 135 if (strcmp(disasm_output, tests[i].expected) != 0) { 137 printf(" Expected: \"%s\"\n", tests[i].expected); 145 printf("FAIL (unpack) %s\n", tests[i].expected); 170 printf("FAIL (pack) %s\n", tests[i].expected); 177 printf(" Expected: \"%s\"\n", tests[i].expected);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| test_vf_float_conversions.cpp | 66 float expected = vf_to_float[vf % 128]; local 68 expected = -expected; 70 EXPECT_EQ(f2u(expected), f2u(brw_vf_to_float(vf)));
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| glx_public_api.c | 56 int server, client, expected; local 77 expected = client; 79 expected = server; 81 if (version != expected) { 84 version, expected, version_string);
|
| wgl_per_context_funcptrs.c | 92 GLuint shader, expected; local 104 expected = CREATESHADER_CTX1_VAL; 108 expected = CREATESHADER_CTX2_VAL; 114 if (shader != expected) { 115 fprintf(stderr, " expected %d\n", expected);
|
| glx_public_api_core.c | 99 int server, client, expected; local 120 expected = client; 122 expected = server; 124 if (version != expected) { 127 version, expected, version_string);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| stencilwrap.c | 21 int expected; local 37 expected = max; 45 if (val != expected) { 46 printf("Failed GL_KEEP test(got %u, expected %u)\n", val, expected); 58 expected = 0; 66 if (val != expected) { 67 printf("Failed GL_ZERO test(got %u, expected %u)\n", val, expected); 79 expected = 0 [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| point-param.c | 69 expected(float z, float size, const float atten[3]) function 92 printf("Expected point sizes:\n"); 98 printf(" %f\n", expected(z, size, atten));
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| shm-test.c | 73 char *expected; local 82 expected = malloc(4096); 83 if (expected == NULL) 100 memset(expected, 0xcc, 4096); 101 memset(expected + 64, 0xff, 4*width * height); 128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096); 134 free(expected);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| shm-test.c | 73 char *expected; local 82 expected = malloc(4096); 83 if (expected == NULL) 100 memset(expected, 0xcc, 4096); 101 memset(expected + 64, 0xff, 4*width * height); 128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096); 134 free(expected);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/tests/ |
| disasm.c | 46 #define INSTR_5XX(i, d, ...) { .gpu_id = 540, .instr = #i, .expected = d, __VA_ARGS__ } 47 #define INSTR_6XX(i, d, ...) { .gpu_id = 630, .instr = #i, .expected = d, __VA_ARGS__ } 53 const char *expected; member in struct:test 391 test->expected); 413 if (strcmp(disasm_output, test->expected) != 0) { 415 printf(" Expected: \"%s\"\n", test->expected); 433 fmemopen((void *)test->expected, strlen(test->expected), "r"); 442 /* If this is an instruction that the asm parser is not expected [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| test-render.cpp | 18 uint64_t expected; member in struct:__anon2259 78 uint64_t expected = p.expected; local 81 * expected values are packed, so byte swap appropriately. 86 expected = util_bswap64(expected); 90 expected = util_bswap32(expected); 118 ASSERT_EQ(expected, color); 126 ASSERT_EQ(expected, color) [all...] |
| /xsrc/external/mit/libdrm/dist/tests/etnaviv/ |
| etnaviv_2d_test.c | 153 uint32_t expected; local 157 expected = 0xff40ff40; 159 expected = 0x00000000; 161 if (p[i] != expected) { 162 fprintf(stderr, "Offset %d: expected: 0x%08x, got: 0x%08x\n", 163 i, expected, p[i]);
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| signal-logging.c | 58 char expected[21]; local 60 sprintf(expected, "%ld", number); 62 if(strncmp(string, expected, 21) != 0) { 63 fprintf(stderr, "Failed to convert %jd to decimal string (expected %s but got %s)\n", 64 (intmax_t) number, expected, string); 75 char expected[21]; local 78 sprintf(expected, "%.2f", number); 81 if(strncmp(string, expected, 21) != 0) { 83 number, expected, string); 94 char expected[21] local 255 char expected[30]; local 274 char expected[30]; local 304 char expected[30]; local 323 char expected[30]; local 359 char expected[30]; local 374 char expected[30]; local [all...] |