/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 1073 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1074 const string testSrc = " tempRes = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, gl_NumSubgroups, gl_SubgroupID);\n"; in initPrograms() 1077 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms() 1675 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1676 const string testSrc = " tempRes = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID + 1024, 0, 0);\n"; in initPrograms() 1679 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
|
H A D | vktSubgroupsTestsUtils.cpp | 1289 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1291 << " result = float(tempRes);\n" in initStdFrameBufferPrograms() 1311 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1313 << " out_color = float(tempRes);\n" in initStdFrameBufferPrograms() 1339 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1341 << " out_color[gl_InvocationID] = float(tempRes);\n" in initStdFrameBufferPrograms() 1361 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1363 << " out_color = float(tempRes);\n" in initStdFrameBufferPrograms() 1418 const std::string& tempRes) in initStdPrograms() 1439 << tempRes in initStdPrograms() 1408 initStdPrograms(vk::SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, vk::VkShaderStageFlags shaderStage, vk::VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations, const bool avoidHelperInvocations, const std::string& tempRes) initStdPrograms() argument [all...] |
H A D | vktSubgroupsTestsUtils.hpp | 169 const std::string& tempRes = " uint tempRes;\n");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBuiltinVarTests.cpp | 1073 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1074 const string testSrc = " tempRes = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID, gl_NumSubgroups, gl_SubgroupID);\n"; in initPrograms() 1077 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms() 1675 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1676 const string testSrc = " tempRes = uvec4(gl_SubgroupSize, gl_SubgroupInvocationID + 1024, 0, 0);\n"; in initPrograms() 1679 subgroups::initStdPrograms(programCollection, buildOptions, caseDef.shaderStage, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
|
H A D | vktSubgroupsTestsUtils.cpp | 1289 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1291 << " result = float(tempRes);\n" in initStdFrameBufferPrograms() 1311 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1313 << " out_color = float(tempRes);\n" in initStdFrameBufferPrograms() 1339 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1341 << " out_color[gl_InvocationID] = float(tempRes);\n" in initStdFrameBufferPrograms() 1361 << " uint tempRes;\n" in initStdFrameBufferPrograms() 1363 << " out_color = float(tempRes);\n" in initStdFrameBufferPrograms() 1418 const std::string& tempRes) in initStdPrograms() 1439 << tempRes in initStdPrograms() 1408 initStdPrograms(vk::SourceCollections& programCollection, const vk::ShaderBuildOptions& buildOptions, vk::VkShaderStageFlags shaderStage, vk::VkFormat format, bool gsPointSize, const std::string& extHeader, const std::string& testSrc, const std::string& helperStr, const std::vector<std::string>& declarations, const bool avoidHelperInvocations, const std::string& tempRes) initStdPrograms() argument [all...] |
H A D | vktSubgroupsTestsUtils.hpp | 169 const std::string& tempRes = " uint tempRes;\n");
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresbund.cpp | 1487 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local 1488 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1489 ures_close(tempRes); in ures_getStringWithAlias() 2155 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2156 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2157 ures_close(tempRes); in ures_getStringByKey() 2177 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2178 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2179 ures_close(tempRes); in ures_getStringByKey()
|
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1710 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local 1711 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1712 ures_close(tempRes); in ures_getStringWithAlias() 2516 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2517 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2518 ures_close(tempRes); in ures_getStringByKey() 2538 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2539 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2540 ures_close(tempRes); in ures_getStringByKey()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 1712 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, nullptr, status); in ures_getStringWithAlias() local 1713 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1714 ures_close(tempRes); in ures_getStringWithAlias() 2577 UResourceBundle *tempRes = ures_getByKey(resB, inKey, nullptr, status); in ures_getStringByKey() local 2578 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2579 ures_close(tempRes); in ures_getStringByKey() 2599 UResourceBundle *tempRes = ures_getByKey(resB, inKey, nullptr, status); in ures_getStringByKey() local 2600 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2601 ures_close(tempRes); in ures_getStringByKey()
|