Searched refs:getScalarSize (Results 1 – 16 of 16) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.cpp | 81 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()
|
D | rsgVariableValue.cpp | 160 , 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()
|
D | rsgShader.cpp | 60 , m_min (variable->getType().getScalarSize()) in ShaderInput() 61 , m_max (variable->getType().getScalarSize()) in ShaderInput()
|
D | rsgProgramExecutor.cpp | 58 : 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()
|
D | rsgVariableType.hpp | 146 int getScalarSize (void) const;
|
D | rsgVariableManager.cpp | 246 int numScalars = type.getScalarSize(); in allocate() 267 int numScalars = variable->getType().getScalarSize(); in setStorage()
|
D | rsgVariableValue.hpp | 166 int scalarSize = this->getType().getScalarSize(); in operator =() 342 m_value.resize(type.getScalarSize() * Stride); in setStorage()
|
D | rsgUtils.cpp | 357 int numScalars = type.getScalarSize(); in computeDynamicRangeWeight()
|
D | rsgExpression.cpp | 266 …if (state.getVariableManager().getNumAllocatedScalars() + type.getScalarSize() > state.getShaderPa… in canAllocateVariable() 977 int numScalars = valueRange.getType().getScalarSize(); in allocateNewVariable()
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 90 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()
|
D | gluVarType.hpp | 70 int getScalarSize (void) const;
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 224 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes() 232 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize() 244 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
D | es31fShaderCommonFunctionTests.cpp | 253 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/ |
D | es3fTransformFeedbackTests.cpp | 278 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()
|
D | es3fShaderCommonFunctionTests.cpp | 226 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/ |
D | glsShaderExecUtil.cpp | 462 size += cur->varType.getScalarSize(); in computeTotalScalarSize() 531 const int scalarSize = symbol.varType.getScalarSize(); in execute() 787 const int outSize = output.varType.getScalarSize(); in execute()
|