Home
last modified time | relevance | path

Searched refs:bound_sampler (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp75 || this->flags.q.bound_sampler in has_layout()
202 if (state->default_uniform_qualifier->flags.q.bound_sampler) { in merge_bindless_qualifier()
204 state->default_uniform_qualifier->flags.q.bound_sampler = false; in merge_bindless_qualifier()
442 if (q.flags.q.bound_sampler) in merge_qualifier()
443 this->flags.q.bound_sampler = true; in merge_qualifier()
489 q.flags.q.bound_sampler || in merge_qualifier()
902 Q(bound_sampler); in validate_flags()
Dlinker.cpp1729 bool bound_sampler, bound_image; in link_bindless_layout_qualifiers() local
1732 bound_sampler = bound_image = false; in link_bindless_layout_qualifiers()
1741 if (shader->bound_sampler) in link_bindless_layout_qualifiers()
1742 bound_sampler = true; in link_bindless_layout_qualifiers()
1746 if ((bindless_sampler && bound_sampler) || in link_bindless_layout_qualifiers()
Dast.h653 unsigned bound_sampler:1; member
Dglsl_parser.yy1645 if (match_layout_qualifier($1, "bound_sampler", state) == 0)
1646 $$.flags.q.bound_sampler = 1;
Dglsl_parser_extras.cpp1980 shader->bound_sampler = state->bound_sampler_specified; in set_shader_inout_layout()
Dast_to_hir.cpp3667 qual->flags.q.bound_sampler || in apply_bindless_qualifier_to_variable()
3691 if ((qual->flags.q.bindless_sampler || qual->flags.q.bound_sampler) && in apply_bindless_qualifier_to_variable()
3715 var->data.bound = qual->flags.q.bound_sampler || in apply_bindless_qualifier_to_variable()
/third_party/openGLES/extensions/IMG/
DIMG_bindless_texture.txt125 commands are used on a sampler variable with the "bound_sampler" layout
342 bound_sampler
346 and Uniform1i (bindless_sampler) or only via Uniform1i (bound_sampler).
357 If both bindless_sampler and bound_sampler are declared at global scope
366 qualifier implicitly also declares it with "bound_sampler".
378 if the sampler or image uniform being updated has the "bound_sampler" layout
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_bindless_texture.txt125 commands are used on a sampler variable with the "bound_sampler" layout
342 bound_sampler
346 and Uniform1i (bindless_sampler) or only via Uniform1i (bound_sampler).
357 If both bindless_sampler and bound_sampler are declared at global scope
366 qualifier implicitly also declares it with "bound_sampler".
378 if the sampler or image uniform being updated has the "bound_sampler" layout
/third_party/mesa3d/src/mesa/main/
Dshader_types.h214 bool bound_sampler; member
/third_party/openGLES/extensions/ARB/
DARB_bindless_texture.txt247 commands are used on a sampler or image variable with the "bound_sampler"
823 bound_sampler
829 (bound_sampler and bound_image). These layouts may be specified at global
840 If both bindless_sampler and bound_sampler, or bindless_image and
1096 sampler or image uniform being updated has the "bound_sampler" or
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_bindless_texture.txt237 commands are used on a sampler or image variable with the "bound_sampler"
813 bound_sampler
819 (bound_sampler and bound_image). These layouts may be specified at global
830 If both bindless_sampler and bound_sampler, or bindless_image and
1086 sampler or image uniform being updated has the "bound_sampler" or