OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOuterArraySize
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
reflection.cpp
191
for (int i = 0; i < visitNode->getLeft()->getType().
getOuterArraySize
(); ++i) {
226
for (int i = 0; i < terminalType->
getOuterArraySize
(); ++i) {
639
return type.isArray() ? type.
getOuterArraySize
() : 1;
linkValidate.cpp
259
int newImplicitArraySize = unitType.isImplicitlySizedArray() ? unitType.getImplicitArraySize() : unitType.
getOuterArraySize
();
744
return type.
getOuterArraySize
() * computeTypeLocationSize(elementType);
[
all
...]
ParseHelper.cpp
580
if (type.isExplicitlySizedArray() && index >= type.
getOuterArraySize
()) {
582
index = type.
getOuterArraySize
() - 1;
671
if (type.
getOuterArraySize
() != resources.maxPatchVertices) {
753
else if (type.
getOuterArraySize
() != requiredSize) {
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp
463
if (type.
getOuterArraySize
() != resources.maxPatchVertices) {
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp
[
all
...]
Completed in 103 milliseconds