Lines Matching refs:stepNdx

1109 	void											runCommand					(const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1110 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1112 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN…
1113 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien…
1114 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend…
1115 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1116 …void runSingleRead (int targetHandle, int stepNdx, int& programFriendlyName, int& res…
1450 void InterCallTestCase::runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName) in runCommand() argument
1460 gl.useProgram(m_operationPrograms[stepNdx]->getProgram()); in runCommand()
1485 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName,… in runCommand() argument
1487 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1510 void InterCallTestCase::runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFrien… in runCommand() argument
1521 gl.useProgram(m_operationPrograms[stepNdx]->getProgram()); in runCommand()
1546 DE_ASSERT(m_operationResultStorages[stepNdx]); in runCommand()
1547 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_operationResultStorages[stepNdx]); in runCommand()
1555 void InterCallTestCase::runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programF… in runCommand() argument
1566 gl.useProgram(m_operationPrograms[stepNdx]->getProgram()); in runCommand()
1591 void InterCallTestCase::runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFr… in runCommand() argument
1593 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1596 void InterCallTestCase::runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyN… in runCommand() argument
1598 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1601 void InterCallTestCase::runSingleRead (int targetHandle, int stepNdx, int& programFriendlyName, int… in runSingleRead() argument
1612 gl.useProgram(m_operationPrograms[stepNdx]->getProgram()); in runSingleRead()
1633 DE_ASSERT(m_operationResultStorages[stepNdx]); in runSingleRead()
1634 gl.bindBufferBase(GL_SHADER_STORAGE_BUFFER, 0, m_operationResultStorages[stepNdx]); in runSingleRead()