Home
last modified time | relevance | path

Searched refs:MatrixComponentCount (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DblocklayoutHLSL.cpp99 const int numComponents = gl::MatrixComponentCount(type, isRowMajorMatrix); in advanceOffset()
DStructureHLSL.cpp195 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix); in postPaddingString()
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.h50 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix);
Dutilities.cpp618 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix) in MatrixComponentCount() function