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:code_properties
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUAsmPrinter.cpp
1236
Out.
code_properties
|= AMD_CODE_PROPERTY_IS_PTR64;
in getAmdKernelCode()
1239
Out.
code_properties
|= AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK;
in getAmdKernelCode()
1241
AMD_HSA_BITS_SET(Out.
code_properties
,
in getAmdKernelCode()
1246
Out.
code_properties
|=
in getAmdKernelCode()
1251
Out.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR;
in getAmdKernelCode()
1254
Out.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_QUEUE_PTR;
in getAmdKernelCode()
1257
Out.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_KERNARG_SEGMENT_PTR;
in getAmdKernelCode()
1260
Out.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_ID;
in getAmdKernelCode()
1263
Out.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_SGPR_FLAT_SCRATCH_INIT;
in getAmdKernelCode()
1266
Out.
code_properties
|
in getAmdKernelCode()
[all...]
H
A
D
AMDKernelCodeT.h
566
uint32_t
code_properties
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H
A
D
AMDKernelCodeTInfo.h
25
printBitField<FLD_T(
code_properties
),\
30
parseBitField<FLD_T(
code_properties
),\
H
A
D
AMDGPUBaseInfo.cpp
510
Header.
code_properties
|= AMD_CODE_PROPERTY_ENABLE_WAVEFRONT_SIZE32;
in initDefaultAMDKernelCodeT()
/third_party/mesa3d/src/amd/common/
H
A
D
amd_kernel_code_t.h
461
uint32_t
code_properties
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute.c
606
AMD_HSA_BITS_GET(code_object->
code_properties
, AMD_CODE_PROPERTY_PRIVATE_ELEMENT_SIZE);
in setup_scratch_rsrc_user_sgprs()
653
if (AMD_HSA_BITS_GET(code_object->
code_properties
,
in si_setup_user_sgprs_co_v2()
663
if (AMD_HSA_BITS_GET(code_object->
code_properties
, AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR)) {
in si_setup_user_sgprs_co_v2()
705
if (AMD_HSA_BITS_GET(code_object->
code_properties
,
in si_setup_user_sgprs_co_v2()
714
if (code_object->
code_properties
& workgroup_count_masks[i]) {
in si_setup_user_sgprs_co_v2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H
A
D
AMDGPUAsmParser.cpp
4055
if (Header.
code_properties
& AMD_CODE_PROPERTY_ENABLE_WAVEFRONT_SIZE32) {
in ParseAMDKernelCodeTValue()
Completed in 19 milliseconds