Lines Matching refs:string
59 using std::string;
168 int BufferLayout::getVariableIndex (const string& name) const
178 int BufferLayout::getBlockIndex (const string& name) const
212 std::string name;
471 const std::string& curPrefix,
606 int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string& blockPrefix, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags)
615 const string prefix = blockPrefix + bufVar.getName() + "[0]";
722 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
1053 const string shaderName)
1132 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& accessPath)
1164 string getShaderName (const BufferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath)
1241 const string apiName = getAPIName(block, bufVar, accessPath.getPath());
1247 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath());
1292 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1341 const string apiName = getAPIName(block, bufVar, accessPath.getPath());
1347 const string shaderName = getShaderName(block, instanceNdx, bufVar, accessPath.getPath());
1403 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1420 string generateComputeShader (const ShaderInterface& interface, const BufferLayout& layout, const vector<BlockDataPtr>& comparePtrs, const vector<BlockDataPtr>& writePtrs, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer)
1622 const string apiName = getAPIName(block, bufVar, accessPath.getPath());
1645 const string instanceName = block.getBlockName() + (isArray ? "[" + de::toString(instanceNdx) + "]" : string(""));
1847 string getBlockAPIName (const BufferBlock& block, int instanceNdx)
1850 return block.getBlockName() + (block.isArray() ? ("[" + de::toString(instanceNdx) + "]") : string());
1896 const string apiName = getBlockAPIName(block, instanceNdx);