Lines Matching refs:texture3DCount
390 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()
620 if (texture3DCount == totalCount) in OutputImage2DStoreFunction()
643 << "3D + " << texture3DCount << ")\n"; in OutputImage2DStoreFunction()
717 unsigned int texture2DCount = 0, texture3DCount = 0, texture2DArrayCount = 0; in OutputHLSLImage2DUniformGroup() local
732 texture3DCount++; in OutputHLSLImage2DUniformGroup()
744 unsigned int totalCount = texture2DCount + texture3DCount + texture2DArrayCount; in OutputHLSLImage2DUniformGroup()
749 unsigned int texture2DArrayRegisterIndex = texture3DRegisterIndex + texture3DCount; in OutputHLSLImage2DUniformGroup()
764 if (texture3DCount > 0) in OutputHLSLImage2DUniformGroup()
768 << declarationStr << "3D[" << texture3DCount << "]" in OutputHLSLImage2DUniformGroup()
834 OutputImage2DSizeFunction(out, textureGroup, totalCount, texture2DCount, texture3DCount, in OutputHLSLImage2DUniformGroup()
840 OutputImage2DLoadFunction(out, textureGroup, totalCount, texture2DCount, texture3DCount, in OutputHLSLImage2DUniformGroup()
845 OutputImage2DStoreFunction(out, textureGroup, totalCount, texture2DCount, texture3DCount, in OutputHLSLImage2DUniformGroup()