Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTextureFunctionHLSL.cpp964 ImmutableString samplerCoordTypeString( in OutputTextureGatherFunctionBody() local
967 samplerCoordTypeString.length() + strlen("(") + texCoordX.length() + strlen(", ") + in OutputTextureGatherFunctionBody()
970 samplerCoordBuilder << samplerCoordTypeString << "(" << texCoordX << ", " << texCoordY; in OutputTextureGatherFunctionBody()