Searched refs:uchar3 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp715 struct uchar3 { uint8_t x; uint8_t y; uint8_t z; uint8_t pad; }; struct in function:TEST_F
717 "__kernel void main_test(__global uchar3 *inout)\n\
724 auto inout = ShaderArg<struct uchar3>({ { 8, 8, 8 }, { 16, 16, 16 }, { 64, 64, 64 }, { 255, 255, 255 } },
726 const struct uchar3 expected[] = {
742 struct uchar3 { uint8_t x; uint8_t y; uint8_t z; uint8_t pad; }; struct in function:TEST_F
744 "__kernel void main_test(__global uchar3 *out, __constant uchar3 *in)\n\
751 auto in = ShaderArg<struct uchar3>({ { 8, 8, 8 }, { 16, 16, 16 }, { 64, 64, 64 }, { 255, 255, 255 } },
753 auto out = ShaderArg<struct uchar3>(std::vector<struct uchar3>(
[all...]

Completed in 4 milliseconds