| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 76 || 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 D | linker.cpp | 1824 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 D | ast.h | 654 unsigned bound_image:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
|
| H A D | glsl_parser_extras.cpp | 1960 shader->bound_image = state->bound_image_specified;
|
| H A D | ast_to_hir.cpp | 3654 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 D | ast_type.cpp | 75 || 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 D | ast.h | 650 unsigned bound_image:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
|
| H A D | linker.cpp | 1781 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 D | glsl_parser_extras.cpp | 1913 shader->bound_image = state->bound_image_specified;
|
| H A D | ast_to_hir.cpp | 3574 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 D | mtypes.h | 2657 * 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 D | mtypes.h | 2722 * 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 D | glsl_parser.cpp | 4041 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 D | glsl_parser.cpp | 4260 if (match_layout_qualifier((yyvsp[0].identifier), "bound_image", state) == 0) 4261 (yyval.type_qualifier).flags.q.bound_image = 1;
|