Searched refs:glsl_contains_double (Results 1 – 7 of 7) sorted by relevance
812 bool glsl_contains_double(const glsl_type *t);
227 glsl_contains_double(const glsl_type *t) in glsl_contains_double() function230 return glsl_contains_double(t->fields.array); in glsl_contains_double()233 if (glsl_contains_double(t->fields.structure[i].type)) in glsl_contains_double()
280 glsl_contains_double(unpacked_var->type); in create_or_update_packed_varying()
572 glsl_contains_double(this->type); in is_interpolation_flat()
2972 component_size = glsl_contains_double(member_t) ? 8 : 4; in validate_xfb_offset_qualifier()3193 && glsl_contains_double(var_type)) { in validate_fragment_flat_interpolation_input()3922 unsigned component_size = glsl_contains_double(var->type) ? 8 : 4; in apply_layout_qualifier_to_variable()8448 unsigned component_size = glsl_contains_double(block_type) ? 8 : 4; in hir()
2593 glsl_contains_integer(var->type) || glsl_contains_double(var->type); in varying_matches_compute_packing_class()2668 glsl_contains_double(producer_var->type)); in varying_matches_record()
2976 (glsl_contains_double(glsl_get_struct_field(type, i + 1)) || in rewrite_64bit_type()2984 if (!glsl_type_is_64bit(type) || (!glsl_contains_double(type) && doubles_only)) in rewrite_64bit_type()3262 if (!glsl_type_contains_64bit(var->type) || (doubles_only && !glsl_contains_double(var->type))) in lower_64bit_vars_loop()3280 … if (!glsl_type_contains_64bit(var->type) || (doubles_only && !glsl_contains_double(var->type))) in lower_64bit_vars()