Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp392 const std::string &offsetStr, in OutputImage2DSizeFunction() argument
407 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()
422 out << " if (imageIndex >= " << offsetStr << "2D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()
425 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()
435 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()
455 out << "(imageIndex >= " << offsetStr << "3D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()
459 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()
471 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()
480 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()
498 const std::string &offsetStr, in OutputImage2DLoadFunction() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicImage2DHLSL.cpp392 const std::string &offsetStr, in OutputImage2DSizeFunction() argument
407 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()
422 out << " if (imageIndex >= " << offsetStr << "2D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()
425 out << " const uint index = imageIndex - " << offsetStr << "2D;\n"; in OutputImage2DSizeFunction()
435 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()
455 out << "(imageIndex >= " << offsetStr << "3D && imageIndex < " << offsetStr in OutputImage2DSizeFunction()
459 out << " const uint index = imageIndex - " << offsetStr << "3D;\n"; in OutputImage2DSizeFunction()
471 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()
480 out << " const uint index = imageIndex - " << offsetStr << "2DArray;\n"; in OutputImage2DSizeFunction()
498 const std::string &offsetStr, in OutputImage2DLoadFunction() argument
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp696 …const string offsetStr = "%input" + offsetNdx + "_val" + ((offsetWidth != 32) ? "_" + de::toString… in getFullOperationWithDifferentInputWidthStr() local
700 …+ spirvOperation + " %" + spirvTestType + " %input0_val %input1_val " + offsetStr + " " + countStr… in getFullOperationWithDifferentInputWidthStr()
702 …str += resultName + " = " + spirvOperation + " %" + spirvTestType + " %input0_val " + offsetStr + … in getFullOperationWithDifferentInputWidthStr()