HomeSort by relevance Sort by last modified time
    Searched refs:numScalars (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 246 int numScalars = type.getScalarSize();
257 m_numAllocatedScalars += numScalars;
267 int numScalars = variable->getType().getScalarSize();
272 m_numAllocatedShaderInScalars -= numScalars;
276 m_numAllocatedUniformScalars -= numScalars;
281 m_numAllocatedShaderInScalars += numScalars;
285 m_numAllocatedUniformScalars += numScalars;
374 void VariableManager::reserve (ReservedScalars& store, int numScalars)
376 DE_ASSERT(store.numScalars == 0);
377 store.numScalars = numScalars
    [all...]
rsgVariableManager.hpp 109 int numScalars;
112 : numScalars(0)
204 void reserve (ReservedScalars& store, int numScalars);
rsgUtils.cpp 357 int numScalars = type.getScalarSize();
359 return rangeLenSum / (float)numScalars;
rsgExpression.cpp 715 int numScalars = type.getNumElements();
723 while (curScalarNdx < numScalars)
1003 int numScalars = valueRange.getType().getScalarSize();
1004 bool uniformOk = state.getVariableManager().getNumAllocatedUniformScalars() + numScalars <= state.getShaderParameters().maxUniformScalars;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp 420 const int numScalars = glu::getDataTypeScalarSize(m_varType);
533 const UVec3 resValue = readResultVec(resPtr, numScalars);
535 if (!compareNumComponents(refValue, resValue, numScalars))
541 << ": expected " << LogComps(refValue, numScalars)
542 << ", got " << LogComps(resValue, numScalars)
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 241 const int numScalars = getDataTypeScalarSize(m_varType);
261 const UVec3 resValue = readResultVec(resPtr, numScalars);
263 if (!compareComps(refValue, resValue, numScalars))
267 << ": expected " << LogComps(refValue, numScalars)
268 << ", got " << LogComps(resValue, numScalars)
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 632 int numScalars = glu::getDataTypeScalarSize(output.type);
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, UVec4(0), maxVal) << TestLog::EndMessage
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessVertexAccessTests.cpp 143 static VkDeviceSize getBufferSizeInBytes (deUint32 numScalars, VkFormat format);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]

Completed in 259 milliseconds