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:ia_switch_on_eoi
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
si_cmd_buffer.c
815
bool
ia_switch_on_eoi
= false;
in si_get_ia_multi_vgt_param()
local
835
ia_switch_on_eoi
= cmd_buffer->state.graphics_pipeline->ia_multi_vgt_param.
ia_switch_on_eoi
;
in si_get_ia_multi_vgt_param()
872
ia_switch_on_eoi
= true;
in si_get_ia_multi_vgt_param()
875
if (
ia_switch_on_eoi
&&
in si_get_ia_multi_vgt_param()
883
if (family == CHIP_BONAIRE &&
ia_switch_on_eoi
&& (instanced_draw || indirect_draw))
in si_get_ia_multi_vgt_param()
890
if (gfx_level <= GFX8 &&
ia_switch_on_eoi
)
in si_get_ia_multi_vgt_param()
898
if (family == CHIP_HAWAII &&
ia_switch_on_eoi
) {
in si_get_ia_multi_vgt_param()
920
S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(
ia_switch_on_eoi
) |
in si_get_ia_multi_vgt_param()
H
A
D
radv_pipeline.c
1420
ia_multi_vgt_param.
ia_switch_on_eoi
= false;
in radv_compute_ia_multi_vgt_param_helpers()
1422
ia_multi_vgt_param.
ia_switch_on_eoi
= true;
in radv_compute_ia_multi_vgt_param_helpers()
1424
ia_multi_vgt_param.
ia_switch_on_eoi
= true;
in radv_compute_ia_multi_vgt_param_helpers()
1429
ia_multi_vgt_param.
ia_switch_on_eoi
= true;
in radv_compute_ia_multi_vgt_param_helpers()
1456
*
ia_switch_on_eoi
and then partial_vs_wave is set for pipelines
in radv_compute_ia_multi_vgt_param_helpers()
H
A
D
radv_private.h
1913
bool
ia_switch_on_eoi
;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_draw.cpp
892
bool
ia_switch_on_eoi
= false;
899
ia_switch_on_eoi
= true;
959
ia_switch_on_eoi
= true;
971
if (
ia_switch_on_eoi
&&
977
if (sscreen->info.family == CHIP_BONAIRE &&
ia_switch_on_eoi
&& key->u.uses_instancing)
991
if (sscreen->info.gfx_level <= GFX8 &&
ia_switch_on_eoi
)
994
return S_028AA8_SWITCH_ON_EOP(ia_switch_on_eop) | S_028AA8_SWITCH_ON_EOI(
ia_switch_on_eoi
) |
Completed in 21 milliseconds