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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp75 || this->flags.q.bound_sampler
202 if (state->default_uniform_qualifier->flags.q.bound_sampler) {
204 state->default_uniform_qualifier->flags.q.bound_sampler = false;
442 if (q.flags.q.bound_sampler)
443 this->flags.q.bound_sampler = true;
489 q.flags.q.bound_sampler ||
902 Q(bound_sampler);
H A Dlinker.cpp1824 bool bound_sampler, bound_image; local in function:link_bindless_layout_qualifiers
1827 bound_sampler = bound_image = false;
1836 if (shader->bound_sampler)
1837 bound_sampler = true;
1841 if ((bindless_sampler && bound_sampler) ||
1845 * "If both bindless_sampler and bound_sampler, or bindless_image
1849 linker_error(prog, "both bindless_sampler and bound_sampler, or "
H A Dast.h653 unsigned bound_sampler:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
H A Dglsl_parser_extras.cpp1959 shader->bound_sampler = state->bound_sampler_specified;
H A Dast_to_hir.cpp3653 qual->flags.q.bound_sampler ||
3673 * but it makes sense to only allow bindless_sampler/bound_sampler for
3677 if ((qual->flags.q.bindless_sampler || qual->flags.q.bound_sampler) &&
3679 _mesa_glsl_error(loc, state, "bindless_sampler or bound_sampler can only "
3692 * bound_sampler/bound_image) layout qualifiers can be set at global and at
3701 var->data.bound = qual->flags.q.bound_sampler ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_type.cpp74 || this->flags.q.bound_sampler
201 if (state->default_uniform_qualifier->flags.q.bound_sampler) {
203 state->default_uniform_qualifier->flags.q.bound_sampler = false;
441 if (q.flags.q.bound_sampler)
442 this->flags.q.bound_sampler = true;
488 q.flags.q.bound_sampler ||
899 bad.flags.q.bound_sampler ? " bound_sampler" : "",
H A Dast.h649 unsigned bound_sampler:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
H A Dlinker.cpp1781 bool bound_sampler, bound_image; local in function:link_bindless_layout_qualifiers
1784 bound_sampler = bound_image = false;
1793 if (shader->bound_sampler)
1794 bound_sampler = true;
1798 if ((bindless_sampler && bound_sampler) ||
1802 * "If both bindless_sampler and bound_sampler, or bindless_image
1806 linker_error(prog, "both bindless_sampler and bound_sampler, or "
H A Dglsl_parser_extras.cpp1912 shader->bound_sampler = state->bound_sampler_specified;
H A Dast_to_hir.cpp3573 qual->flags.q.bound_sampler ||
3593 * but it makes sense to only allow bindless_sampler/bound_sampler for
3597 if ((qual->flags.q.bindless_sampler || qual->flags.q.bound_sampler) &&
3599 _mesa_glsl_error(loc, state, "bindless_sampler or bound_sampler can only "
3612 * bound_sampler/bound_image) layout qualifiers can be set at global and at
3621 var->data.bound = qual->flags.q.bound_sampler ||
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmtypes.h2657 * bound_sampler/bound_image are declared at global scope as defined by
2662 bool bound_sampler; member in struct:gl_shader
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmtypes.h2722 * bound_sampler/bound_image are declared at global scope as defined by
2727 bool bound_sampler; member in struct:gl_shader
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp4035 if (match_layout_qualifier((yyvsp[0].identifier), "bound_sampler", state) == 0)
4036 (yyval.type_qualifier).flags.q.bound_sampler = 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp4254 if (match_layout_qualifier((yyvsp[0].identifier), "bound_sampler", state) == 0)
4255 (yyval.type_qualifier).flags.q.bound_sampler = 1;

Completed in 156 milliseconds