OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readNdx
(Results
1 - 6
of
6
) sorted by null
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
807
for (int
readNdx
= 0;
readNdx
< numReads;
readNdx
++)
809
const string varName = indicesPrefix + de::toString(
readNdx
);
816
for (int
readNdx
= 0;
readNdx
< numReads;
readNdx
++)
818
const string varName = resultPrefix + de::toString(
readNdx
);
822
for (int
readNdx
= 0;
readNdx
< numReads; readNdx++
[
all
...]
es31fSynchronizationTests.cpp
[
all
...]
es31fTessellationGeometryInteractionTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
876
for (int
readNdx
= 0;
readNdx
< numReads;
readNdx
++)
878
int* dst = &expandedIndices[numInvocations*
readNdx
];
879
std::fill(dst, dst+numInvocations, m_readIndices[
readNdx
]);
882
for (int
readNdx
= 0;
readNdx
< numReads;
readNdx
++)
883
inputs.push_back(&expandedIndices[
readNdx
*numInvocations]);
888
for (int
readNdx
= 0; readNdx < numReads; readNdx++
[
all
...]
/external/deqp/framework/common/
tcuThreadUtil.cpp
100
for (int
readNdx
= 0;
readNdx
< (int)m_reads.size();
readNdx
++)
102
deps.push_back(m_reads[
readNdx
]);
/external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp
383
for (int
readNdx
= 0;
readNdx
< (int)m_readSyncs.size();
readNdx
++)
385
if (m_readSyncs[
readNdx
])
386
m_readSyncs[
readNdx
]->addWaiter();
388
deps.push_back(m_readSyncs[
readNdx
]);
[
all
...]
Completed in 67 milliseconds