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_state
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5769
const struct gfx10_ngg_info *
ngg_state
= &shader->info.ngg_info;
in radv_pipeline_emit_hw_ngg()
local
5839
ngg_state
->vgt_esgs_ring_itemsize);
in radv_pipeline_emit_hw_ngg()
5848
S_028A44_ES_VERTS_PER_SUBGRP(
ngg_state
->hw_max_esverts) |
in radv_pipeline_emit_hw_ngg()
5849
S_028A44_GS_PRIMS_PER_SUBGRP(
ngg_state
->max_gsprims) |
in radv_pipeline_emit_hw_ngg()
5850
S_028A44_GS_INST_PRIMS_IN_SUBGRP(
ngg_state
->max_gsprims * gs_num_invocations));
in radv_pipeline_emit_hw_ngg()
5854
S_0287FC_MAX_VERTS_PER_SUBGROUP(
ngg_state
->max_out_verts));
in radv_pipeline_emit_hw_ngg()
5856
S_028B4C_PRIM_AMP_FACTOR(
ngg_state
->prim_amp_factor) |
in radv_pipeline_emit_hw_ngg()
5861
S_028B90_EN_MAX_VERT_OUT_PER_GS_INSTANCE(
ngg_state
->max_vert_out_per_gs_instance));
in radv_pipeline_emit_hw_ngg()
5864
ge_cntl = S_03096C_PRIMS_PER_SUBGRP(
ngg_state
->max_gsprims) |
in radv_pipeline_emit_hw_ngg()
5865
S_03096C_VERTS_PER_SUBGRP(
ngg_state
in radv_pipeline_emit_hw_ngg()
[all...]
Completed in 9 milliseconds