Home
last modified time | relevance | path

Searched defs:samplerType (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/common/
DPackedEnums.cpp120 TextureType SamplerTypeToTextureType(GLenum samplerType) in SamplerTypeToTextureType()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbolTable.cpp440 void TSymbolTable::initSamplerDefaultPrecision(TBasicType samplerType) in initSamplerDefaultPrecision()
DTextureFunctionHLSL.cpp1372 TBasicType samplerType, in useTextureFunction()
DOutputHLSL.cpp2439 TBasicType samplerType = (*arguments)[0]->getAsTyped()->getType().getBasicType(); in visitAggregate() local
3264 const TType &samplerType = sampler->getType(); in writeParameter() local
DResourcesHLSL.cpp519 const TType &samplerType = sampler->getType(); in uniformsHeader() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp267 static std::string GetSimpleTextureFragmentShader(const char *samplerType) in GetSimpleTextureFragmentShader()
1008 void RobustResourceInitTestES3::testIntegerTextureInit(const char *samplerType, in testIntegerTextureInit()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp1316 std::string samplerType; in getBlitProgram() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp829 const TType &samplerType, in traverseLeafSampler()