Searched defs:isRowMajorMatrix (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | blocklayout.cpp | 116 bool isRowMajorMatrix, in TraverseArrayOfArraysVariable() 194 bool isRowMajorMatrix) in encodeType() 285 bool isRowMajorMatrix, in getBlockLayoutInfo() 308 bool isRowMajorMatrix, in getBlockLayoutInfo() 350 bool isRowMajorMatrix, in advanceOffset()
|
H A D | blocklayout.h | 85 uint8_t isRowMajorMatrix = false; member 179 bool isRowMajorMatrix, in advanceOffset()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | blocklayoutMetal.cpp | 255 bool isRowMajorMatrix, in getBlockLayoutInfo() 287 bool isRowMajorMatrix) in encodeType() 357 bool isRowMajorMatrix, in advanceOffset()
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | blocklayoutHLSL.cpp | 31 bool isRowMajorMatrix, in getBlockLayoutInfo() 80 bool isRowMajorMatrix, in advanceOffset()
|
H A D | StructureHLSL.cpp | 252 const bool isRowMajorMatrix = !useHLSLRowMajorPacking; in postPaddingString() local
|
H A D | ShaderStorageBlockOutputHLSL.cpp | 494 bool isRowMajorMatrix = false; in traverseSSBOAccess() local
|
/aosp_15_r20/external/angle/src/common/ |
H A D | utilities.cpp | 659 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) in MatrixRegisterCount() 665 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix) in MatrixComponentCount()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | ProgramVk.cpp | 31 bool isRowMajorMatrix, in advanceOffset()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | ProgramWgpu.cpp | 38 bool isRowMajorMatrix, in advanceOffset()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 567 GLint isRowMajorMatrix = 0; in getUniformBlockMemberInfo() local
|