Home
last modified time | relevance | path

Searched defs:offsetStr (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicImage2DHLSL.cpp407 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction() local
425 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction() local
435 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction() local
459 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction() local
471 out << " const uint index = imageIndex - " << offsetStr << " in OutputImage2DSizeFunction() local
386 OutputImage2DSizeFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr, bool getDimensionsIgnoresBaseLevel) OutputImage2DSizeFunction() argument
480 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\\n"; OutputImage2DSizeFunction() local
492 OutputImage2DLoadFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DLoadFunction() argument
513 out << " const uint index = imageIndex - " << offsetStr << "2D;\\n"; OutputImage2DLoadFunction() local
521 out << " const uint index = imageIndex - " << offsetStr << "2D;\\n"; OutputImage2DLoadFunction() local
531 out << " const uint index = imageIndex - " << offsetStr << "3D;\\n"; OutputImage2DLoadFunction() local
555 out << " const uint index = imageIndex - " << offsetStr << "3D;\\n"; OutputImage2DLoadFunction() local
566 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\\n"; OutputImage2DLoadFunction() local
574 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\\n"; OutputImage2DLoadFunction() local
585 OutputImage2DStoreFunction(std::ostringstream &out, Image2DHLSLGroup textureGroup, unsigned int totalCount, unsigned int texture2DCount, unsigned int texture3DCount, unsigned int texture2DArrayCount, const std::string &offsetStr, const std::string &declarationStr) OutputImage2DStoreFunction() argument
604 out << " const uint index = imageIndex - " << offsetStr << "2D;\\n"; OutputImage2DStoreFunction() local
612 out << " const uint index = imageIndex - " << offsetStr << "2D;\\n"; OutputImage2DStoreFunction() local
622 out << " const uint index = imageIndex - " << offsetStr << "3D;\\n"; OutputImage2DStoreFunction() local
646 out << " const uint index = imageIndex - " << offsetStr << "3D;\\n"; OutputImage2DStoreFunction() local
657 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\\n"; OutputImage2DStoreFunction() local
665 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\\n"; OutputImage2DStoreFunction() local
752 std::string offsetStr = OutputHLSLImage2DUniformGroup() local
[all...]

Completed in 2 milliseconds