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:bindless_image
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast_type.cpp
74
|| this->flags.q.
bindless_image
in has_layout()
197
if (state->default_uniform_qualifier->flags.q.
bindless_image
) {
in merge_bindless_qualifier()
199
state->default_uniform_qualifier->flags.q.
bindless_image
= false;
in merge_bindless_qualifier()
439
if (q.flags.q.
bindless_image
)
in merge_qualifier()
440
this->flags.q.
bindless_image
= true;
in merge_qualifier()
488
q.flags.q.
bindless_image
||
in merge_qualifier()
901
Q(
bindless_image
);
in validate_flags()
H
A
D
linker.cpp
1728
bool bindless_sampler,
bindless_image
;
in link_bindless_layout_qualifiers()
local
1731
bindless_sampler =
bindless_image
= false;
in link_bindless_layout_qualifiers()
1739
if (shader->
bindless_image
)
in link_bindless_layout_qualifiers()
1740
bindless_image
= true;
in link_bindless_layout_qualifiers()
1747
(
bindless_image
&& bound_image)) {
in link_bindless_layout_qualifiers()
1750
* "If both bindless_sampler and bound_sampler, or
bindless_image
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
652
unsigned
bindless_image
:1;
member
H
A
D
glsl_parser_extras.cpp
1979
shader->
bindless_image
= state->bindless_image_specified;
H
A
D
ast_to_hir.cpp
3666
qual->flags.q.
bindless_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()
3705
/* The bindless_sampler/
bindless_image
(and respectively
in apply_bindless_qualifier_to_variable()
3711
qual->flags.q.
bindless_image
||
in apply_bindless_qualifier_to_variable()
/third_party/mesa3d/src/mesa/main/
H
A
D
shader_types.h
208
* Whether bindless_sampler/
bindless_image
, and respectively
213
bool
bindless_image
;
member
641
* Number of images declared with the
bindless_image
layout qualifier
Completed in 23 milliseconds