Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp297 std::string Image2DHLSLGroupFunctionName(Image2DHLSLGroup group, Image2DMethod method) in Image2DHLSLGroupFunctionName() function
421 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DSIZE) << "("; in OutputImage2DSizeFunction()
516 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DLOAD) << "("; in OutputImage2DLoadFunction()
609 << Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DSTORE) << "("; in OutputImage2DStoreFunction()
855 if (shaderData->useImage2DFunction(Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DSIZE))) in OutputHLSLImage2DUniformGroup()
860 if (shaderData->useImage2DFunction(Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DLOAD))) in OutputHLSLImage2DUniformGroup()
865 if (shaderData->useImage2DFunction(Image2DHLSLGroupFunctionName(textureGroup, IMAGE2DSTORE))) in OutputHLSLImage2DUniformGroup()