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:ngg_info
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.c
1282
const struct gfx10_ngg_info *
ngg_info
= &info->
ngg_info
;
in radv_lower_ngg()
local
1318
unsigned max_vtx_in = MIN2(256,
ngg_info
->enable_vertex_grouping ?
ngg_info
->hw_max_esverts : num_vertices_per_prim *
ngg_info
->max_gsprims);
in radv_lower_ngg()
1344
ngg_stage->info.
ngg_info
.esgs_ring_size = nir->info.shared_size;
in radv_lower_ngg()
1348
info->
ngg_info
.esgs_ring_size, info->gs.gsvs_vertex_size,
in radv_lower_ngg()
1349
info->
ngg_info
.ngg_emit_size * 4u, pl_key->vs.provoking_vtx_last);
in radv_lower_ngg()
1927
sym->size = binary->info.
ngg_info
.esgs_ring_size;
in radv_open_rtld_binary()
1934
sym->size = binary->info.
ngg_info
in radv_open_rtld_binary()
[all...]
H
A
D
radv_pipeline.c
3444
const struct gfx10_ngg_info *
ngg_info
= &stages[es_stage].info.
ngg_info
;
in radv_determine_ngg_settings()
local
3445
unsigned max_vtx_in = MIN2(256,
ngg_info
->enable_vertex_grouping ?
ngg_info
->hw_max_esverts : num_vertices_per_prim *
ngg_info
->max_gsprims);
in radv_determine_ngg_settings()
4748
struct gfx10_ngg_info *
ngg_info
;
in radv_create_shaders()
local
4751
ngg_info
= &stages[MESA_SHADER_GEOMETRY].info.
ngg_info
;
in radv_create_shaders()
4753
ngg_info
= &stages[MESA_SHADER_TESS_EVAL].info.
ngg_info
;
in radv_create_shaders()
[all...]
H
A
D
radv_shader.h
378
struct gfx10_ngg_info
ngg_info
;
member
Completed in 14 milliseconds