mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
Minor fixes for CL_UNORM_SHORT_565, CL_UNORM_SHORT_555 (#1129)
* Minor fixes for CL_UNORM_SHORT_565, CL_UNORM_SHORT_555 * Fix verification for undefined bit * Relax current infinitely precision requirement for these formats and move check in common function. * Add proper debug output. Signed-off-by: John Kesapides <john.kesapides@arm.com> * Minor Formating fix. Signed-off-by: John Kesapides <john.kesapides@arm.com>
This commit is contained in:
@@ -229,3 +229,8 @@ int determine_validation_error_offset(
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
extern int filter_rounding_errors(int forceCorrectlyRoundedWrites,
|
||||
image_descriptor *imageInfo, float *errors);
|
||||
extern void filter_undefined_bits(image_descriptor *imageInfo, char *resultPtr);
|
||||
|
||||
Reference in New Issue
Block a user