Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp117 int size_mul = deref->type->is_64bit() ? 8 : 4; in emit_access() local
119 deref_offset + i * size_mul, in emit_access()
123 int size_mul; in emit_access() local
129 size_mul = 8; in emit_access()
140 size_mul = (deref->type->is_64bit() && in emit_access()
145 deref_offset + i * size_mul, in emit_access()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp705 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local
835 memcpy(&uni->storage[size_mul * components * offset], values, in _mesa_uniform()
836 sizeof(uni->storage[0]) * components * count * size_mul); in _mesa_uniform()
922 int size_mul; in _mesa_uniform_matrix() local
936 size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix()
1014 memcpy(&uni->storage[size_mul * elements * offset], values, in _mesa_uniform_matrix()
1015 sizeof(uni->storage[0]) * elements * count * size_mul); in _mesa_uniform_matrix()