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_image
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast_type.cpp
76
|| this->flags.q.
bound_image
in has_layout()
207
if (state->default_uniform_qualifier->flags.q.
bound_image
) {
in merge_bindless_qualifier()
209
state->default_uniform_qualifier->flags.q.
bound_image
= false;
in merge_bindless_qualifier()
445
if (q.flags.q.
bound_image
)
in merge_qualifier()
446
this->flags.q.
bound_image
= true;
in merge_qualifier()
490
q.flags.q.
bound_image
)
in merge_qualifier()
903
Q(
bound_image
);
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()
1743
if (shader->
bound_image
)
in link_bindless_layout_qualifiers()
1744
bound_image
= true;
in link_bindless_layout_qualifiers()
1747
(bindless_image &&
bound_image
)) {
in link_bindless_layout_qualifiers()
1751
* and
bound_image
, are declared at global scope in any
in link_bindless_layout_qualifiers()
1755
"bindless_image and
bound_image
, can't be declared at "
in link_bindless_layout_qualifiers()
H
A
D
ast.h
654
unsigned
bound_image
:1;
member
H
A
D
glsl_parser_extras.cpp
1981
shader->
bound_image
= state->bound_image_specified;
H
A
D
ast_to_hir.cpp
3668
qual->flags.q.
bound_image
;
in apply_bindless_qualifier_to_variable()
3688
* sampler types, and respectively bindless_image/
bound_image
for image
in apply_bindless_qualifier_to_variable()
3698
if ((qual->flags.q.bindless_image || qual->flags.q.
bound_image
) &&
in apply_bindless_qualifier_to_variable()
3700
_mesa_glsl_error(loc, state, "bindless_image or
bound_image
can only be "
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()
3716
qual->flags.q.
bound_image
||
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
215
bool
bound_image
;
member
Completed in 23 milliseconds