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_cs_variants
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_cs.c
554
lp->
nr_cs_variants
, variant->nr_instrs, lp->nr_cs_instrs);
in llvmpipe_remove_cs_shader_variant()
565
lp->
nr_cs_variants
--;
in llvmpipe_remove_cs_shader_variant()
865
lp->
nr_cs_variants
,
in llvmpipe_update_cs()
867
lp->
nr_cs_variants
? lp->nr_cs_instrs / lp->
nr_cs_variants
: 0);
in llvmpipe_update_cs()
873
variants_to_cull = lp->
nr_cs_variants
>= LP_MAX_SHADER_VARIANTS ? LP_MAX_SHADER_VARIANTS / 16 : 0;
in llvmpipe_update_cs()
881
lp->
nr_cs_variants
, lp->nr_cs_instrs,
in llvmpipe_update_cs()
882
lp->nr_cs_instrs / lp->
nr_cs_variants
);
in llvmpipe_update_cs()
886
* We need to re-check lp->
nr_cs_variants
because an arbitrarily large
in llvmpipe_update_cs()
917
lp->
nr_cs_variants
in llvmpipe_update_cs()
[all...]
H
A
D
lp_context.h
170
unsigned
nr_cs_variants
;
member
Completed in 3 milliseconds