/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 807 for (int readNdx = 0; readNdx < numReads; readNdx++) in getShaderSpec() local 809 const string varName = indicesPrefix + de::toString(readNdx); in getShaderSpec() 816 for (int readNdx = 0; readNdx < numReads; readNdx++) in getShaderSpec() local 818 const string varName = resultPrefix + de::toString(readNdx); in getShaderSpec() 822 for (int readNdx = 0; readNdx < numReads; readNdx++) in getShaderSpec() local 824 code << resultPrefix << readNdx << " = " << instanceName << "["; in getShaderSpec() 827 code << readIndices[readNdx]; in getShaderSpec() 829 code << "indexBase + " << (readIndices[readNdx]-1); in getShaderSpec() 831 code << indicesPrefix << readNdx; in getShaderSpec() 852 for (int readNdx = 0; readNdx < numReads; readNdx++) in iterate() local [all …]
|
D | es31fSynchronizationTests.cpp | 1841 for (int readNdx = 0; readNdx < m_perInvocationSize; ++readNdx) in genReadProgram() local 1845 …<< seed + readNdx*m_invocationGridSize*m_invocationGridSize << ") % " << m_invocationGridSize*m_in… in genReadProgram() 1849 …<< seed + readNdx*m_invocationGridSize*m_invocationGridSize << ") % " << m_invocationGridSize*m_in… in genReadProgram() 1855 for (int readNdx = 0; readNdx < m_perInvocationSize; ++readNdx) in genReadProgram() local 1859 …<< (seed + readNdx*100) << "u) % " << m_invocationGridSize << "u, gl_GlobalInvocationID.y + " << r… in genReadProgram() 1863 …<< (seed + readNdx*100) << "u) % " << m_invocationGridSize << "u, gl_GlobalInvocationID.y + " << r… in genReadProgram() 1917 for (int readNdx = 0; readNdx < m_perInvocationSize; ++readNdx) in genReadMultipleProgram() local 1918 …? ("atomicExchange(") : ("")) << "sb_in0.values[(groupNdx + " << seed0 + readNdx*m_invocationGridS… in genReadMultipleProgram() 1919 …? ("atomicExchange(") : ("")) << "sb_in1.values[(groupNdx + " << seed1 + readNdx*m_invocationGridS… in genReadMultipleProgram() 1923 for (int readNdx = 0; readNdx < m_perInvocationSize; ++readNdx) in genReadMultipleProgram() local [all …]
|
D | es31fTessellationGeometryInteractionTests.cpp | 1165 int readNdx = 0; in verifyFeedbackResults() local 1172 const tcu::Vec4 primitiveVertex = feedbackResult[readNdx]; in verifyFeedbackResults() 1188 …<< "Element at index " << (readNdx) << " (tessellation invocation " << tessellatedPrimitiveNdx << … in verifyFeedbackResults() 1195 ++readNdx; in verifyFeedbackResults() 1204 const tcu::Vec4 generatedElementVertex = feedbackResult[readNdx]; in verifyFeedbackResults() 1213 …<< "Element at index " << (readNdx) << " (tessellation invocation " << tessellatedPrimitiveNdx << … in verifyFeedbackResults() 1223 readNdx++; in verifyFeedbackResults()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 1314 for (int readNdx = 0; readNdx < numReads; readNdx++) in iterate() local 1316 int* dst = &expandedIndices[numInvocations*readNdx]; in iterate() 1317 std::fill(dst, dst+numInvocations, m_readIndices[readNdx]); in iterate() 1320 for (int readNdx = 0; readNdx < numReads; readNdx++) in iterate() local 1321 inputs.push_back(&expandedIndices[readNdx*numInvocations]); in iterate() 1324 for (int readNdx = 0; readNdx < numReads; readNdx++) in iterate() local 1325 outputs.push_back(&outValues[readNdx*numInvocations]); in iterate() 1335 for (int readNdx = 0; readNdx < numReads; readNdx++) in iterate() local 1337 const deUint32 refValue = m_inValues[m_readIndices[readNdx]]; in iterate() 1338 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx]; in iterate() [all …]
|
/external/deqp/framework/common/ |
D | tcuThreadUtil.cpp | 100 for (int readNdx = 0; readNdx < (int)m_reads.size(); readNdx++) in modify() local 102 deps.push_back(m_reads[readNdx]); in modify()
|
/external/deqp/data/gles31/shaders/es31/ |
D | android_extension_pack.test | 606 highp int readNdx = abs(int(gl_FragCoord.x)); 609 if (buffer0.vals[readNdx % 32] == 0.0) 612 if (buffer1.vals[readNdx % 1024] == 0.0) 614 buffer1.vals[writeNdx % 1024] = float(readNdx); 616 if (buffer2.vals[readNdx % 15] == 0) 618 buffer2.vals[writeNdx % 15] = readNdx; 620 buffer3.vals[writeNdx % 8] = vec3(float(writeNdx), 0.0, float(readNdx));
|
/external/deqp/data/gles31/shaders/es32/ |
D | android_extension_pack.test | 609 highp int readNdx = abs(int(gl_FragCoord.x)); 612 if (buffer0.vals[readNdx % 32] == 0.0) 615 if (buffer1.vals[readNdx % 1024] == 0.0) 617 buffer1.vals[writeNdx % 1024] = float(readNdx); 619 if (buffer2.vals[readNdx % 15] == 0) 621 buffer2.vals[writeNdx % 15] = readNdx; 623 buffer3.vals[writeNdx % 8] = vec3(float(writeNdx), 0.0, float(readNdx));
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationMultiQueueTests.cpp | 187 for (int readNdx = 0; readNdx < readSize; ++readNdx) in getQueuesPairs() local 189 if (write->second.queue[writeNdx] != read->second.queue[readNdx]) in getQueuesPairs() 191 …(QueuePair(write->first, read->first, write->second.queue[writeNdx], read->second.queue[readNdx])); in getQueuesPairs() 192 writeNdx = readNdx = std::max(writeSize, readSize); //exit from the loops in getQueuesPairs()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 383 for (int readNdx = 0; readNdx < (int)m_readSyncs.size(); readNdx++) in modifyGL() local 385 if (m_readSyncs[readNdx]) in modifyGL() 386 m_readSyncs[readNdx]->addWaiter(); in modifyGL() 388 deps.push_back(m_readSyncs[readNdx]); in modifyGL()
|