Home
last modified time | relevance | path

Searched refs:size_mul (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Duniform_query.cpp1042 const GLvoid *values, const int size_mul, in copy_uniforms_to_storage() argument
1050 sizeof(storage[0]) * components * count * size_mul); in copy_uniforms_to_storage()
1086 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local
1144 uni->driver_storage[s].data + (size_mul * offset * components); in _mesa_uniform()
1146 copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul, in _mesa_uniform()
1150 storage = &uni->storage[size_mul * components * offset]; in _mesa_uniform()
1151 copy_uniforms_to_storage(storage, uni, ctx, count, values, size_mul, in _mesa_uniform()
1252 const unsigned size_mul, const unsigned offset, in copy_uniform_matrix_to_storage() argument
1262 sizeof(storage[0]) * elements * count * size_mul); in copy_uniform_matrix_to_storage()
1322 const unsigned size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp123 const unsigned size_mul = row_major in emit_access() local
128 deref_offset + i * size_mul, in emit_access()