Lines Matching defs:data
43 const deUint32* data =
47 deUint32 val = data[x * 4];
59 const deUint32* data =
65 deUint32 subgroupInvocationID = data[(x * 4) + 1];
90 const deUint32* data = reinterpret_cast<const deUint32*>(datas[0]);
124 if (subgroupSize != data[offset * 4])
140 const deUint32* data = reinterpret_cast<const deUint32*>(datas[0]);
178 deUint32 subgroupInvocationID = data[(offset * 4) + 1];
208 const deUint32* data = reinterpret_cast<const deUint32*>(datas[0]);
245 deUint32 numSubgroups = data[(offset * 4) + 2];
264 const deUint32* data = reinterpret_cast<const deUint32*>(datas[0]);
298 deUint32 numSubgroups = data[(offset * 4) + 2];
299 deUint32 subgroupID = data[(offset * 4) + 3];
563 "layout(location = 0) out uvec4 data;\n"
566 " data = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, 0, 0);\n"