Searched defs: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() local1233 const unsigned size_mul = basicType == GLSL_TYPE_DOUBLE ? 2 : 1; in _mesa_uniform_matrix() local1436 const int size_mul = 2; in _mesa_uniform_handle() local
123 const unsigned size_mul = row_major in emit_access() local