Home
last modified time | relevance | path

Searched refs:localNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp290 for (int localNdx = 0; localNdx < workGroupSize; localNdx++) in verify() local
292 …st int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx)); in verify()
302 for (int localNdx = 0; localNdx < workGroupSize; localNdx++) in verify() local
304 …t int inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx)); in verify()
305 …nt outputValue = *(const deInt32*)((const deUint8*)outputs + outputStride*(groupOffset+localNdx)); in verify()
309 …stCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << localNdx in verify()
318 …stCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << localNdx in verify()
444 for (int localNdx = 0; localNdx < workGroupSize; localNdx++) in verify() local
446 …eInt32 inputValue = *(const deInt32*)((const deUint8*)inputs + inputStride*(groupOffset+localNdx)); in verify()
462 for (int localNdx = 0; localNdx < workGroupSize; localNdx++) in verify() local
[all …]