Home
last modified time | relevance | path

Searched refs:_mesa_uniform_matrix (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Duniforms.c626 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2fv()
635 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix3fv()
644 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix4fv()
757 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 2, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix2fv()
768 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 3, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix3fv()
779 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 4, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix4fv()
791 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2x3fv()
800 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix3x2fv()
809 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2x4fv()
818 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix4x2fv()
[all …]
Duniforms.h463 _mesa_uniform_matrix(GLint location, GLsizei count,
Duniform_query.cpp1303 _mesa_uniform_matrix(GLint location, GLsizei count, in _mesa_uniform_matrix() function
/external/mesa3d/docs/relnotes/
D10.6.8.rst65 - mesa: Pass the type to \_mesa_uniform_matrix as a glsl_base_type