Lines Matching refs:totalCount
388 unsigned int totalCount, in OutputImage2DSizeFunction() argument
405 if (texture2DCount == totalCount) in OutputImage2DSizeFunction()
433 if (texture3DCount == totalCount) in OutputImage2DSizeFunction()
469 if (texture2DArrayCount == totalCount) in OutputImage2DSizeFunction()
494 unsigned int totalCount, in OutputImage2DLoadFunction() argument
511 if (texture2DCount == totalCount) in OutputImage2DLoadFunction()
529 if (texture3DCount == totalCount) in OutputImage2DLoadFunction()
564 if (texture2DArrayCount == totalCount) in OutputImage2DLoadFunction()
587 unsigned int totalCount, in OutputImage2DStoreFunction() argument
602 if (texture2DCount == totalCount) in OutputImage2DStoreFunction()
620 if (texture3DCount == totalCount) in OutputImage2DStoreFunction()
655 if (texture2DArrayCount == totalCount) in OutputImage2DStoreFunction()
744 unsigned int totalCount = texture2DCount + texture3DCount + texture2DArrayCount; in OutputHLSLImage2DUniformGroup() local
750 *image2DRegisterIndex += totalCount; 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()