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:uses_demote
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_discard_or_demote.c
151
/* Validate that if
uses_demote
is set, uses_discard is also be set. */
in nir_lower_discard_or_demote()
152
assert(!shader->info.fs.
uses_demote
|| shader->info.fs.uses_discard);
in nir_lower_discard_or_demote()
172
shader->info.fs.
uses_demote
= true;
in nir_lower_discard_or_demote()
175
shader->info.fs.
uses_demote
) {
in nir_lower_discard_or_demote()
182
shader->info.fs.
uses_demote
= false;
in nir_lower_discard_or_demote()
183
} else if (shader->info.fs.
uses_demote
&&
in nir_lower_discard_or_demote()
198
/* Validate again that if
uses_demote
is set, uses_discard is also be set. */
in nir_lower_discard_or_demote()
199
assert(!shader->info.fs.
uses_demote
|| shader->info.fs.uses_discard);
in nir_lower_discard_or_demote()
H
A
D
nir_gather_info.c
503
shader->info.fs.
uses_demote
= true;
in gather_intrinsic_info()
971
shader->info.fs.
uses_demote
= false;
in nir_shader_gather_info()
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
382
bool
uses_demote
:1;
member
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.c
265
s->info.fs.
uses_demote
;
in pan_shader_compile()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.c
222
(shader->info.fs.uses_discard || shader->info.fs.
uses_demote
)) {
in radv_optimize_nir()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_from_nir.cpp
1330
info_out->prop.fp.usesDiscard = nir->info.fs.uses_discard || nir->info.fs.
uses_demote
;
in parseNIR()
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_nir_to_llvm.c
5513
if (nir->info.stage == MESA_SHADER_FRAGMENT && nir->info.fs.
uses_demote
&&
in ac_nir_translate()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs.cpp
7307
shader->info.fs.
uses_demote
||
Completed in 28 milliseconds