Searched refs:numScalars (Results 1 - 9 of 9) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp246 int numScalars = type.getScalarSize(); local
257 m_numAllocatedScalars += numScalars;
267 int numScalars = variable->getType().getScalarSize(); local
272 m_numAllocatedShaderInScalars -= numScalars;
276 m_numAllocatedUniformScalars -= numScalars;
281 m_numAllocatedShaderInScalars += numScalars;
285 m_numAllocatedUniformScalars += numScalars;
374 void VariableManager::reserve (ReservedScalars& store, int numScalars) argument
376 DE_ASSERT(store.numScalars == 0);
377 store.numScalars
[all...]
H A DrsgVariableManager.hpp109 int numScalars; member in class:rsg::ReservedScalars
112 : numScalars(0)
204 void reserve (ReservedScalars& store, int numScalars);
H A DrsgUtils.cpp357 int numScalars = type.getScalarSize(); local
359 return rangeLenSum / (float)numScalars;
H A DrsgExpression.cpp690 int numScalars = type.getNumElements(); local
698 while (curScalarNdx < numScalars)
978 int numScalars = valueRange.getType().getScalarSize(); local
979 bool uniformOk = state.getVariableManager().getNumAllocatedUniformScalars() + numScalars <= state.getShaderParameters().maxUniformScalars;
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp390 const int numScalars = glu::getDataTypeScalarSize(m_varType); local
503 const UVec3 resValue = readResultVec(resPtr, numScalars);
505 if (!compareNumComponents(refValue, resValue, numScalars))
511 << ": expected " << LogComps(refValue, numScalars)
512 << ", got " << LogComps(resValue, numScalars)
/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp241 const int numScalars = getDataTypeScalarSize(m_varType); local
261 const UVec3 resValue = readResultVec(resPtr, numScalars);
263 if (!compareComps(refValue, resValue, numScalars))
267 << ": expected " << LogComps(refValue, numScalars)
268 << ", got " << LogComps(resValue, numScalars)
H A Des31fShaderCommonFunctionTests.cpp2027 const int numScalars = (numValues-numSpecialCases)*scalarSize;
2031 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[inputNdx] + offs, numScalars);
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp632 int numScalars = glu::getDataTypeScalarSize(output.type); local
636 inputs[curInVec].resize(numVertices*numScalars);
640 attachments[output.location+vecNdx].numWrittenChannels = numScalars;
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
672 float* v = dst + (y*gridWidth + x)*numScalars;
674 for (int ndx = 0; ndx < numScalars; ndx++)
697 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
710 deInt32* v = dst + (y*gridWidth + x)*numScalars;
714 for (int ndx = 0; ndx < numScalars; ndx++)
733 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp2316 const int numScalars = (numValues-numSpecialCases)*scalarSize; local
2320 fillRandomScalars(rnd, ranges[precision].x(), ranges[precision].y(), (float*)values[inputNdx] + offs, numScalars);

Completed in 120 milliseconds