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:gcr_cntl
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_gfx_cs.c
645
uint32_t
gcr_cntl
= 0;
in gfx10_emit_cache_flush()
local
672
gcr_cntl
|= S_586_GLI_INV(V_586_GLI_ALL);
in gfx10_emit_cache_flush()
677
gcr_cntl
|= S_586_GL1_INV(1) | S_586_GLK_INV(1);
in gfx10_emit_cache_flush()
680
gcr_cntl
|= S_586_GL1_INV(1) | S_586_GLV_INV(1);
in gfx10_emit_cache_flush()
694
gcr_cntl
|= S_586_GL2_INV(1) | S_586_GL2_WB(1) | S_586_GLM_INV(1) | S_586_GLM_WB(1);
in gfx10_emit_cache_flush()
697
gcr_cntl
|= S_586_GL2_WB(1) | S_586_GLM_WB(1) | S_586_GLM_INV(1);
in gfx10_emit_cache_flush()
699
gcr_cntl
|= S_586_GLM_INV(1) | S_586_GLM_WB(1);
in gfx10_emit_cache_flush()
717
gcr_cntl
|= S_586_SEQ(V_586_SEQ_FORWARD);
in gfx10_emit_cache_flush()
757
unsigned glm_wb = G_586_GLM_WB(
gcr_cntl
);
in gfx10_emit_cache_flush()
758
unsigned glm_inv = G_586_GLM_INV(
gcr_cntl
);
in gfx10_emit_cache_flush()
[all...]
H
A
D
si_cp_reg_shadowing.c
108
unsigned
gcr_cntl
= S_586_GL2_INV(1) | S_586_GL2_WB(1) |
in si_create_shadowing_ib_preamble()
local
124
si_pm4_cmd_add(pm4,
gcr_cntl
); /* GCR_CNTL */
in si_create_shadowing_ib_preamble()
126
unsigned
gcr_cntl
= S_586_GL2_INV(1) | S_586_GL2_WB(1) |
in si_create_shadowing_ib_preamble()
local
138
si_pm4_cmd_add(pm4,
gcr_cntl
); /* GCR_CNTL */
in si_create_shadowing_ib_preamble()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
si_cmd_buffer.c
1056
uint32_t
gcr_cntl
= 0;
in gfx10_cs_emit_cache_flush()
local
1063
gcr_cntl
|= S_586_GLI_INV(V_586_GLI_ALL);
in gfx10_cs_emit_cache_flush()
1071
gcr_cntl
|= S_586_GL1_INV(1) | S_586_GLK_INV(1);
in gfx10_cs_emit_cache_flush()
1076
gcr_cntl
|= S_586_GL1_INV(1) | S_586_GLV_INV(1);
in gfx10_cs_emit_cache_flush()
1082
gcr_cntl
|= S_586_GL2_INV(1) | S_586_GL2_WB(1) | S_586_GLM_INV(1) | S_586_GLM_WB(1);
in gfx10_cs_emit_cache_flush()
1089
gcr_cntl
|= S_586_GL2_WB(1) | S_586_GLM_WB(1) | S_586_GLM_INV(1);
in gfx10_cs_emit_cache_flush()
1093
gcr_cntl
|= S_586_GLM_INV(1) | S_586_GLM_WB(1);
in gfx10_cs_emit_cache_flush()
1116
gcr_cntl
|= S_586_SEQ(V_586_SEQ_FORWARD);
in gfx10_cs_emit_cache_flush()
1164
unsigned glm_wb = G_586_GLM_WB(
gcr_cntl
);
in gfx10_cs_emit_cache_flush()
1165
unsigned glm_inv = G_586_GLM_INV(
gcr_cntl
);
in gfx10_cs_emit_cache_flush()
[all...]
Completed in 4 milliseconds