Lines Matching defs:variable
226 const glu::VarType* variable = (path.back().isVariableType()) ? (path.back().getVariableType()) : (DE_NULL);
228 if (!variable || !variable->isBasicType())
236 // finding matching variable in any shader is sufficient
349 const glu::VarType* variable = path.back().getVariableType();
353 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage;
355 if (variable->getBasicType() != glu::getDataTypeFromGLType(propValue))
1515 // Unlike other interfaces, xfb program interface uses just variable name to refer to arrays of basic types. (Others use "variable[0]")
1517 const glu::VarType& variable = *path.back().getVariableType();
1518 const glu::VarType& elementType = (variable.isArrayType()) ? (variable.getElementType()) : (variable);
1911 const tcu::ScopedLogSection section (m_testCtx.getLog(), "BufferVariableResource", "Buffer variable \"" + targetResources[targetResourceNdx] + "\"");