Searched defs:isRowMajorMatrix (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/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 | 491 bool isRowMajorMatrix = false; in traverseSSBOAccess() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | utilities.cpp | 654 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) in MatrixRegisterCount() 660 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix) in MatrixComponentCount()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.h | 49 bool isRowMajorMatrix = false; member
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 55 bool isRowMajorMatrix; member
|
D | OutputASM.cpp | 344 …er::getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int *arra… in getBlockLayoutInfo() 378 …Encoder::advanceOffset(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int array… in advanceOffset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramVk.cpp | 33 bool isRowMajorMatrix, in advanceOffset()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 870 GLint isRowMajorMatrix = 0; in getUniformBlockMemberInfo() local
|