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:spir
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/compiler/clc/
H
A
D
clc.c
224
clc_free_spir(struct clc_binary *
spir
)
in clc_free_spir()
argument
226
clc_free_spir_binary(
spir
);
in clc_free_spir()
H
A
D
clc_helpers.h
86
clc_free_spir_binary(struct clc_binary *
spir
);
H
A
D
clc.h
199
clc_free_spir(struct clc_binary *
spir
);
H
A
D
clc_helpers.cpp
1066
auto mod = ::llvm::parseBitcodeFile(::llvm::MemoryBufferRef(spir_ref, "<
spir
>"), llvm_ctx);
in clc_spir_to_spirv()
1210
clc_free_spir_binary(struct clc_binary *
spir
)
in clc_free_spir_binary()
argument
1212
free(
spir
->data);
in clc_free_spir_binary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Triple.cpp
62
case
spir
: return "
spir
";
in getArchTypeName()
138
case
spir
:
in getArchTypePrefix()
139
case spir64: return "
spir
";
in getArchTypePrefix()
310
.Case("
spir
",
spir
)
in getArchTypeForLLVMName()
439
.Case("
spir
", Triple::
spir
)
in parseArch()
702
case Triple::
spir
:
in getDefaultFormat()
1262
case llvm::Triple::
spir
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
Triple.h
89
spir
, // SPIR: standard portable IR for OpenCL 32-bit version
enumerator
686
return getArch() == Triple::
spir
|| getArch() == Triple::spir64;
in isSPIR()
/third_party/skia/third_party/externals/spirv-tools/
H
A
D
Android.mk
312
$(SPVHEADERS_LOCAL_PATH)/include/spirv/
spir
-v.xml
314
--xml=$(SPVHEADERS_LOCAL_PATH)/include/spirv/
spir
-v.xml \
316
@echo "[$(TARGET_ARCH_ABI)] Generate : generators.inc <=
spir
-v.xml"
/third_party/spirv-tools/
H
A
D
Android.mk
329
$(SPVHEADERS_LOCAL_PATH)/include/spirv/
spir
-v.xml
331
--xml=$(SPVHEADERS_LOCAL_PATH)/include/spirv/
spir
-v.xml \
333
@echo "[$(TARGET_ARCH_ABI)] Generate : generators.inc <=
spir
-v.xml"
/third_party/glslang/SPIRV/
H
A
D
SPVRemapper.cpp
539
error("
spir
instruction terminated too early");
in processInstruction()
1263
return std::equal(
spir
.begin() + typeStart + range.first,
in matchType()
1264
spir
.begin() + typeStart + std::min(range.second, wordCount),
in matchType()
Completed in 10 milliseconds