Searched defs:dmul (Results 1 – 11 of 11) sorted by relevance
121 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; in copy_constant_to_storage() local224 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; in set_uniform_initializer() local
521 unsigned dmul = rvalue->type->is_64bit() ? 2 : 1; in lower_rvalue() local669 unsigned dmul = rvalue->type->without_array()->is_64bit() ? 2 : 1; in lower_arraylike() local
227 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; in set_uniform_initializer() local
490 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; in check_location_aliasing() local1103 const unsigned dmul = in assign_location() local1212 unsigned dmul = this->is_64bit() ? 2 : 1; in get_num_outputs() local
666 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; in add_parameter() local
56 static double dmul(double x, double y) in dmul() function
2400 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1; in visit_field() local2502 int dmul; in _mesa_associate_uniform_storage() local2598 const int dmul = storage->type->is_64bit() ? 2 : 1; in _mesa_associate_uniform_storage() local
351 int dmul = (uni->type->is_64bit()) ? 2 : 1; in _mesa_get_uniform() local838 const int dmul = uni->type->is_64bit() ? 2 : 1; in _mesa_propagate_uniforms_to_driver_storage() local
319 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; in get_unmoveable_components_masks() local
936 unsigned int sused, dused, smul, dmul; in route_load_ttable() local
326 int dmul = bit_size == 64 ? 2 : 1; in emit_load_var() local