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
defs:driver_flags
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_disk_cache.c
65
uint64_t
driver_flags
= ir3_shader_debug;
in ir3_disk_cache_init()
local
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_disk_cache.c
256
const uint64_t
driver_flags
=
in crocus_disk_cache_init()
local
/third_party/mesa3d/src/util/
H
A
D
disk_cache.c
72
disk_cache_create(const char *gpu_name, const char *driver_id, uint64_t
driver_flags
)
disk_cache_create()
argument
H
A
D
disk_cache.h
285
disk_cache_create(const char *gpu_name, const char *timestamp, uint64_t
driver_flags
)
disk_cache_create()
argument
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_screen.c
160
uint64_t
driver_flags
= 0;
in nouveau_disk_cache_create()
local
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_disk_cache.c
284
const uint64_t
driver_flags
=
in iris_disk_cache_init()
local
/third_party/mesa3d/src/intel/compiler/
H
A
D
intel_clc.c
78
const uint64_t
driver_flags
= brw_get_compiler_config_value(compiler);
in get_disk_cache()
local
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.c
58
uint64_t
driver_flags
= device->instance->debug_flags & TU_DEBUG_NOMULTIPOS;
in tu_device_get_cache_uuid()
local
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
594
const uint64_t
driver_flags
=
in anv_physical_device_init_disk_cache()
local
Completed in 15 milliseconds