Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds