Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.cpp998 constexpr std::array<const char *, 4> kHLSLGatherFunctions = { in OutputTextureGatherFunctionBody() local
1003 for (size_t component = 0; component < kHLSLGatherFunctions.size(); ++component) in OutputTextureGatherFunctionBody()
1006 << " return " << textureReference << "." << kHLSLGatherFunctions[component] in OutputTextureGatherFunctionBody()