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:max_stream
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/zram/
H
A
D
zram_lib.sh
116
tst_brk TFAIL "can't set max_streams '$max_s', get $
max_stream
"
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.h
283
uint8_t
max_stream
;
member
H
A
D
radv_pipeline.c
6101
uint8_t
max_stream
;
in radv_pipeline_emit_hw_gs()
local
6106
max_stream
= gs->info.gs.
max_stream
;
in radv_pipeline_emit_hw_gs()
6113
if (
max_stream
>= 1)
in radv_pipeline_emit_hw_gs()
6116
if (
max_stream
>= 2)
in radv_pipeline_emit_hw_gs()
6119
if (
max_stream
>= 3)
in radv_pipeline_emit_hw_gs()
6125
radeon_emit(ctx_cs, (
max_stream
>= 1) ? num_components[1] : 0);
in radv_pipeline_emit_hw_gs()
6126
radeon_emit(ctx_cs, (
max_stream
>= 2) ? num_components[2] : 0);
in radv_pipeline_emit_hw_gs()
6127
radeon_emit(ctx_cs, (
max_stream
>= 3) ? num_components[3] : 0);
in radv_pipeline_emit_hw_gs()
H
A
D
radv_shader_info.c
651
info->gs.
max_stream
=
in radv_nir_shader_info_pass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_shaders.cpp
1026
unsigned
max_stream
= util_last_bit(sel->info.base.gs.active_stream_mask);
in si_shader_gs()
local
1040
if (
max_stream
>= 2)
in si_shader_gs()
1044
if (
max_stream
>= 3)
in si_shader_gs()
1048
if (
max_stream
>= 4)
in si_shader_gs()
1058
shader->ctx_reg.gs.vgt_gs_vert_itemsize_1 = (
max_stream
>= 2) ? num_components[1] : 0;
in si_shader_gs()
1059
shader->ctx_reg.gs.vgt_gs_vert_itemsize_2 = (
max_stream
>= 3) ? num_components[2] : 0;
in si_shader_gs()
1060
shader->ctx_reg.gs.vgt_gs_vert_itemsize_3 = (
max_stream
>= 4) ? num_components[3] : 0;
in si_shader_gs()
Completed in 19 milliseconds