Searched refs:size_mul (Results 1 – 2 of 2) sorted by relevance
1039 int size_mul = glsl_base_type_is_64bit(basicType) ? 2 : 1; in _mesa_uniform() local1093 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() local1311 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() local1462 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()
123 const unsigned size_mul = row_major in emit_access() local128 deref_offset + i * size_mul, in emit_access()