Lines Matching refs:datas

64 static bool _checkFragmentSubgroupBarriersNoSSBO (vector<const void*>	datas,
69 const float* const resultData = reinterpret_cast<const float*>(datas[0]);
99 vector<const void*> datas,
106 return _checkFragmentSubgroupBarriersNoSSBO(datas, width, height, false);
110 vector<const void*> datas,
117 return _checkFragmentSubgroupBarriersNoSSBO(datas, width, height, true);
121 vector<const void*> datas,
127 const float* const resultData = reinterpret_cast<const float*>(datas[0]);
153 vector<const void*> datas,
160 const deUint32* const resultData = reinterpret_cast<const deUint32*>(datas[0]);
181 const deUint32 numSubgroupsUsed = *reinterpret_cast<const deUint32*>(datas[1]);
187 vector<const void*> datas,
193 const deUint32* const resultData = reinterpret_cast<const deUint32*>(datas[0]);
196 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[3]);
209 static bool _checkVertexPipelineStagesSubgroupBarriersNoSSBO (vector<const void*> datas,
213 const float* const resultData = reinterpret_cast<const float*>(datas[0]);
237 vector<const void*> datas,
243 return _checkVertexPipelineStagesSubgroupBarriersNoSSBO(datas, width, false);
247 vector<const void*> datas,
253 return _checkVertexPipelineStagesSubgroupBarriersNoSSBO(datas, width, true);
256 static bool _checkTessellationEvaluationSubgroupBarriersNoSSBO (vector<const void*> datas,
261 const float* const resultData = reinterpret_cast<const float*>(datas[0]);
281 vector<const void*> datas,
287 return _checkTessellationEvaluationSubgroupBarriersNoSSBO(datas, width, height, true);
291 vector<const void*> datas,
297 return _checkTessellationEvaluationSubgroupBarriersNoSSBO (datas, width, height, false);
301 vector<const void*> datas,
308 return subgroups::checkComputeOrMesh(datas, numWorkgroups, localSize, 1);
312 vector<const void*> datas,
320 const deUint32 ref = *reinterpret_cast<const deUint32*>(datas[2]);
322 return subgroups::checkComputeOrMesh(datas, numWorkgroups, localSize, ref);