Home
last modified time | relevance | path

Searched refs:TEST_PRIME_FLOAT (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_map.cpp33 #define TEST_PRIME_FLOAT (float)3.40282346638528860e+38 macro
502 if ( outptr[i] != TEST_PRIME_FLOAT ) in verify_read_float()
545 ( outptr[i].b != TEST_PRIME_FLOAT ) ) in verify_read_struct()
Dtest_buffer_read.cpp37 #define TEST_PRIME_FLOAT (float)3.40282346638528860e+38 macro
549 if ( outptr[i] != TEST_PRIME_FLOAT ) in verify_read_float()
606 ( outptr[i].b != TEST_PRIME_FLOAT ) ) in verify_read_struct()
Dtest_buffer_fill.cpp36 #define TEST_PRIME_FLOAT (cl_float)3.40282346638528860e+38 macro
1528 pattern[i][j] = TEST_PRIME_FLOAT; in test_buffer_fill_float()
1534 inptr[i][j] = TEST_PRIME_FLOAT; in test_buffer_fill_float()
/external/OpenCL-CTS/test_conformance/profiling/
DreadArray.cpp32 #define TEST_PRIME_FLOAT (float)3.40282346638528860e+38 macro
550 if( outptr[i] != TEST_PRIME_FLOAT ) in verify_read_float()
607 ( outptr[i].b != TEST_PRIME_FLOAT ) ) in verify_read_struct()