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:base8
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsm8bitStorageTests.cpp
997
"%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${
base8
}arr\n"
in addCompute8bitStorage32To8Group()
1011
"%val8 = ${convert} %${
base8
} %val32\n"
in addCompute8bitStorage32To8Group()
1012
"%outloc = OpAccessChain %${
base8
}ptr %ssbo8 %zero %x ${index0:opt}\n"
in addCompute8bitStorage32To8Group()
1051
const char*
base8
;
in addCompute8bitStorage32To8Group()
member
1081
specs["
base8
"] = cTypes[tyIdx].
base8
;
in addCompute8bitStorage32To8Group()
1153
"%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${
base8
}arr\n"
in addCompute8bitUniform8To32Group()
1165
"%inloc = OpAccessChain %${
base8
}ptr %ssbo8 %zero %x ${index0:opt}\n"
in addCompute8bitUniform8To32Group()
1166
"%val8 = OpLoad %${
base8
} %inloc\n"
in addCompute8bitUniform8To32Group()
1205
const char*
base8
;
in addCompute8bitUniform8To32Group()
member
1358
const char*
base8
;
addCompute8bitStoragePushConstant8To32Group()
member
1526
const char*
base8
;
addCompute8bitStorage16To8Group()
member
1687
const char*
base8
;
addCompute8bitUniform8To16Group()
member
1844
const char*
base8
;
addCompute8bitStoragePushConstant8To16Group()
member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsm8bitStorageTests.cpp
997
"%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${
base8
}arr\n"
in addCompute8bitStorage32To8Group()
1011
"%val8 = ${convert} %${
base8
} %val32\n"
in addCompute8bitStorage32To8Group()
1012
"%outloc = OpAccessChain %${
base8
}ptr %ssbo8 %zero %x ${index0:opt}\n"
in addCompute8bitStorage32To8Group()
1051
const char*
base8
;
in addCompute8bitStorage32To8Group()
member
1081
specs["
base8
"] = cTypes[tyIdx].
base8
;
in addCompute8bitStorage32To8Group()
1153
"%SSBO8 = OpTypeStruct %${matrix_prefix:opt}${
base8
}arr\n"
in addCompute8bitUniform8To32Group()
1165
"%inloc = OpAccessChain %${
base8
}ptr %ssbo8 %zero %x ${index0:opt}\n"
in addCompute8bitUniform8To32Group()
1166
"%val8 = OpLoad %${
base8
} %inloc\n"
in addCompute8bitUniform8To32Group()
1205
const char*
base8
;
in addCompute8bitUniform8To32Group()
member
1358
const char*
base8
;
addCompute8bitStoragePushConstant8To32Group()
member
1526
const char*
base8
;
addCompute8bitStorage16To8Group()
member
1687
const char*
base8
;
addCompute8bitUniform8To16Group()
member
1844
const char*
base8
;
addCompute8bitStoragePushConstant8To16Group()
member
[all...]
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
1722
struct
base8
: base<simd8<T>> {
struct
1726
simdutf_really_inline
base8
() : base<simd8<T>>() {}
in base8()
function
1727
simdutf_really_inline
base8
(const __m256i _value) : base<simd8<T>>(_value) {}
in base8()
function
1742
struct simd8<bool>:
base8
<bool> {
1745
simdutf_really_inline simd8<bool>() :
base8
() {}
in simd8()
1746
simdutf_really_inline simd8<bool>(const __m256i _value) :
base8
<bool>(_value) {}
in simd8()
1748
simdutf_really_inline simd8<bool>(bool _value) :
base8
<bool>(splat(_value)) {}
in simd8()
1758
struct base8_numeric:
base8
<T> {
1777
simdutf_really_inline base8_numeric() :
base8
<T>() {}
in base8_numeric()
1778
simdutf_really_inline base8_numeric(const __m256i _value) :
base8
<
in base8_numeric()
2627
struct
base8
: base<simd8<T>> {
global()
struct
2633
simdutf_really_inline
base8
() : base<simd8<T>>() {}
base8()
function
2634
simdutf_really_inline
base8
(const __m128i _value) : base<simd8<T>>(_value) {}
base8()
function
3521
struct
base8
: base<simd8<T>> {
global()
struct
3525
simdutf_really_inline
base8
() : base<simd8<T>>() {}
base8()
function
3526
simdutf_really_inline
base8
(const __m128i _value) : base<simd8<T>>(_value) {}
base8()
function
[all...]
Completed in 17 milliseconds