Searched refs:EbtSamplerCubeShadow (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/compiler/translator/ |
D | BaseTypes.h | 88 EbtSamplerCubeShadow, enumerator 289 case EbtSamplerCubeShadow: in IsIntegerSampler() 497 case EbtSamplerCubeShadow: in IsSampler2D() 528 case EbtSamplerCubeShadow: in IsSamplerCube() 604 case EbtSamplerCubeShadow: in IsSampler3D() 666 case EbtSamplerCubeShadow: in IsSamplerArray() 720 case EbtSamplerCubeShadow: in IsSampler1D() 764 case EbtSamplerCubeShadow: in IsShadowSampler()
|
D | util.cpp | 344 case EbtSamplerCubeShadow: in GLVariableType()
|
D | Types.cpp | 95 case EbtSamplerCubeShadow: in getBasicString()
|
D | glslang.y | 1254 $$.initialize(EbtSamplerCubeShadow, @1);
|
D | glslang_tab_autogen.cpp | 3929 (yyval.interm.typeSpecifierNonArray).initialize(EbtSamplerCubeShadow, (yylsp[0])); in yyparse()
|
D | ParseContext.cpp | 7213 case EbtSamplerCubeShadow: in checkTextureGather()
|
D | SymbolTable_ESSL_autogen.cpp | 895 StaticType::Get<EbtSamplerCubeShadow, EbpUndefined, EvqGlobal, 1, 1>());
|
D | SymbolTable_autogen.cpp | 943 StaticType::Get<EbtSamplerCubeShadow, EbpUndefined, EvqGlobal, 1, 1>());
|
/external/angle/src/compiler/translator/msl/ |
D | UtilsMSL.cpp | 89 case EbtSamplerCubeShadow: in getBasicMetalString()
|
D | SymbolEnv.cpp | 515 case EbtSamplerCubeShadow: in GetTextureBasicType() 672 case EbtSamplerCubeShadow: in GetTextureTypeName()
|
/external/angle/src/compiler/translator/hlsl/ |
D | TextureFunctionHLSL.cpp | 397 case EbtSamplerCubeShadow: in OutputTextureFunctionArgumentList() 1348 case EbtSamplerCubeShadow: in getReturnType() 1405 case EbtSamplerCubeShadow: in getReturnType()
|
D | UtilsHLSL.cpp | 142 case EbtSamplerCubeShadow: in TextureGroup()
|
/external/angle/src/compiler/translator/spirv/ |
D | BuildSPIRV.cpp | 1249 case EbtSamplerCubeShadow: in getImageTypeParameters()
|