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_param_exports
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_llvm_vs.c
699
!shader->info.
nr_param_exports
&&
in si_llvm_build_vs_exports()
707
if (!shader->info.
nr_param_exports
)
in si_llvm_build_vs_exports()
729
for (unsigned i = 0; i < shader->info.
nr_param_exports
; i++) {
in si_llvm_build_vs_exports()
765
unsigned stride = 16 * shader->info.
nr_param_exports
;
in si_llvm_build_vs_exports()
788
for (unsigned i = 0; i < shader->info.
nr_param_exports
; i++) {
in si_llvm_build_vs_exports()
794
for (unsigned i = 0; i < shader->info.
nr_param_exports
; i++) {
in si_llvm_build_vs_exports()
808
for (unsigned i = 0; i < shader->info.
nr_param_exports
; i++)
in si_llvm_build_vs_exports()
H
A
D
si_shader.h
785
ubyte
nr_param_exports
;
member
H
A
D
si_state_shaders.cpp
1448
nparams = MAX2(shader->info.
nr_param_exports
, 1);
1451
S_0286C4_NO_PC_EXPORT(shader->info.
nr_param_exports
== 0);
1502
if (shader->info.
nr_param_exports
> 4)
1504
else if (shader->info.
nr_param_exports
> 2)
1695
nparams = MAX2(shader->info.
nr_param_exports
, 1);
1700
S_0286C4_NO_PC_EXPORT(shader->info.
nr_param_exports
== 0);
H
A
D
si_shader.c
1093
shader->info.
nr_param_exports
,
in si_shader_dump_stats_for_shader_db()
1790
shader->info.
nr_param_exports
= 0;
in si_compile_shader()
1810
si_nir_assign_param_offsets(nir, &sel->info, slot_remap, &shader->info.
nr_param_exports
,
in si_compile_shader()
1815
shader->info.vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] = shader->info.
nr_param_exports
++;
in si_compile_shader()
H
A
D
si_shader_llvm_gs.c
423
shader->info.vs_output_param_offset[semantic] = shader->info.
nr_param_exports
++;
in si_generate_gs_copy_shader()
Completed in 14 milliseconds