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:DBG_ALL_SHADERS
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
881
if (sscreen->debug_flags &
DBG_ALL_SHADERS
)
in si_pipe_create_context()
1057
if (sscreen->debug_flags &
DBG_ALL_SHADERS
)
in si_disk_cache_create()
1373
sscreen->debug_flags |=
DBG_ALL_SHADERS
;
in radeonsi_screen_create_impl()
H
A
D
si_pipe.h
279
#define
DBG_ALL_SHADERS
(((1 << (DBG_CS + 1)) - 1))
macro
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.h
77
#define
DBG_ALL_SHADERS
(DBG_FS - 1)
macro
H
A
D
r600_pipe.c
721
rscreen->b.debug_flags |=
DBG_ALL_SHADERS
| DBG_FS;
in r600_screen_create()
H
A
D
r600_pipe_common.c
761
if (rscreen->debug_flags &
DBG_ALL_SHADERS
)
in r600_disk_cache_create()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_nir.cpp
797
(rctx->screen->b.debug_flags &
DBG_ALL_SHADERS
)) {
in r600_shader_from_nir()
Completed in 13 milliseconds