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:tu_cs_begin
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cs.h
25
* is full.
tu_cs_begin
must be called before command packet emission and
35
* fixed-size buffer.
tu_cs_begin
and tu_cs_end are optional and have no
128
tu_cs_begin
(struct tu_cs *cs);
166
tu_cs_begin
(cs);
in tu_cs_draw_state()
H
A
D
tu_cs.c
233
tu_cs_begin
(struct tu_cs *cs)
in tu_cs_begin()
function
256
* Return \a sub_cs which is in TU_CS_MODE_EXTERNAL mode.
tu_cs_begin
and
271
tu_cs_begin
(sub_cs);
in tu_cs_begin_sub_stream()
H
A
D
tu_autotune.c
102
tu_cs_begin
(fence_cs);
in create_submission_data()
H
A
D
tu_cmd_buffer.c
1444
tu_cs_begin
(&cmd->tile_store_cs);
in tu_cmd_render_tiles()
1539
tu_cs_begin
(&cmd_buffer->draw_cs);
in tu_reset_render_pass()
1541
tu_cs_begin
(&cmd_buffer->draw_epilogue_cs);
in tu_reset_render_pass()
1790
tu_cs_begin
(&cmd_buffer->cs);
in tu_cmd_buffer_begin()
1791
tu_cs_begin
(&cmd_buffer->draw_cs);
in tu_cmd_buffer_begin()
1792
tu_cs_begin
(&cmd_buffer->draw_epilogue_cs);
in tu_cmd_buffer_begin()
H
A
D
tu_device.c
1663
tu_cs_begin
(*cs);
in tu_create_copy_timestamp_cs()
Completed in 17 milliseconds