Searched defs:numClamped (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_iterations.cpp | 83 …float xAddressOffset, float yAddressOffset, size_t j, int &numTries, int &numClamped, bool printAs… in determine_validation_error() 345 …ExplicitType outputType, int &numTries, int &numClamped, image_sampler_data *imageSampler, image_d… in validate_image_2D_depth_results() 505 …ExplicitType outputType, int &numTries, int &numClamped, image_sampler_data *imageSampler, image_d… in validate_image_2D_results() 929 …ExplicitType outputType, int &numTries, int &numClamped, image_sampler_data *imageSampler, image_d… in validate_image_2D_sRGB_results() 1449 int numTries = MAX_TRIES, numClamped = MAX_CLAMPED; in test_read_image_2D() local
|
D | test_common.h | 53 float zAddressOffset, size_t j, int &numTries, int &numClamped, in determine_validation_error_offset()
|
D | test_read_1D.cpp | 62 …float x, float xAddressOffset, size_t j, int &numTries, int &numClamped, bool printAsFloat, int lo… in determine_validation_error_1D() 410 int numTries = MAX_TRIES, numClamped = MAX_CLAMPED; in test_read_image_1D() local
|
D | test_read_1D_array.cpp | 69 …float xAddressOffset, float yAddressOffset, size_t j, int &numTries, int &numClamped, bool printAs… in determine_validation_error_1D_arr() 490 int numTries = MAX_TRIES, numClamped = MAX_CLAMPED; in test_read_image_1D_array() local
|
D | test_read_2D_array.cpp | 90 …float yAddressOffset, float zAddressOffset, size_t j, int &numTries, int &numClamped, bool printAs… in determine_validation_error_offset_2D_array() 517 int numTries = MAX_TRIES, numClamped = MAX_CLAMPED; in test_read_image_2D_array() local
|
D | test_common.cpp | 511 int numTries = MAX_TRIES, numClamped = MAX_CLAMPED; in test_read_image() local
|