Lines Matching refs:bdy
430 std::ostringstream bdy;
441 bdy << " tempResult2 = tempBuffer[id];\n"
455 bdy << " tempResult2 = imageLoad(tempImage, ivec2(id, 0)).x;\n"
502 << bdy.str()
540 << bdy.str()
580 << bdy.str()
636 << bdy.str()
683 << bdy.str()
908 std::ostringstream bdy;
918 bdy << " if (subgroupElect())\n"
926 bdy << " if (subgroupElect())\n"
934 bdy << " if (subgroupElect())\n"
943 tcu::StringTemplate bdyTemplate(bdy.str());