Searched refs:uniformType (Results 1 – 4 of 4) sorted by relevance
124 ReturnTestUniformSetup (const BaseUniformType uniformType) in ReturnTestUniformSetup() argument125 : m_uniformType(uniformType) in ReturnTestUniformSetup()
162 const rsg::VariableType& uniformType = uniformVar->getType(); in refreshUniforms() local165 …m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSl… in refreshUniforms()
347 GrSLType uniformType = access.texture()->texturePriv().imageStorageType(); in emitImageStorage() local349 uniformType, access.format(), access.memoryModel(), access.restrict(), access.ioType(), in emitImageStorage()
1359 std::string uniformType; in genMultilineDescription() local1369 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()1386 …buf << "Querying properties of " << glu::getDataTypeName(varDef->m_dataType) << uniformType << " v… in genMultilineDescription()