Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp390 unsigned int texture3DCount, in OutputImage2DSizeFunction() argument
431 if (texture3DCount > 0) in OutputImage2DSizeFunction()
433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction()
456 << "3D + " << texture3DCount << ")\n"; in OutputImage2DSizeFunction()
496 unsigned int texture3DCount, in OutputImage2DLoadFunction() argument
527 if (texture3DCount > 0) in OutputImage2DLoadFunction()
529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction()
552 << "3D + " << texture3DCount << ")\n"; in OutputImage2DLoadFunction()
589 unsigned int texture3DCount, in OutputImage2DStoreFunction() argument
618 if (texture3DCount > 0) in OutputImage2DStoreFunction()
[all …]