Searched refs:expected1 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | occlusion-query.c | 13 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable in typeref:typename:int 153 int expected1_min = (int) (expected1 * 0.95); 154 int expected1_max = (int) (expected1 * 1.05); 192 printf(" Failure: result1 should be near %d\n", expected1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | occlusion-query.c | 14 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable in typeref:typename:int 154 int expected1_min = (int) (expected1 * 0.95); 155 int expected1_max = (int) (expected1 * 1.05); 194 printf(" Failure: result1 should be near %d\n", expected1);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_buffer_test.c | 95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; local in function:emit_bits 96 ASSERT_BLOB_DATA(&buf, expected1);
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| H A D | test_layout.c | 220 int linenum, buf_size, expected1, expected2, errors; local in function:read_test_from_file 426 func_buf, &expected1, &expected2) == 3) { 444 if(got1 != expected1 || got2 != expected2) { 450 expected1, expected2); 459 else if(sscanf(line, "%31s %d", func_buf, &expected1) == 2) { 483 if(got != expected1) { 489 expected1);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler_test.cpp | 162 const uint32_t expected1[] = { local in function:TEST_F 168 EXPECT_EQ(g1[i], expected1[i]); 193 const uint32_t expected1[] = { local in function:TEST_F 199 EXPECT_EQ(g1[i], expected1[i]);
|
Completed in 6 milliseconds