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_outputs
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_vs.h
64
unsigned nr_elements:8; /* max2(nr_inputs,
nr_outputs
) */
66
unsigned
nr_outputs
:8;
member
H
A
D
draw_vs_variant.c
338
emit.nr_elements = key->
nr_outputs
;
in draw_vs_create_variant_generic()
340
for (i = 0; i < key->
nr_outputs
; i++) {
in draw_vs_create_variant_generic()
H
A
D
draw_pt_fetch_shade_emit.c
91
fse->key.
nr_outputs
= vinfo->num_attribs;
in fse_prepare()
94
fse->key.nr_elements = MAX2(fse->key.
nr_outputs
, /* outputs - translate to hw format */
in fse_prepare()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_ureg.c
148
unsigned
nr_outputs
, nr_output_regs;
member
445
for (i = 0; i < ureg->
nr_outputs
; i++) {
in ureg_DECL_output_layout()
458
if (ureg->
nr_outputs
< UREG_MAX_OUTPUT) {
in ureg_DECL_output_layout()
467
ureg->
nr_outputs
++;
in ureg_DECL_output_layout()
1940
qsort(ureg->output, ureg->
nr_outputs
, sizeof(ureg->output[0]), output_sort);
in emit_decls()
1943
for (i = 0; i < ureg->
nr_outputs
; i++) {
in emit_decls()
1957
for (i = 0; i < ureg->
nr_outputs
; i++) {
in emit_decls()
2291
return ureg->
nr_outputs
;
in ureg_get_nr_outputs()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
ShaderTGSI.c
2013
unsigned
nr_outputs
= ureg_get_nr_outputs(ureg);
in Shader_tgsi_translate()
local
2014
output_mapping[
nr_outputs
]
in Shader_tgsi_translate()
2030
unsigned
nr_outputs
= ureg_get_nr_outputs(ureg);
in Shader_tgsi_translate()
local
2031
output_mapping[
nr_outputs
]
in Shader_tgsi_translate()
2084
unsigned
nr_outputs
= ureg_get_nr_outputs(ureg);
in Shader_tgsi_translate()
local
2085
output_mapping[
nr_outputs
]
in Shader_tgsi_translate()
Completed in 15 milliseconds