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.cpp1039 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local
1093 memcpy(&uni->storage[size_mul * components * offset], values, in _mesa_uniform()
1094 sizeof(uni->storage[0]) * components * count * size_mul); in _mesa_uniform()
1233 const unsigned size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix() local
1311 memcpy(&uni->storage[size_mul * elements * offset], values, in _mesa_uniform_matrix()
1312 sizeof(uni->storage[0]) * elements * count * size_mul); in _mesa_uniform_matrix()
1436 const int size_mul = 2; in _mesa_uniform_handle() local
1462 memcpy(&uni->storage[size_mul * components * offset], values, in _mesa_uniform_handle()
1463 sizeof(uni->storage[0]) * components * count * size_mul); in _mesa_uniform_handle()
/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()