Searched defs:isRowMajorMatrix (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayoutHLSL.cpp | 31 bool isRowMajorMatrix, in getBlockLayoutInfo() 80 bool isRowMajorMatrix, in advanceOffset()
|
D | blocklayout.cpp | 108 bool isRowMajorMatrix, in TraverseArrayOfArraysVariable() 185 bool isRowMajorMatrix) in encodeType() 270 bool isRowMajorMatrix, in getBlockLayoutInfo() 293 bool isRowMajorMatrix, in getBlockLayoutInfo() 335 bool isRowMajorMatrix, in advanceOffset()
|
D | blocklayout.h | 59 bool isRowMajorMatrix = false; member 136 bool isRowMajorMatrix, in advanceOffset()
|
D | StructureHLSL.cpp | 252 const bool isRowMajorMatrix = !useHLSLRowMajorPacking; in postPaddingString() local
|
D | ShaderStorageBlockOutputHLSL.cpp | 494 bool isRowMajorMatrix = false; in traverseSSBOAccess() local
|
/external/angle/src/common/ |
D | utilities.cpp | 654 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) in MatrixRegisterCount() 660 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix) in MatrixComponentCount()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 33 bool isRowMajorMatrix, in advanceOffset()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 870 GLint isRowMajorMatrix = 0; in getUniformBlockMemberInfo() local
|