OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numReads
(Results
1 - 3
of
3
) sorted by null
/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
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 74 milliseconds