Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/profiling/
DreadImage.cpp136 size_t element_nbytes; in read_image() local
144 element_nbytes = channel_nbytes * get_format_channel_count( &image_format_desc ); in read_image()
145 num_bytes = w * h * element_nbytes; in read_image()
DwriteImage.cpp419 size_t element_nbytes; in write_image() local
430 element_nbytes = channel_nbytes * get_format_channel_count( &image_format_desc ); in write_image()
431 num_bytes = w * h * element_nbytes; in write_image()
Dcopy.cpp447 size_t element_nbytes; in copy_image_size() local
454 element_nbytes = channel_nbytes * num_channels; in copy_image_size()
455 num_bytes = w * h * element_nbytes; in copy_image_size()
767 size_t element_nbytes; in test_copy_array_to_image() local
774 element_nbytes = channel_nbytes * num_channels; in test_copy_array_to_image()
775 num_bytes = w * h * element_nbytes; in test_copy_array_to_image()