OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numInvocations
(Results
1 - 12
of
12
) 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
487
const int
numInvocations
= 64;
493
const int outLookupStride =
numInvocations
*getDataTypeScalarSize(outputType);
508
coords.resize(
numInvocations
* getDataTypeScalarSize(coordType));
517
for (int invocationNdx = 0; invocationNdx <
numInvocations
; invocationNdx++)
563
expandedIndices.resize(
numInvocations
* lookupIndices.size());
566
for (int invNdx = 0; invNdx <
numInvocations
; invNdx++)
567
expandedIndices[lookupNdx*
numInvocations
+ invNdx] = lookupIndices[lookupNdx];
571
inputs.push_back(&expandedIndices[lookupNdx*
numInvocations
]);
581
executor->execute(
numInvocations
, &inputs[0], &outputs[0]);
596
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/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
469
const int
numInvocations
= SamplerIndexingCaseInstance::NUM_INVOCATIONS;
475
const int outLookupStride =
numInvocations
*getDataTypeScalarSize(outputType);
494
coords.resize(
numInvocations
* getDataTypeScalarSize(coordType));
523
for (int invocationNdx = 0; invocationNdx <
numInvocations
; invocationNdx++)
543
expandedIndices.resize(
numInvocations
* m_lookupIndices.size());
546
for (int invNdx = 0; invNdx <
numInvocations
; invNdx++)
547
expandedIndices[lookupNdx*
numInvocations
+ invNdx] = m_lookupIndices[lookupNdx];
551
inputs.push_back(&expandedIndices[lookupNdx*
numInvocations
]);
561
m_executor.execute(m_context,
numInvocations
, &inputs[0], &outputs[0]);
575
for (int invocationNdx = 0; invocationNdx <
numInvocations
; invocationNdx++
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp
61
tcu::UVec3 computeWorkGroupSize (const deUint32
numInvocations
)
65
deUint32 numInvocationsLeft =
numInvocations
;
111
const deUint32
numInvocations
= m_bufferSizeInBytes / SIZE_OF_UINT_IN_SHADER;
112
const tcu::UVec3 workGroupSize = computeWorkGroupSize(
numInvocations
);
/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
;
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeShaderBuiltinVarTests.cpp
391
const deUint32
numInvocations
= subCase.localSize()[0] * subCase.localSize()[1] * subCase.localSize()[2] * subCase.numWorkGroups()[0] * subCase.numWorkGroups()[1] * subCase.numWorkGroups()[2];
410
const deUint32 resultBufferSize =
numInvocations
* resultBufferStride;
521
testCtx.getLog() << TestLog::Message << (
numInvocations
- numFailed) << " / " <<
numInvocations
<< " values passed" << TestLog::EndMessage;
Completed in 1951 milliseconds