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:getScalarTypeId
(Results
1 - 3
of
3
) sorted by relevance
/third_party/glslang/SPIRV/
H
A
D
SpvBuilder.cpp
1318
Id Builder::
getScalarTypeId
(Id typeId) const
in getScalarTypeId()
function in spv::Builder
1336
return
getScalarTypeId
(getContainedTypeId(typeId));
in getScalarTypeId()
2838
assert(getTypeId(scalar) ==
getScalarTypeId
(vectorType));
in smearScalar()
3047
resultType =
getScalarTypeId
(resultType);
in createTextureCall()
3135
resultType = makeVectorType(
getScalarTypeId
(getTypeId(parameters.coords)), 2);
in createTextureQueryCall()
3270
Id scalarTypeId =
getScalarTypeId
(resultTypeId);
in createConstructor()
3344
Id componentTypeId =
getScalarTypeId
(resultTypeId);
in createMatrixConstructor()
3811
Id swizzledType =
getScalarTypeId
(getTypeId(id));
in accessChainLoad()
H
A
D
SpvBuilder.h
260
Id
getScalarTypeId
(Id typeId) const;
324
Id scalarTypeId =
getScalarTypeId
(typeId);
in getScalarTypeWidth()
H
A
D
GlslangToSpv.cpp
6145
builder.
getScalarTypeId
(builder.getTypeId(params.coords)), indexes);
in createImageTextureFunctionCall()
6291
builder.
getScalarTypeId
(builder.getTypeId(params.coords)), projSourceComp);
in createImageTextureFunctionCall()
6758
spv::Id scalarType = builder.
getScalarTypeId
(typeId);
in createBinaryMatrixOperation()
7336
spv::Id srcVecType = builder.makeVectorType(builder.
getScalarTypeId
(builder.getTypeId(operand)), numRows);
in createUnaryMatrixOperation()
7337
spv::Id destVecType = builder.makeVectorType(builder.
getScalarTypeId
(typeId), numRows);
in createUnaryMatrixOperation()
8232
spv::Id scalarType = builder.
getScalarTypeId
(builder.getTypeId(operands[0]));
in CreateInvocationsVectorOperation()
8672
if (! builder.isBoolType(builder.
getScalarTypeId
(builder.getTypeId(operands.back())))) {
in createMiscOperation()
9240
if (builder.isFloatType(builder.
getScalarTypeId
(typeId1))) {
in createMiscOperation()
Completed in 22 milliseconds