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:fence_cs
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_autotune.c
82
struct tu_cs
fence_cs
;
member
100
struct tu_cs*
fence_cs
= &submission_data->
fence_cs
;
in create_submission_data()
local
101
tu_cs_init(
fence_cs
, dev, TU_CS_MODE_GROW, 5);
in create_submission_data()
102
tu_cs_begin(
fence_cs
);
in create_submission_data()
104
tu_cs_emit_pkt7(
fence_cs
, CP_EVENT_WRITE, 4);
in create_submission_data()
105
tu_cs_emit(
fence_cs
, CP_EVENT_WRITE_0_EVENT(CACHE_FLUSH_TS));
in create_submission_data()
106
tu_cs_emit_qw(
fence_cs
, dev->global_bo->iova + gb_offset(autotune_fence));
in create_submission_data()
107
tu_cs_emit(
fence_cs
, at->fence_counter);
in create_submission_data()
109
tu_cs_end(
fence_cs
);
in create_submission_data()
[all...]
Completed in 2 milliseconds