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:has_rbplus
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface_test_common.h
134
info->
has_rbplus
= true;
in init_gfx103()
150
info->
has_rbplus
= true;
in init_gfx11()
H
A
D
ac_gpu_info.h
94
bool
has_rbplus
; /* if RB+ registers exist */
member
H
A
D
ac_gpu_info.c
1059
info->
has_rbplus
= info->family == CHIP_STONEY || info->gfx_level >= GFX9;
in ac_query_gpu_info()
1065
info->
has_rbplus
&&
in ac_query_gpu_info()
1465
fprintf(f, "
has_rbplus
= %u\n", info->
has_rbplus
);
in ac_print_gpu_info()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
H
A
D
radv_null_winsys.c
150
info->
has_rbplus
= info->family == CHIP_STONEY || info->gfx_level >= GFX9;
in radv_null_winsys_query_info()
152
info->
has_rbplus
&&
in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
840
if (device->physical_device->rad_info.
has_rbplus
) {
in radv_pipeline_init_blend_state()
5545
if (pdevice->rad_info.
has_rbplus
) {
in radv_pipeline_emit_blend_state()
6365
bool disable_rbplus = pdevice->rad_info.
has_rbplus
&& !pdevice->rad_info.rbplus_allowed;
in radv_compute_db_shader_control()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
1595
if (sctx->screen->info.
has_rbplus
&& !sctx->screen->info.rbplus_allowed)
in si_emit_db_render_state()
Completed in 23 milliseconds