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

  /external/deqp/framework/referencerenderer/
rrShaders.cpp 30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations)
34 , m_numInvocations (numInvocations)
rrShaders.hpp 179 size_t numInvocations);
rrRenderer.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 83 int numInvocations;
231 m_testCtx.getLog() << TestLog::Message << "Number of vertices and fragments: " << m_params->numInvocations << TestLog::EndMessage;
269 ^ deInt32Hash(params.numInvocations);
277 vector<Vec2> positions (m_params->numInvocations);
278 vector<int> iterCounts (m_params->iterCountType == ITERCOUNTTYPE_DYNAMIC ? m_params->numInvocations : 1);
297 glu::pr::Points(m_params->numInvocations));
316 const int numInvocations = 4096;
326 { "short_for_vertex", "", glu::SHADERTYPE_VERTEX, LOOPTYPE_FOR, ITERCOUNTTYPE_DYNAMIC, numInvocations, shortLoopMin, shortLoopMax },
327 { "short_for_fragment", "", glu::SHADERTYPE_FRAGMENT, LOOPTYPE_FOR, ITERCOUNTTYPE_DYNAMIC, numInvocations, shortLoopMin, shortLoopMax },
328 { "short_while_vertex", "", glu::SHADERTYPE_VERTEX, LOOPTYPE_WHILE, ITERCOUNTTYPE_DYNAMIC, numInvocations, shortLoopMin, shortLoopMax }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 433 const int numInvocations = 64;
439 const int outLookupStride = numInvocations*getDataTypeScalarSize(outputType);
453 coords.resize(numInvocations * getDataTypeScalarSize(coordType));
462 for (int invocationNdx = 0; invocationNdx < numInvocations; invocationNdx++)
508 expandedIndices.resize(numInvocations * lookupIndices.size());
511 for (int invNdx = 0; invNdx < numInvocations; invNdx++)
512 expandedIndices[lookupNdx*numInvocations + invNdx] = lookupIndices[lookupNdx];
516 inputs.push_back(&expandedIndices[lookupNdx*numInvocations]);
526 executor->execute(numInvocations, &inputs[0], &outputs[0]);
541 for (int invocationNdx = 0; invocationNdx < numInvocations; invocationNdx++
    [all...]
es31fComputeShaderBuiltinVarTests.cpp 214 const deUint32 numInvocations = subCase.localSize[0]*subCase.localSize[1]*subCase.localSize[2]*subCase.numWorkGroups[0]*subCase.numWorkGroups[1]*subCase.numWorkGroups[2];
218 const deUint32 bufferSize = numInvocations*outVarInfo.arrayStride;
277 m_testCtx.getLog() << TestLog::Message << (numInvocations-numFailed) << " / " << numInvocations << " values passed" << TestLog::EndMessage;
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.cpp 124 m_geometryDecl.numInvocations != 0)
140 decl.m_geometryDecl.numInvocations)
sglrShaderProgram.hpp 134 , numInvocations (numInvocations_)
141 size_t numInvocations;

Completed in 113 milliseconds