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:streams_written
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_xfb_info.h
57
uint8_t
streams_written
;
member
H
A
D
nir_gather_xfb_info.c
113
xfb->
streams_written
|= (1 << var->data.stream);
in add_var_xfb_outputs()
445
info->
streams_written
= stream_mask;
in nir_gather_xfb_info_from_intrinsics()
468
fprintf(fp, "
streams_written
: 0x%x\n", info->
streams_written
);
in nir_print_xfb_info()
H
A
D
nir_validate.c
1811
validate_assert(&state, shader->xfb_info->
streams_written
!= 0);
in nir_validate_shader()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_xfb.c
225
xfb->
streams_written
|= BITFIELD_BIT(info->Outputs[i].StreamId);
in gl_to_nir_xfb_info()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_shader.c
706
info->
streams_written
= xfb->
streams_written
;
in tu_gather_xfb_info()
H
A
D
tu_pipeline.c
862
tu_cs_emit(cs, A6XX_VPC_SO_STREAM_CNTL_STREAM_ENABLE(info->
streams_written
) |
in tu6_setup_streamout()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_shader.h
225
uint8_t
streams_written
;
member
Completed in 13 milliseconds