Home
last modified time | relevance | path

Searched refs:cmpEntryNdx (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1577 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks() local
1579 if (cmpEntryNdx < 0) in compareStd140Blocks()
1586 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareStd140Blocks()
1657 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareSharedBlocks() local
1659 if (cmpEntryNdx < 0) in compareSharedBlocks()
1666 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareSharedBlocks()
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp1627 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareStd140Blocks() local
1629 if (cmpEntryNdx < 0) in compareStd140Blocks()
1636 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareStd140Blocks()
1704 int cmpEntryNdx = cmpLayout.getUniformIndex(refEntry.name.c_str()); in compareSharedBlocks() local
1706 if (cmpEntryNdx < 0) in compareSharedBlocks()
1713 const UniformLayoutEntry& cmpEntry = cmpLayout.uniforms[cmpEntryNdx]; in compareSharedBlocks()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp2331 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareStdBlocks() local
2333 if (cmpEntryNdx < 0) in compareStdBlocks()
2340 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareStdBlocks()
2405 int cmpEntryNdx = cmpLayout.getVariableIndex(refEntry.name.c_str()); in compareSharedBlocks() local
2407 if (cmpEntryNdx < 0) in compareSharedBlocks()
2414 const BufferVarLayoutEntry& cmpEntry = cmpLayout.bufferVars[cmpEntryNdx]; in compareSharedBlocks()

Completed in 13 milliseconds