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:autotune
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.c
390
fd_autotune_fini(&ctx->
autotune
);
in fd_context_destroy()
676
fd_autotune_init(&ctx->
autotune
, screen->dev);
H
A
D
freedreno_context.h
229
struct fd_autotune
autotune
dt;
H
A
D
freedreno_gmem.c
704
if (fd_autotune_use_bypass(&ctx->
autotune
, batch) && !FD_DBG(GMEM)) {
in fd_gmem_render_tiles()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.h
179
/* To know when renderpass stats for
autotune
are valid */
242
* gmem/sysmem
autotune
result buffers. Synchronized by autotune_mutex.
302
struct tu_autotune
autotune
;
member
H
A
D
tu_kgsl.c
448
&queue->device->
autotune
,
in tu_QueueSubmit2()
H
A
D
tu_device.c
2017
result = tu_autotune_init(&device->
autotune
, device);
in tu_CreateDevice()
2117
tu_autotune_fini(&device->
autotune
, device);
in tu_DestroyDevice()
H
A
D
tu_drm.c
993
&queue->device->
autotune
,
in tu_queue_submit_locked()
H
A
D
tu_cmd_buffer.c
614
bool use_sysmem = tu_autotune_use_bypass(&cmd->device->
autotune
,
in use_sysmem_rendering()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_gmem.c
583
struct fd_autotune *at = &batch->ctx->
autotune
;
in emit_common_init()
602
struct fd_autotune *at = &batch->ctx->
autotune
;
in emit_common_fini()
Completed in 20 milliseconds