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

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp638 struct two_vals { uint32_t add; uint32_t mul; }; struct in function:TEST_F
640 "struct two_vals { uint add; uint mul; };\n\
641 __kernel void main_test(__global struct two_vals *in_out)\n\
647 auto inout = ShaderArg<struct two_vals>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, { 65536, 65536 } },
649 const struct two_vals expected[] = {

Completed in 7 milliseconds