Home
last modified time | relevance | path

Searched refs:patchType (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
Dblock_switch.cpp430 UCHAR patchType = LONG_WINDOW; in FDKaacEnc_SyncBlockSwitching() local
435 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft in FDKaacEnc_SyncBlockSwitching()
437 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight in FDKaacEnc_SyncBlockSwitching()
442 if (patchType == WRONG_WINDOW) return -1; /* mixed up AAC-LC and AAC-LD */ in FDKaacEnc_SyncBlockSwitching()
445 blockSwitchingControlLeft->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()
446 blockSwitchingControlRight->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()
469 if (patchType != SHORT_WINDOW) { in FDKaacEnc_SyncBlockSwitching()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp1043 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType() argument
1049 case EHTokInputPatch: patchType = EbvInputPatch; break; in acceptTessellationDeclType()
1050 case EHTokOutputPatch: patchType = EbvOutputPatch; break; in acceptTessellationDeclType()
1064 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType() local
1066 if (! acceptTessellationDeclType(patchType)) in acceptTessellationPatchTemplateType()
1093 type.getQualifier().builtIn = patchType; in acceptTessellationPatchTemplateType()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp1043 bool HlslGrammar::acceptTessellationDeclType(TBuiltInVariable& patchType) in acceptTessellationDeclType() argument
1049 case EHTokInputPatch: patchType = EbvInputPatch; break; in acceptTessellationDeclType()
1050 case EHTokOutputPatch: patchType = EbvOutputPatch; break; in acceptTessellationDeclType()
1064 TBuiltInVariable patchType; in acceptTessellationPatchTemplateType() local
1066 if (! acceptTessellationDeclType(patchType)) in acceptTessellationPatchTemplateType()
1093 type.getQualifier().builtIn = patchType; in acceptTessellationPatchTemplateType()