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:TC_L2_dirty
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_cp_dma.c
234
sdst->
TC_L2_dirty
= true;
in si_cp_dma_clear_buffer()
393
si_resource(dst)->
TC_L2_dirty
= true;
in si_cp_dma_copy_buffer()
H
A
D
si_buffer.c
200
res->
TC_L2_dirty
= false;
in si_alloc_resource()
575
buf->
TC_L2_dirty
= false;
in si_alloc_buffer_struct()
H
A
D
si_state_draw.cpp
2315
} else if (GFX_VERSION <= GFX7 && si_resource(indexbuf)->
TC_L2_dirty
) {
2319
si_resource(indexbuf)->
TC_L2_dirty
= false;
2333
if (indirect->buffer && si_resource(indirect->buffer)->
TC_L2_dirty
) {
2335
si_resource(indirect->buffer)->
TC_L2_dirty
= false;
2339
si_resource(indirect->indirect_draw_count)->
TC_L2_dirty
) {
2341
si_resource(indirect->indirect_draw_count)->
TC_L2_dirty
= false;
H
A
D
si_state_streamout.c
99
si_resource(sctx->streamout.targets[i]->b.buffer)->
TC_L2_dirty
= true;
in si_set_streamout_targets()
H
A
D
si_compute.c
970
if (sctx->gfx_level <= GFX8 && si_resource(info->indirect)->
TC_L2_dirty
) {
in si_launch_grid()
972
si_resource(info->indirect)->
TC_L2_dirty
= false;
in si_launch_grid()
H
A
D
si_compute_blit.c
252
si_resource(buffers[u_bit_scan(&writeable_bitmask)].buffer)->
TC_L2_dirty
= true;
in si_launch_grid_internal_ssbos()
H
A
D
si_pipe.h
360
bool
TC_L2_dirty
;
member
H
A
D
si_query.c
1642
si_resource(resource)->
TC_L2_dirty
= true;
in si_query_hw_get_result_resource()
Completed in 18 milliseconds