glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statements
authorBrian Paul <brianp@vmware.com>
Thu, 26 Apr 2018 17:55:46 +0000 (11:55 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 1 May 2018 03:13:53 +0000 (21:13 -0600)
commit31ab0427a767c6c8377c00203e87bf0a03ac3247
tree50894d3f06cb90ddd9e4eb855ce1825e8199ddbf
parentefec712d515a329dbd20fd867de9601c4d4a0915
glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statements

To silence warnings about unhandled switch values.
Untested otherwise.

v2: move the INT/UINT8 cases after the INT/UINT16 cases, per Eric.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/glsl/tests/uniform_initializer_utils.cpp