Searched refs:has_bindless (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_array_index.cpp313 !state->has_bindless()) {
H A Dast_to_hir.cpp1902 if (!(state->has_bindless() && (type->is_image() || type->is_sampler()))) {
3127 if (state->has_bindless()
3443 if (state->has_bindless()) {
3981 if (state->has_bindless())
4226 if (state->has_bindless())
4541 (!state->has_bindless() && var->type->contains_opaque())) {
4544 var->name, state->has_bindless() ? "atomic" : "opaque");
5436 error = !state->has_bindless();
5688 (!state->has_bindless() && var_type->contains_opaque()))) {
5691 state->has_bindless()
[all...]
H A Dglsl_parser_extras.h347 bool has_bindless() const function in struct:_mesa_glsl_parse_state
H A Dast_function.cpp2100 (state->has_bindless() && (type->is_sampler() || type->is_image()));
2147 (!state->has_bindless() && constructor_type->contains_opaque())) {
2149 state->has_bindless() ? "atomic" : "opaque",
H A Dast_type.cpp276 if (state->has_bindless()) {
H A Dir.cpp1767 if ((!state || state->has_bindless()) &&
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_array_index.cpp313 !state->has_bindless()) {
H A Dast_to_hir.cpp1862 if (!(state->has_bindless() && (type->is_image() || type->is_sampler()))) {
3058 if (state->has_bindless()
3374 if (state->has_bindless()) {
3923 if (state->has_bindless())
4153 if (state->has_bindless())
4442 (!state->has_bindless() && var->type->contains_opaque())) {
4445 var->name, state->has_bindless() ? "atomic" : "opaque");
5261 if (check_type->is_sampler() && state->has_bindless())
5264 if (check_type->is_image() && state->has_bindless())
5517 (!state->has_bindless()
[all...]
H A Dglsl_parser_extras.h343 bool has_bindless() const function in struct:_mesa_glsl_parse_state
H A Dast_function.cpp2035 (state->has_bindless() && (type->is_sampler() || type->is_image()));
2082 (!state->has_bindless() && constructor_type->contains_opaque())) {
2084 state->has_bindless() ? "atomic" : "opaque",
H A Dast_type.cpp275 if (state->has_bindless()) {
H A Dir.cpp1465 if ((!state || state->has_bindless()) &&
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp4045 if ((yyval.type_qualifier).flags.i && !state->has_bindless()) {
4955 if (state->has_bindless()) {
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp4264 if ((yyval.type_qualifier).flags.i && !state->has_bindless()) {
5193 if (state->has_bindless()) {

Completed in 49 milliseconds