Lines Matching defs:height
66 deUint32 height,
73 for (deUint32 y = 0u; y < height; ++y)
75 const deUint32 ndx = (x * height + y) * 4u;
101 deUint32 height,
106 return _checkFragmentSubgroupBarriersNoSSBO(datas, width, height, false);
112 deUint32 height,
117 return _checkFragmentSubgroupBarriersNoSSBO(datas, width, height, true);
283 deUint32 height)
287 return _checkTessellationEvaluationSubgroupBarriersNoSSBO(datas, width, height, true);
293 deUint32 height)
297 return _checkTessellationEvaluationSubgroupBarriersNoSSBO (datas, width, height, false);