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:outputs_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_compiler_nir.c
4198
so->
outputs_count
= MAX2(so->
outputs_count
, n + 1);
in setup_output()
4199
compile_assert(ctx, so->
outputs_count
<= ARRAY_SIZE(so->outputs));
in setup_output()
4529
for (i = 0, j = 0; i < so->
outputs_count
; i++) {
in fixup_binning_pass()
4546
so->
outputs_count
= j;
in fixup_binning_pass()
4648
unsigned
outputs_count
= 0;
in ir3_compile_shader_nir()
local
4651
unsigned n = so->
outputs_count
++;
in ir3_compile_shader_nir()
4655
outputs[
outputs_count
] = out;
in ir3_compile_shader_nir()
4656
outidxs[
outputs_count
] = n;
in ir3_compile_shader_nir()
4658
regids[
outputs_count
]
in ir3_compile_shader_nir()
4714
unsigned
outputs_count
= 0;
ir3_compile_shader_nir()
local
[all...]
H
A
D
ir3_shader.h
595
unsigned
outputs_count
;
member
965
for (j = 0; j < so->
outputs_count
; j++)
in ir3_find_output()
988
for (j = 0; j < so->
outputs_count
; j++)
in ir3_find_output()
1115
for (j = 0; j < so->
outputs_count
; j++)
H
A
D
ir3_shader.c
95
for (i = 0; i < v->
outputs_count
; i++) {
in fixup_regfootprint()
831
for (i = 0; i < so->
outputs_count
; i++) {
in ir3_shader_disasm()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
821
if (k >= v->
outputs_count
|| v->outputs[k].regid == INVALID_REG)
in tu6_setup_streamout()
1070
for (unsigned i = 0; i < last_shader->
outputs_count
; i++) {
in tu6_emit_vpc()
Completed in 16 milliseconds