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:nr_vs_entries
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
gen4_blorp_exec.h
57
vs.NumberofURBEntries = batch->ice->urb.
nr_vs_entries
>> 2;
in blorp_emit_vs_state()
59
vs.NumberofURBEntries = batch->ice->urb.
nr_vs_entries
;
in blorp_emit_vs_state()
H
A
D
crocus_state.c
689
ice->urb.gs_start = ice->urb.
nr_vs_entries
* ice->urb.vsize;
in check_urb_layout()
725
ice->urb.
nr_vs_entries
= limits[URB_VS].preferred_nr_entries;
in crocus_calculate_urb_fence()
734
ice->urb.
nr_vs_entries
= 128;
in crocus_calculate_urb_fence()
740
ice->urb.
nr_vs_entries
= limits[URB_VS].preferred_nr_entries;
in crocus_calculate_urb_fence()
744
ice->urb.
nr_vs_entries
= 64;
in crocus_calculate_urb_fence()
749
ice->urb.
nr_vs_entries
= limits[URB_VS].preferred_nr_entries;
in crocus_calculate_urb_fence()
754
ice->urb.
nr_vs_entries
= limits[URB_VS].min_nr_entries;
in crocus_calculate_urb_fence()
6779
vs.NumberofURBEntries = batch->ice->urb.
nr_vs_entries
>> (GFX_VER == 5 ? 2 : 0);
6783
CLAMP(batch->ice->urb.
nr_vs_entries
/ 2, 1, batch->screen->devinfo.max_vs_threads) - 1;
8919
int
nr_vs_entries
, nr_gs_entrie
local
[all...]
H
A
D
crocus_context.h
696
uint32_t
nr_vs_entries
;
member
Completed in 16 milliseconds