/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() 1003 int numScalars = valueRange.getType().getScalarSize(); in allocateNewVariable()
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 92 int VarType::getScalarSize (void) const in getScalarSize() function in glu::VarType 97 case VARTYPE_ARRAY: return m_data.array.elementType->getScalarSize()*m_data.array.size; in getScalarSize() 103 size += iter->getType().getScalarSize(); in getScalarSize()
|
D | gluVarType.hpp | 70 int getScalarSize (void) const;
|
D | gluShaderLibrary.cpp | 69 …rayLen = values.empty() ? 0 : (values[0].elements.size() / (size_t)values[0].type.getScalarSize()); in isValid() 81 if (value.elements.size() != refArrayLen*(size_t)value.type.getScalarSize()) in isValid() 141 …pec.values.inputs[0].type.getScalarSize() != spec.values.outputs[0].elements.size() / spec.values.… in isValid()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1329 const int outSize = output.varType.getScalarSize(); in execute() 2164 const int scalarSize = symbol.varType.getScalarSize(); in generateSpirv() 2235 const int scalarSize = symbol.varType.getScalarSize(); in generateSpirv() 2461 if (spec.inputs[inputNdx].varType.getScalarSize() > 1) in generateSpirv() 2464 for (int i = 0; i < spec.inputs[inputNdx].varType.getScalarSize(); ++i) in generateSpirv() 2473 for (int i = 0; i < spec.inputs[inputNdx].varType.getScalarSize(); ++i) in generateSpirv() 2513 spec.outputs[0].varType.getScalarSize()); in generateSpirv() 2549 if (spec.outputs[outputNdx].varType.getScalarSize() > 1) in generateSpirv() 2551 for (int i = 0; i < spec.outputs[outputNdx].varType.getScalarSize(); ++i) in generateSpirv() 2559 for (int i = 0; i < spec.outputs[outputNdx].varType.getScalarSize(); ++i) in generateSpirv()
|
D | vktShaderCommonFunctionTests.cpp | 200 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes() 217 totalSize += getComponentByteSize(sym.varType.getBasicType()) * sym.varType.getScalarSize(); in computeTotalByteSize() 229 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
D | vktShaderIntegerFunctionTests.cpp | 164 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes() 172 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize() 184 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/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 | 288 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes() 296 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize() 308 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()*(int)sizeof(deUint32); in computeTransformFeedbackOutputs() 962 m_bufferStrides.push_back(outIter->type.getScalarSize()*(int)sizeof(deUint32)); in init() 968 totalSize += outIter->type.getScalarSize()*(int)sizeof(deUint32); in init()
|
D | es3fShaderCommonFunctionTests.cpp | 213 sizes[ndx] = symbols[ndx].varType.getScalarSize(); in getScalarSizes() 221 totalSize += sym->varType.getScalarSize(); in computeTotalScalarSize() 233 const int scalarSize = var.varType.getScalarSize(); in getInputOutputPointers()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 1174 …ty() ? 1 : (int)valueBlock.outputs[0].elements.size() / valueBlock.outputs[0].type.getScalarSize(); in execute()
|
D | glsShaderExecUtil.cpp | 664 const int outSize = output.varType.getScalarSize(); in execute()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1567 return int(values.outputs[0].elements.size() / values.outputs[0].type.getScalarSize()); in getNumSubCases()
|