Home
last modified time | relevance | path

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

/external/angle/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 …]
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go363 … loadAarch64Address(statement *node32, targetReg string, symbol string, offsetStr string) (*node32…
386 d.output.WriteString("\tadr " + targetReg + ", " + symbol + offsetStr + "\n")
391 if len(offsetStr) != 0 {
/external/deqp/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()