Home
last modified time | relevance | path

Searched refs:IsMatrixType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
Dblocklayout.cpp64 if (gl::IsMatrixType(type)) in getBlockLayoutInfo()
98 else if (gl::IsMatrixType(type)) in advanceOffset()
136 gl::IsMatrixType(type) || in getBlockLayoutInfo()
142 if (gl::IsMatrixType(type)) in getBlockLayoutInfo()
176 if (gl::IsMatrixType(type)) in advanceOffset()
Dutilities.cpp275 bool IsMatrixType(GLenum type) in IsMatrixType() function
282 if (!IsMatrixType(type)) in TransposeMatrixType()
304 ASSERT(IsMatrixType(type)); in MatrixRegisterCount()
310 ASSERT(IsMatrixType(type)); in MatrixComponentCount()
316 return IsMatrixType(type) ? VariableColumnCount(type) : 1; in VariableRegisterCount()
Dutilities.h28 bool IsMatrixType(GLenum type);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DDynamicHLSL.cpp65 if (gl::IsMatrixType(type)) in HLSLTypeString()
382 if (IsMatrixType(shaderAttribute.type)) in generateVertexShaderForInputLayout()
402 if (IsMatrixType(shaderAttribute.type) || in generateVertexShaderForInputLayout()
1104 if (IsMatrixType(shaderAttrib.type)) in generateAttributeConversionHLSL()
/external/chromium_org/third_party/angle/tests/compiler_tests/
DVariablePacker_test.cpp130 } else if (gl::IsMatrixType(type)) { in TEST()
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.cpp825 if (IsMatrixType(targetUniform->type)) in getUniformv()
2276 bool isRowMajorMatrix = (IsMatrixType(field.type) && inRowMajorLayout); in defineUniformBlockMembers()