OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIoResizeArray
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.cpp
515
if (base->getAsSymbolNode() &&
isIoResizeArray
(base->getType()))
524
if (base->getAsSymbolNode() &&
isIoResizeArray
(base->getType()))
624
if (
isIoResizeArray
(symbol->getType()))
652
bool TParseContext::
isIoResizeArray
(const TType& type) const
659
// If an array is not
isIoResizeArray
() but is an io array, make sure it has the right size
665
assert(!
isIoResizeArray
(type));
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp
384
if (base->getAsSymbolNode() &&
isIoResizeArray
(base->getType()))
426
if (
isIoResizeArray
(symbol->getType()))
444
bool HlslParseContext::
isIoResizeArray
(const TType& type) const
451
// If an array is not
isIoResizeArray
() but is an io array, make sure it has the right size
457
assert(!
isIoResizeArray
(type));
[
all
...]
Completed in 703 milliseconds