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:streamout_active
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
796
bool
streamout_active
;
member
H
A
D
iris_resolve.c
417
if (ice->state.
streamout_active
&&
in iris_predraw_flush_buffers()
H
A
D
iris_state.c
3875
if (ice->state.
streamout_active
!= active) {
in iris_set_stream_output_targets()
3876
ice->state.
streamout_active
= active;
in iris_set_stream_output_targets()
5318
if (ice->state.
streamout_active
&& (clean & IRIS_DIRTY_SO_BUFFERS)) {
in iris_restore_render_saved_bos()
6237
if (ice->state.
streamout_active
) {
in iris_upload_dirty_render_state()
H
A
D
iris_program.c
2222
if (ice->state.
streamout_active
) {
in iris_update_compiled_shaders()
H
A
D
iris_resource.c
2655
if (ice->state.
streamout_active
&& (res->bind_history & PIPE_BIND_STREAM_OUTPUT))
in iris_dirty_for_history()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_context.h
639
bool
streamout_active
;
member
H
A
D
crocus_state.c
4136
if (ice->state.
streamout_active
!= active) {
in crocus_set_stream_output_targets()
4137
ice->state.
streamout_active
= active;
in crocus_set_stream_output_targets()
5293
if (idx >= so_info->num_outputs || !ice->state.
streamout_active
)
in emit_sol_surface()
6561
if (ice->state.
streamout_active
) {
6636
if (ice->state.
streamout_active
) {
6906
gs.SVBIPayloadEnable = ice->state.
streamout_active
;
H
A
D
crocus_program.c
2380
key.need_gs_prog = ice->state.
streamout_active
;
in crocus_update_compiled_ff_gs()
2496
if (ice->state.
streamout_active
) {
in crocus_update_compiled_shaders()
Completed in 44 milliseconds