Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bound_sampler
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast_type.cpp
75
|| 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()
H
A
D
linker.cpp
1729
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()
1750
* "If both bindless_sampler and
bound_sampler
, or bindless_image
in link_bindless_layout_qualifiers()
1754
linker_error(prog, "both bindless_sampler and
bound_sampler
, or "
in link_bindless_layout_qualifiers()
H
A
D
ast.h
653
unsigned
bound_sampler
:1;
member
H
A
D
glsl_parser_extras.cpp
1980
shader->
bound_sampler
= state->bound_sampler_specified;
H
A
D
ast_to_hir.cpp
3667
qual->flags.q.
bound_sampler
||
in apply_bindless_qualifier_to_variable()
3687
* but it makes sense to only allow bindless_sampler/
bound_sampler
for
in apply_bindless_qualifier_to_variable()
3691
if ((qual->flags.q.bindless_sampler || qual->flags.q.
bound_sampler
) &&
in apply_bindless_qualifier_to_variable()
3693
_mesa_glsl_error(loc, state, "bindless_sampler or
bound_sampler
can only "
in apply_bindless_qualifier_to_variable()
3706
*
bound_sampler
/bound_image) layout qualifiers can be set at global and at
in apply_bindless_qualifier_to_variable()
3715
var->data.bound = qual->flags.q.
bound_sampler
||
in apply_bindless_qualifier_to_variable()
/third_party/mesa3d/src/mesa/main/
H
A
D
shader_types.h
209
*
bound_sampler
/bound_image are declared at global scope as defined by
214
bool
bound_sampler
;
member
Completed in 24 milliseconds