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:ids_flags
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
123
uint64_t
ids_flags
;
member
226
uint64_t
ids_flags
;
member
405
has_tmz_support(amdgpu_device_handle dev, struct radeon_info *info, uint32_t
ids_flags
)
in has_tmz_support()
argument
411
if (
ids_flags
& AMDGPU_IDS_FLAGS_TMZ)
in has_tmz_support()
883
info->has_dedicated_vram = !(device_info.
ids_flags
& AMDGPU_IDS_FLAGS_FUSION);
in ac_query_gpu_info()
943
info->mid_command_buffer_preemption_enabled = device_info.
ids_flags
& AMDGPU_IDS_FLAGS_PREEMPTION;
in ac_query_gpu_info()
944
info->has_tmz_support = has_tmz_support(dev, info, device_info.
ids_flags
);
in ac_query_gpu_info()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_gpu_info.c
158
dev->info.
ids_flags
= dev->dev_info.
ids_flags
;
in amdgpu_query_gpu_info_init()
H
A
D
amdgpu.h
439
uint64_t
ids_flags
;
member
/third_party/libdrm/tests/amdgpu/
H
A
D
vce_tests.c
71
static uint32_t
ids_flags
;
variable
109
ids_flags
= device_handle->info.
ids_flags
;
in suite_vce_tests_enable()
128
(family_id >= AMDGPU_FAMILY_AI && !
ids_flags
))) /* dGPU > Polaris */
in suite_vce_tests_enable()
H
A
D
security_tests.c
436
if (!(device_handle->dev_info.
ids_flags
& AMDGPU_IDS_FLAGS_TMZ)) {
in suite_security_tests_enable()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
1023
__u64
ids_flags
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
1015
__u64
ids_flags
;
member
Completed in 13 milliseconds