Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp1902 if (!(state->has_bindless() && (type->is_image() || type->is_sampler()))) { in do_hir()
3127 if (state->has_bindless() in validate_fragment_flat_interpolation_input()
3443 if (state->has_bindless()) { in validate_storage_for_sampler_image_types()
3981 if (state->has_bindless()) in apply_layout_qualifier_to_variable()
4226 if (state->has_bindless()) in apply_type_qualifier_to_variable()
4541 (!state->has_bindless() && var->type->contains_opaque())) { in process_initializer()
4544 var->name, state->has_bindless() ? "atomic" : "opaque"); in process_initializer()
5436 error = !state->has_bindless(); in hir()
5688 (!state->has_bindless() && var_type->contains_opaque()))) { in hir()
5691 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.h347 bool has_bindless() const in has_bindless() function
Dast_function.cpp2100 (state->has_bindless() && (type->is_sampler() || type->is_image())); in is_valid_constructor()
2147 (!state->has_bindless() && constructor_type->contains_opaque())) { in hir()
2149 state->has_bindless() ? "atomic" : "opaque", in hir()
Dast_type.cpp276 if (state->has_bindless()) { in merge_qualifier()
Dglsl_parser.yy1656 if ($$.flags.i && !state->has_bindless()) {
2420 if (state->has_bindless()) {
Dir.cpp1767 if ((!state || state->has_bindless()) && in is_lvalue()