Searched refs:n_bytes_to_copy (Results 1 – 2 of 2) sorted by relevance
2055 test_case.dst_bo_start_offset, test_case.n_bytes_to_copy); in execute()2110 << (test_case.dst_bo_start_offset + test_case.n_bytes_to_copy) in execute()2116 << (test_case.src_bo_start_offset + test_case.n_bytes_to_copy) << ". Expected value of " in execute()2128 …n_copied_short_value < test_case.n_bytes_to_copy / sizeof(short) && result_local; ++n_copied_short… in execute()2154 << (test_case.dst_bo_start_offset + test_case.n_bytes_to_copy) in execute()2160 << (test_case.src_bo_start_offset + test_case.n_bytes_to_copy) in execute()2173 …st unsigned int copy_region_end_offset = test_case.dst_bo_start_offset + test_case.n_bytes_to_copy; in execute()2204 << (test_case.dst_bo_start_offset + test_case.n_bytes_to_copy) in execute()2210 << (test_case.src_bo_start_offset + test_case.n_bytes_to_copy) << ". Expected value of " in execute()2534 test_case.n_bytes_to_copy = static_cast<glw::GLint>( in initTestCases()[all …]
373 glw::GLint n_bytes_to_copy; member