Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local
178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils.h66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVaryingPacking.cpp346 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insert() local
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java1775 public String getString(int columnIndex) { in getString()