OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPipeInput
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h
463
bool
isPipeInput
() const
555
return
isPipeInput
();
557
return ! patch && (
isPipeInput
() || isPipeOutput());
559
return ! patch &&
isPipeInput
();
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
linkValidate.cpp
641
if (qualifier.
isPipeInput
())
676
if (! (profile != EEsProfile && language == EShLangVertex && qualifier.
isPipeInput
())) {
767
if (language == EShLangVertex && type.getQualifier().
isPipeInput
())
[
all
...]
reflection.cpp
691
if (intermediate.getStage() == EShLangVertex && base->getQualifier().
isPipeInput
())
ParseHelper.cpp
602
(! limits.generalAttributeMatrixVectorIndexing && base->getQualifier().
isPipeInput
() && language == EShLangVertex && (base->getType().isMatrix() || base->getType().isVector())) ||
605
! base->getType().getQualifier().
isPipeInput
() &&
608
(! limits.generalVaryingIndexing && (base->getType().getQualifier().
isPipeInput
() ||
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp
232
if (type.getQualifier().
isPipeInput
())
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp
232
if (type.getQualifier().
isPipeInput
())
[
all
...]
Completed in 66 milliseconds