OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIoResizeArray
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h
75
bool
isIoResizeArray
(const TType&) const;
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
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h
185
bool
isIoResizeArray
(const TType&) const;
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
...]
Completed in 62 milliseconds