Home
last modified time | relevance | path

Searched defs:rowIndex (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp84 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOLoadFunctionBody() local
169 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOStoreFunctionBody() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp34 TIntermBinary *ConstructMatrixIndexBinaryNode(TIntermSymbol *symbolNode, int colIndex, int rowIndex) in ConstructMatrixIndexBinaryNode()
163 int colIndex = 0, rowIndex = 0; in scalarizeArgs() local
/device/generic/vulkan-cereal/stream-servers/tests/
DGLTestUtils.cpp21 testing::AssertionResult RowMatches(int rowIndex, size_t rowBytes, in RowMatches()
/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/renderer/d3d/
DProgramD3D.cpp56 for (size_t rowIndex = 0; in GetDefaultInputLayoutFromShader() local