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:vertlive_scan
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
gfx10_shader_ngg.c
2205
struct ac_wg_scan
vertlive_scan
= {};
in gfx10_ngg_gs_build_end()
local
2206
vertlive_scan
.stage = ctx->stage;
in gfx10_ngg_gs_build_end()
2207
vertlive_scan
.op = nir_op_iadd;
in gfx10_ngg_gs_build_end()
2208
vertlive_scan
.enable_reduce = true;
in gfx10_ngg_gs_build_end()
2209
vertlive_scan
.enable_exclusive = true;
in gfx10_ngg_gs_build_end()
2210
vertlive_scan
.src = vertlive;
in gfx10_ngg_gs_build_end()
2211
vertlive_scan
.scratch = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, ctx->ac.i32_0);
in gfx10_ngg_gs_build_end()
2212
vertlive_scan
.waveidx = get_wave_id_in_tg(ctx);
in gfx10_ngg_gs_build_end()
2213
vertlive_scan
.numwaves = get_tgsize(ctx);
in gfx10_ngg_gs_build_end()
2214
vertlive_scan
in gfx10_ngg_gs_build_end()
[all...]
Completed in 4 milliseconds