OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMatrixType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h
131
bool isMatrix(Id resultId) const { return
isMatrixType
(getTypeId(resultId)); }
139
bool
isMatrixType
(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; }
157
assert(
isMatrixType
(typeId));
163
assert(
isMatrixType
(typeId));
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h
131
bool isMatrix(Id resultId) const { return
isMatrixType
(getTypeId(resultId)); }
139
bool
isMatrixType
(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix; }
157
assert(
isMatrixType
(typeId));
163
assert(
isMatrixType
(typeId));
Completed in 542 milliseconds