Home
last modified time | relevance | path

Searched refs:num_lod_loops (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_2D_array.cpp298 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image_2D_array() local
299 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image_2D_array()
Dtest_write_3D.cpp304 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image_3D() local
305 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image_3D()
Dtest_write_image.cpp338 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image() local
339 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image()