Searched defs:dmul (Results 1 – 10 of 10) sorted by relevance
121 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; in copy_constant_to_storage() local225 unsigned dmul = glsl_base_type_is_64bit(base_type) ? 2 : 1; in set_uniform_initializer() local
625 unsigned dmul = glsl_type_is_64bit(glsl_without_array(type)) ? 2 : 1; in lower_arraylike() local688 unsigned dmul = glsl_type_is_64bit(type) ? 2 : 1; in lower_varying() local
356 unsigned dmul = type_without_array->is_64bit() ? 2 : 1; in check_location_aliasing() local
321 const unsigned dmul = in xfb_decl_assign_location() local429 unsigned dmul = _mesa_gl_datatype_is_64bit(xfb_decl->type) ? 2 : 1; in xfb_decl_get_num_outputs() local
693 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
352 int dmul = (uni->type->is_64bit()) ? 2 : 1; in _mesa_get_uniform() local839 const int dmul = uni->type->is_64bit() ? 2 : 1; in _mesa_propagate_uniforms_to_driver_storage() local958 int dmul; in associate_uniform_storage() local1055 const int dmul = storage->type->is_64bit() ? 2 : 1; in associate_uniform_storage() local
335 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
362 int dmul = bit_size == 64 ? 2 : 1; in emit_load_var() local