Searched refs:EbtSamplerExternalOES (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | BaseTypes.h | 68 EbtSamplerExternalOES, // Only valid if OES_EGL_image_external exists. enumerator 118 case EbtSamplerExternalOES: return "samplerExternalOES"; in getBasicString() 170 case EbtSamplerExternalOES: in IsIntegerSampler() 194 case EbtSamplerExternalOES: in IsSampler2D() 225 case EbtSamplerExternalOES: in IsSamplerCube() 254 case EbtSamplerExternalOES: in IsSampler3D() 286 case EbtSamplerExternalOES: in IsSamplerArray() 323 case EbtSamplerExternalOES: in IsShadowSampler()
|
D | SymbolTable.cpp | 67 case EbtSamplerExternalOES: mangledName += "sext"; break; in buildMangledName()
|
D | Initialize.cpp | 260 TType *samplerExternalOES = new TType(EbtSamplerExternalOES); in InsertBuiltInFunctions() 270 TType *samplerExternalOES = new TType(EbtSamplerExternalOES); in InsertBuiltInFunctions()
|
D | glslang.y | 1232 $$.setBasic(EbtSamplerExternalOES, qual, @1);
|
D | glslang_tab.cpp | 4121 (yyval.interm.type).setBasic(EbtSamplerExternalOES, qual, (yylsp[0])); in yyparse()
|
D | OutputASM.cpp | 150 case EbtSamplerExternalOES: in glVariableType()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | BaseTypes.h | 70 EbtSamplerExternalOES, // Only valid if OES_EGL_image_external exists. enumerator 271 case EbtSamplerExternalOES: in IsIntegerSampler() 463 case EbtSamplerExternalOES: in IsSampler2D() 519 case EbtSamplerExternalOES: in IsSamplerCube() 574 case EbtSamplerExternalOES: in IsSampler3D() 644 case EbtSamplerExternalOES: in IsSamplerArray() 690 case EbtSamplerExternalOES: in IsSampler1D() 772 case EbtSamplerExternalOES: in IsShadowSampler()
|
D | TextureFunctionHLSL.cpp | 239 case EbtSamplerExternalOES: in GetHLSLCoordCount() 288 case EbtSamplerExternalOES: in OutputTextureFunctionArgumentList() 365 case EbtSamplerExternalOES: in OutputTextureFunctionArgumentList() 436 case EbtSamplerExternalOES: in OutputTextureFunctionArgumentList() 1027 case EbtSamplerExternalOES: in OutputTextureSampleFunctionReturnStatement() 1299 case EbtSamplerExternalOES: in getReturnType() 1330 case EbtSamplerExternalOES: in getReturnType()
|
D | UtilsHLSL.cpp | 82 case EbtSamplerExternalOES: in TextureGroup() 436 case EbtSamplerExternalOES: in TextureTypeSuffix() 978 case EbtSamplerExternalOES: in TypeString()
|
D | OutputVulkanGLSL.cpp | 160 if (type.getBasicType() == EbtSamplerExternalOES) in writeVariableType()
|
D | SymbolTable.cpp | 437 initSamplerDefaultPrecision(EbtSamplerExternalOES); in initializeBuiltIns()
|
D | Types.cpp | 45 case EbtSamplerExternalOES: in getBasicString()
|
D | util.cpp | 287 case EbtSamplerExternalOES: in GLVariableType()
|
D | BuildSPIRV.cpp | 535 case EbtSamplerExternalOES: in getSpirvType() 954 case EbtSamplerExternalOES: in getImageTypeParameters()
|
D | glslang.y | 1288 $$.initialize(EbtSamplerExternalOES, @1);
|
D | glslang_tab_autogen.cpp | 4520 (yyval.interm.typeSpecifierNonArray).initialize(EbtSamplerExternalOES, (yylsp[0])); in yyparse()
|
D | SymbolTable_ESSL_autogen.cpp | 2627 StaticType::Get<EbtSamplerExternalOES, EbpUndefined, EvqGlobal, 1, 1>());
|
D | SymbolTable_autogen.cpp | 3829 StaticType::Get<EbtSamplerExternalOES, EbpUndefined, EvqGlobal, 1, 1>());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | TranslatorMetalUtils.cpp | 45 case EbtSamplerExternalOES: in getBasicMetalString()
|
D | SymbolEnv.cpp | 508 case EbtSamplerExternalOES: in GetTextureBasicType() 685 case EbtSamplerExternalOES: // Only valid if OES_EGL_image_external exists: in GetTextureTypeName()
|