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

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp689 struct ushort2 { uint16_t x; uint16_t y; }; struct in function:TEST_F
691 "__kernel void main_test(__global ushort2 *inout)\n\
697 auto inout = ShaderArg<struct ushort2>({ { 8, 8 }, { 16, 16 }, { 64, 64 },
700 const struct ushort2 expected[] = {

Completed in 5 milliseconds