Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp389 unsigned int texture2DCount, in OutputImage2DSizeFunction() argument
403 if (texture2DCount > 0) in OutputImage2DSizeFunction()
405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction()
423 << "2D + " << texture2DCount << ")\n"; in OutputImage2DSizeFunction()
447 if (texture2DCount == 0) in OutputImage2DSizeFunction()
495 unsigned int texture2DCount, in OutputImage2DLoadFunction() argument
509 if (texture2DCount > 0) in OutputImage2DLoadFunction()
511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction()
519 << "2D + " << texture2DCount << ")\n"; in OutputImage2DLoadFunction()
543 if (texture2DCount == 0) in OutputImage2DLoadFunction()
[all …]