Searched refs:get_channel_order_channel_count (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_renderbuffer.cpp | 133 …_to_expected( inputBuffer, width * height, type, actualType, get_channel_order_channel_count(clFor… in test_renderbuffer_read_image() 151 …at_results( convertedInput, actualResults, width, height, 1, get_channel_order_channel_count(clFor… in test_renderbuffer_read_image() 334 …outSourceBuffer, width * height, sourceType, validationType, get_channel_order_channel_count(clFor… in test_renderbuffer_image_write() 350 …_expected( resultData, width * height, type, validationType, get_channel_order_channel_count(clFor… in test_renderbuffer_image_write() 368 …_results( validationSource, convertedData, width, height, 1, get_channel_order_channel_count(clFor… in test_renderbuffer_image_write()
|
D | test_images_read_common.cpp | 268 …size_t buffer_bytes = channelSize * get_channel_order_channel_count(outFormat->image_channel_order… in test_cl_image_read() 346 …*outResultBuffer = (void *)( new char[ channelSize * get_channel_order_channel_count(outFormat->im… in test_cl_image_read() 348 …channelSize * get_channel_order_channel_count(outFormat->image_channel_order) * width * height * d… in test_cl_image_read() 625 …w * h * d * samples, type, actualType, get_channel_order_channel_count(clFormat.image_channel_orde… in test_image_format_read() 639 …t_results( convertedInputs, actualResults, w, h, d, samples, get_channel_order_channel_count(clFor… in test_image_format_read()
|
D | test_images_write_common.cpp | 602 …width * height * depth, sourceType, validationType, get_channel_order_channel_count(clFormat.image… in test_image_format_write() 630 …glResults, width * height * depth, readType, validationType, get_channel_order_channel_count(clFor… in test_image_format_write() 646 width, height, depth, 1, get_channel_order_channel_count(clFormat.image_channel_order) ); in test_image_format_write()
|
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 97 extern uint32_t get_channel_order_channel_count(cl_channel_order order);
|
D | imageHelpers.cpp | 125 return get_channel_order_channel_count(format->image_channel_order); in get_format_channel_count() 128 uint32_t get_channel_order_channel_count(cl_channel_order order) in get_channel_order_channel_count() function
|