OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numreads
(Results
1 - 4
of
4
) sorted by null
/external/skia/experimental/Networking/
SampleNetPipeReader.cpp
87
int
numreads
= 0;
local
89
numreads
< MAX_READS_PER_FRAME) {
95
++
numreads
;
98
if (
numreads
== MAX_READS_PER_FRAME &&
/external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp
715
void getShaderSpec (ShaderSpec* spec, int numInstances, int
numReads
, const int* readIndices, const RenderContext& renderContext) const;
780
void BlockArrayIndexingCase::getShaderSpec (ShaderSpec* spec, int numInstances, int
numReads
, const int* readIndices, const RenderContext& renderContext) const
807
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
814
declareUniformIndexVars(global, indicesPrefix,
numReads
);
816
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
822
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
845
const int
numReads
= 4;
846
vector<int> readIndices (
numReads
);
848
vector<deUint32> outValues (numInvocations*
numReads
);
852
for (int readNdx = 0; readNdx <
numReads
; readNdx++
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
856
const int
numReads
= NUM_READS;
857
std::vector<deUint32> outValues (numInvocations*
numReads
);
876
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
882
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
886
uploadUniformIndices(m_uniformSetup,
numReads
, &m_readIndices[0], bindingLocation);
888
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
897
for (int readNdx = 0; readNdx <
numReads
; readNdx++)
979
const int
numReads
= BlockArrayIndexingCaseInstance::NUM_READS;
[
all
...]
/external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
[
all
...]
Completed in 93 milliseconds