Home
last modified time | relevance | path

Searched refs:getScalarSize (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableType.cpp81 int VariableType::getScalarSize (void) const in getScalarSize() function in rsg::VariableType
97 sum += i->getType().getScalarSize(); in getScalarSize()
104 return m_elementType->getScalarSize() * m_numElements; in getScalarSize()
119 curOffset += i->getType().getScalarSize(); in getMemberScalarOffset()
127 return elementNdx * getElementType().getScalarSize(); in getElementScalarOffset()
DrsgVariableValue.cpp160 , m_min (type.getScalarSize()) in ValueRange()
161 , m_max (type.getScalarSize()) in ValueRange()
167 , m_min (type.getScalarSize()) in ValueRange()
168 , m_max (type.getScalarSize()) in ValueRange()
176 , m_min (type.getScalarSize()) in ValueRange()
177 , m_max (type.getScalarSize()) in ValueRange()
185 , m_min (other.getType().getScalarSize()) in ValueRange()
186 , m_max (other.getType().getScalarSize()) in ValueRange()
DrsgShader.cpp60 , m_min (variable->getType().getScalarSize()) in ShaderInput()
61 , m_max (variable->getType().getScalarSize()) in ShaderInput()
DrsgProgramExecutor.cpp58 : m_value(type.getScalarSize()*numVertices) in VaryingStorage()
64 return ValueAccess(type, &m_value[type.getScalarSize()*vtxNdx]); in getValue()
69 return ConstValueAccess(type, &m_value[type.getScalarSize()*vtxNdx]); in getValue()
DrsgVariableType.hpp146 int getScalarSize (void) const;
DrsgVariableManager.cpp246 int numScalars = type.getScalarSize(); in allocate()
267 int numScalars = variable->getType().getScalarSize(); in setStorage()
DrsgVariableValue.hpp166 int scalarSize = this->getType().getScalarSize(); in operator =()
342 m_value.resize(type.getScalarSize() * Stride); in setStorage()
DrsgUtils.cpp357 int numScalars = type.getScalarSize(); in computeDynamicRangeWeight()
DrsgExpression.cpp266 …if (state.getVariableManager().getNumAllocatedScalars() + type.getScalarSize() > state.getShaderPa… in canAllocateVariable()
977 int numScalars = valueRange.getType().getScalarSize(); in allocateNewVariable()
/external/deqp/framework/opengl/
DgluVarType.cpp90 int VarType::getScalarSize (void) const in getScalarSize() function in glu::VarType
95 case TYPE_ARRAY: return m_data.array.elementType->getScalarSize()*m_data.array.size; in getScalarSize()
101 size += iter->getType().getScalarSize(); in getScalarSize()
DgluVarType.hpp70 int getScalarSize (void) const;
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp224 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes()
232 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize()
244 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
Des31fShaderCommonFunctionTests.cpp253 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes()
261 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize()
273 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp278 numComponents = glu::getVarType(varying.type, varPath).getScalarSize(); in isProgramSupported()
519 accumulatedSize += output.type.getScalarSize()*sizeof(deUint32); in computeTransformFeedbackOutputs()
949 m_bufferStrides.push_back(outIter->type.getScalarSize()*sizeof(deUint32)); in init()
955 totalSize += outIter->type.getScalarSize()*sizeof(deUint32); in init()
Des3fShaderCommonFunctionTests.cpp226 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes()
234 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize()
246 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp462 size += cur->varType.getScalarSize(); in computeTotalScalarSize()
531 const int scalarSize = symbol.varType.getScalarSize(); in execute()
787 const int outSize = output.varType.getScalarSize(); in execute()