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:SVGA_DEBUG
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_debug.h
54
extern int
SVGA_DEBUG
;
57
#define
SVGA_DEBUG
0
macro
65
if (
SVGA_DEBUG
& flag)
in SVGA_DBG()
H
A
D
svga_context.h
1044
((
SVGA_DEBUG
& DEBUG_RETRY) ? PIPE_ERROR_OUT_OF_MEMORY : (_func))
1048
((
SVGA_DEBUG
& DEBUG_RETRY) ? NULL : (_func))
1055
((
SVGA_DEBUG
& DEBUG_RETRY) ? (_retry) = TRUE, NULL : (_func))
1072
if ((
SVGA_DEBUG
& DEBUG_RETRY) && svga->swc->in_retry) {
in svga_retry_enter()
H
A
D
svga_link.c
127
if (
SVGA_DEBUG
& DEBUG_TGSI) {
in svga_link_shaders()
H
A
D
svga_tgsi.c
256
SVGA_DEBUG
& DEBUG_TGSI) {
in svga_tgsi_vgpu9_translate()
260
if (
SVGA_DEBUG
& DEBUG_TGSI) {
in svga_tgsi_vgpu9_translate()
H
A
D
svga_pipe_draw.c
379
if (
SVGA_DEBUG
& DEBUG_FLUSH) {
in svga_draw_vbo()
H
A
D
svga_screen.c
58
int
SVGA_DEBUG
= 0;
variable
1068
SVGA_DEBUG
= debug_get_flags_option("
SVGA_DEBUG
", svga_debug_flags, 0 );
in svga_screen_create()
H
A
D
svga_screen_cache.c
161
if (
SVGA_DEBUG
& DEBUG_DMA)
in svga_screen_cache_lookup()
H
A
D
svga_context.c
476
if (
SVGA_DEBUG
& DEBUG_SYNC) {
in svga_context_flush()
H
A
D
svga_state_constants.c
462
if (
SVGA_DEBUG
& DEBUG_CONSTS)
in emit_const_range()
481
if (
SVGA_DEBUG
& DEBUG_CONSTS)
in emit_const_range()
H
A
D
svga_tgsi_vgpu10.c
12993
if (
SVGA_DEBUG
& DEBUG_TGSI) {
in svga_tgsi_vgpu10_translate()
Completed in 28 milliseconds