Searched refs:num_lod_loops (Results 1 – 3 of 3) sorted by relevance
298 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image_2D_array() local299 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image_2D_array()
304 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image_3D() local305 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image_3D()
338 int num_lod_loops = (gTestMipmaps)? imageInfo->num_mip_levels : 1; in test_write_image() local339 for( int lod = 0; lod < num_lod_loops; lod++) in test_write_image()