Searched refs:float_offset_count (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.cpp | 417 int float_offset_count = sizeof(float_offsets) / sizeof(float_offsets[0]); in test_read_image() local 419 int loopCount = 2 * float_offset_count; in test_read_image() 468 float offset = float_offsets[q % float_offset_count]; in test_read_image() 473 q >= float_offset_count ? -offset : offset, in test_read_image() 474 q >= float_offset_count ? offset : -offset, in test_read_image() 475 q >= float_offset_count ? -offset : offset, in test_read_image()
|
D | test_read_1D_array.cpp | 484 int float_offset_count = sizeof( float_offsets) / sizeof( float_offsets[0] ); in test_read_image_1D_array() local 486 int loopCount = 2 * float_offset_count; in test_read_image_1D_array() 529 float offset = float_offsets[ q % float_offset_count ]; in test_read_image_1D_array() 533 q>=float_offset_count ? -offset: offset, in test_read_image_1D_array() 534 … q>=float_offset_count ? offset: -offset, imageSampler->normalized_coords, d, lod ); in test_read_image_1D_array()
|
D | test_read_1D.cpp | 403 int float_offset_count = sizeof( float_offsets) / sizeof( float_offsets[0] ); in test_read_image_1D() local 405 int loopCount = 2 * float_offset_count; in test_read_image_1D() 441 float offset = float_offsets[ q % float_offset_count ]; in test_read_image_1D() 445 q>=float_offset_count ? -offset: offset, in test_read_image_1D()
|
D | test_read_2D_array.cpp | 506 int float_offset_count = sizeof( float_offsets) / sizeof( float_offsets[0] ); in test_read_image_2D_array() local 508 int loopCount = 2 * float_offset_count; in test_read_image_2D_array() 541 float offset = float_offsets[ q % float_offset_count ]; in test_read_image_2D_array() 545 q>=float_offset_count ? -offset: offset, in test_read_image_2D_array() 546 q>=float_offset_count ? offset: -offset, in test_read_image_2D_array() 547 q>=float_offset_count ? -offset: offset, in test_read_image_2D_array()
|
D | test_iterations.cpp | 1455 int float_offset_count = sizeof( float_offsets) / sizeof( float_offsets[0] ); in test_read_image_2D() local 1457 int loopCount = 2 * float_offset_count; in test_read_image_2D() 1499 float offset = float_offsets[ q % float_offset_count ]; in test_read_image_2D() 1503 q>=float_offset_count ? -offset: offset, in test_read_image_2D() 1504 … q>=float_offset_count ? offset: -offset, imageSampler->normalized_coords, d, lod ); in test_read_image_2D()
|