Searched refs:has_bindless (Results 1 – 7 of 7) sorted by relevance
3028 if (state->has_bindless() in validate_fragment_flat_interpolation_input()3342 if (state->has_bindless()) { in validate_storage_for_sampler_image_types()3884 if (state->has_bindless()) in apply_layout_qualifier_to_variable()4070 if (state->has_bindless()) in apply_type_qualifier_to_variable()4355 (!state->has_bindless() && var->type->contains_opaque())) { in process_initializer()4358 var->name, state->has_bindless() ? "atomic" : "opaque"); in process_initializer()5165 if (check_type->is_sampler() && state->has_bindless()) in hir()5168 if (check_type->is_image() && state->has_bindless()) in hir()5421 (!state->has_bindless() && var_type->contains_opaque()))) { in hir()5424 state->has_bindless() ? "atomic" : "opaque"); in hir()[all …]
313 !state->has_bindless()) { in _mesa_ast_array_index_to_hir()
337 bool has_bindless() const in has_bindless() function
1976 (state->has_bindless() && (type->is_sampler() || type->is_image())); in is_valid_constructor()2023 (!state->has_bindless() && constructor_type->contains_opaque())) { in hir()2025 state->has_bindless() ? "atomic" : "opaque", in hir()
274 if (state->has_bindless()) { in merge_qualifier()
1582 if ($$.flags.i && !state->has_bindless()) {2276 if (state->has_bindless()) {
1438 if ((!state || state->has_bindless()) && in is_lvalue()