Lines Matching refs:uint2
664 struct uint2 { uint32_t x; uint32_t y; };
666 "__kernel void main_test(__global uint2 *inout)\n\
672 auto inout = ShaderArg<struct uint2>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, { 65536, 65536 } },
674 const struct uint2 expected[] = {
1631 struct uint2 { uint32_t x, y; };
1633 "__kernel void main_test(__global uint *inout, __local uint2 *tmp)\n\
1641 auto tmp = ShaderArg<struct uint2>(std::vector<struct uint2>(4096), SHADER_ARG_INPUT);
1650 struct uint2 { uint32_t x, y; };
1652 "__kernel void main_test(__global uint *inout, __local uint2 *tmp, __local uint *tmp2)\n\
1661 auto tmp = ShaderArg<struct uint2>(std::vector<struct uint2>(1024), SHADER_ARG_INPUT);