Home
last modified time | relevance | path

Searched refs:has_bindless (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp3028 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 …]
Dast_array_index.cpp313 !state->has_bindless()) { in _mesa_ast_array_index_to_hir()
Dglsl_parser_extras.h337 bool has_bindless() const in has_bindless() function
Dast_function.cpp1976 (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()
Dast_type.cpp274 if (state->has_bindless()) { in merge_qualifier()
Dglsl_parser.yy1582 if ($$.flags.i && !state->has_bindless()) {
2276 if (state->has_bindless()) {
Dir.cpp1438 if ((!state || state->has_bindless()) && in is_lvalue()