Home
last modified time | relevance | path

Searched refs:isSamplerInStruct (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp305 bool isSamplerInStruct = false; in processFunctionCall() local
306 const TVariable *uniform = GetBaseUniform(callArgument, &isSamplerInStruct); in processFunctionCall()
337 (isSamplerInStruct && isParameterArrayOfOpaqueType) || in processFunctionCall()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm392 bool isSamplerInStruct = samplerUniform.name.find('.') != std::string::npos;
393 std::string mappedSamplerName = isSamplerInStruct
397 if (isSamplerInStruct)