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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp76 || this->flags.q.bound_image
207 if (state->default_uniform_qualifier->flags.q.bound_image) {
209 state->default_uniform_qualifier->flags.q.bound_image = false;
445 if (q.flags.q.bound_image)
446 this->flags.q.bound_image = true;
490 q.flags.q.bound_image)
903 Q(bound_image);
H A Dlinker.cpp1824 bool bound_sampler, bound_image; local in function:link_bindless_layout_qualifiers
1827 bound_sampler = bound_image = false;
1838 if (shader->bound_image)
1839 bound_image = true;
1842 (bindless_image && bound_image)) {
1846 * and bound_image, are declared at global scope in any
1850 "bindless_image and bound_image, can't be declared at "
H A Dast.h654 unsigned bound_image:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
H A Dglsl_parser_extras.cpp1960 shader->bound_image = state->bound_image_specified;
H A Dast_to_hir.cpp3654 qual->flags.q.bound_image;
3674 * sampler types, and respectively bindless_image/bound_image for image
3684 if ((qual->flags.q.bindless_image || qual->flags.q.bound_image) &&
3686 _mesa_glsl_error(loc, state, "bindless_image or bound_image can only be "
3692 * bound_sampler/bound_image) layout qualifiers can be set at global and at
3702 qual->flags.q.bound_image ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_type.cpp75 || this->flags.q.bound_image
206 if (state->default_uniform_qualifier->flags.q.bound_image) {
208 state->default_uniform_qualifier->flags.q.bound_image = false;
444 if (q.flags.q.bound_image)
445 this->flags.q.bound_image = true;
489 q.flags.q.bound_image)
900 bad.flags.q.bound_image ? " bound_image" : "",
H A Dast.h650 unsigned bound_image: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;
1795 if (shader->bound_image)
1796 bound_image = true;
1799 (bindless_image && bound_image)) {
1803 * and bound_image, are declared at global scope in any
1807 "bindless_image and bound_image, can't be declared at "
H A Dglsl_parser_extras.cpp1913 shader->bound_image = state->bound_image_specified;
H A Dast_to_hir.cpp3574 qual->flags.q.bound_image;
3594 * sampler types, and respectively bindless_image/bound_image for image
3604 if ((qual->flags.q.bindless_image || qual->flags.q.bound_image) &&
3606 _mesa_glsl_error(loc, state, "bindless_image or bound_image can only be "
3612 * bound_sampler/bound_image) layout qualifiers can be set at global and at
3622 qual->flags.q.bound_image ||
/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
2663 bool bound_image; 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
2728 bool bound_image; member in struct:gl_shader
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp4041 if (match_layout_qualifier((yyvsp[0].identifier), "bound_image", state) == 0)
4042 (yyval.type_qualifier).flags.q.bound_image = 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp4260 if (match_layout_qualifier((yyvsp[0].identifier), "bound_image", state) == 0)
4261 (yyval.type_qualifier).flags.q.bound_image = 1;

Completed in 134 milliseconds