Lines Matching defs:index

1054 			name << "." << structPtr->getMember(pathComp->index).getName();
1061 name << "[" << pathComp->index << "]";
1095 name << "." << structPtr->getMember(pathComp->index).getName();
1098 name << "[" << pathComp->index << "]";
1108 const int topLevelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent::ARRAY_ELEMENT) ? accessPath.front().index : 0;
1109 const int bottomLevelNdx = (!accessPath.empty() && accessPath.back().type == glu::VarTypeComponent::ARRAY_ELEMENT) ? accessPath.back().index : 0;
1407 throw tcu::TestError("glGetProgramResourceName(GL_SHADER_STORAGE_BLOCK) returned invalid name. Expected null terminator at index " + de::toString(nameLen-1));
1470 throw tcu::TestError("glGetProgramResourceName(GL_BUFFER_VARIABLE) returned invalid name. Expected null terminator at index " + de::toString(nameLen-1));
1928 int index;
1932 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {}
1933 BlockLocation (void) : index(0), offset(0), size(0) {}
1981 blockPtrs[blockNdx] = getBlockDataPtr(layout, blockLayout, (deUint8*)bufPtrs[location.index] + location.offset, location.size);
2109 vector<BlockLocation> blockLocations; // Block locations in storage (index, offset)
2162 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Inconsintent block index query results");
2255 gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, bindingPoint, buffers[blockLoc.index].buffer, blockLoc.offset, blockLoc.size);
2515 log << TestLog::Message << "Error: Invalid block index in buffer variable '" << bufVar.name << "'" << TestLog::EndMessage;
2529 log << TestLog::Message << "Error: Invalid active variable index " << *varNdxIter << " in block '" << block.name << "'" << TestLog::EndMessage;
2625 if (acBufferInfo.index == GL_INVALID_INDEX)
2626 throw tcu::TestError("ac_numPassed buffer index is GL_INVALID_INDEX");
2637 gl.bindBufferBase(GL_ATOMIC_COUNTER_BUFFER, acBufferInfo.index, *acBuffer);