Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1715 int refEntryNdx = refLayout.getUniformIndex(cmpEntry.name.c_str()); in compareTypes() local
1717 if (refEntryNdx < 0) in compareTypes()
1725 const UniformLayoutEntry& refEntry = refLayout.uniforms[refEntryNdx]; in compareTypes()
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.cpp1761 int refEntryNdx = refLayout.getUniformIndex(cmpEntry.name.c_str()); in compareTypes() local
1763 if (refEntryNdx < 0) in compareTypes()
1770 const UniformLayoutEntry& refEntry = refLayout.uniforms[refEntryNdx]; in compareTypes()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp2463 int refEntryNdx = refLayout.getVariableIndex(cmpEntry.name.c_str()); in compareTypes() local
2465 if (refEntryNdx < 0) in compareTypes()
2472 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[refEntryNdx]; in compareTypes()

Completed in 11 milliseconds