Home
last modified time | relevance | path

Searched refs:VariableColumnCount (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.cpp100 return VariableRowCount(type) * VariableColumnCount(type); in VariableComponentCount()
374 int VariableColumnCount(GLenum type) in VariableColumnCount() function
615 return isRowMajorMatrix ? VariableRowCount(type) : VariableColumnCount(type); in MatrixRegisterCount()
621 return isRowMajorMatrix ? VariableColumnCount(type) : VariableRowCount(type); in MatrixComponentCount()
626 return IsMatrixType(type) ? VariableColumnCount(type) : 1; in VariableRegisterCount()
Dutilities.h39 int VariableColumnCount(GLenum type);
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp150 int squareSize = std::max(gl::VariableRowCount(type), gl::VariableColumnCount(type)); in TEST()
170 int cols = gl::VariableColumnCount(type); in TEST()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DVaryingPacking.cpp153 unsigned int varyingColumns = gl::VariableColumnCount(transposedType); in packVarying()
319 varyingColumns = gl::VariableColumnCount(transposedType); in insert()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp444 int columnCount = gl::VariableColumnCount(transposedType); in generateVaryingLinkHLSL()
841 switch (VariableColumnCount(transposedType)) in generateShaderLinkHLSL()
DProgramD3D.cpp60 GLuint components = static_cast<GLuint>(gl::VariableColumnCount(transposedType)); in GetDefaultInputLayoutFromShader()
3170 int componentCount = gl::VariableColumnCount(transposedType); in gatherTransformFeedbackVaryings()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.cpp157 size_t numComponents = static_cast<size_t>(gl::VariableColumnCount(flippedType)); in GetStd430BaseAlignment()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.cpp793 int columns = gl::VariableColumnCount(type); in GetMatrixUniform()