OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readIndices
(Results
1 - 2
of
2
) 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
827
code <<
readIndices
[readNdx];
829
code << "indexBase + " << (
readIndices
[readNdx]-1);
846
vector<int>
readIndices
(numReads);
853
readIndices
[readNdx] = rnd.getInt(0, numInstances-1);
858
getShaderSpec(&shaderSpec, numInstances, numReads, &
readIndices
[0], m_context.getRenderContext());
887
expandedIndices.resize(numInvocations *
readIndices
.size());
892
std::fill(dst, dst+numInvocations,
readIndices
[readNdx]);
899
uploadUniformIndices(gl, shaderExecutor->getProgram(), "index", numReads, &
readIndices
[0])
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp
820
const std::vector<int>&
readIndices
,
840
const std::vector<int>&
readIndices
,
844
, m_readIndices (
readIndices
)
[
all
...]
Completed in 43 milliseconds