/third_party/glslang/Test/ |
D | spv.float16NoRelaxed.vert | 11 uint tempRes; 13 tempRes = subgroupAllEqual(valueNoEqual) ? 0x0 : 0x10; 14 result[gl_VertexIndex] = tempRes;
|
/third_party/glslang/Test/baseResults/ |
D | spv.float16NoRelaxed.vert.out | 21 Name 15 "tempRes" 58 15(tempRes): 14(ptr) Variable Function 66 Store 15(tempRes) 24 68 32: 9(int) Load 15(tempRes)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
D | vktSubgroupsBuiltinVarTests.cpp | 1073 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1077 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms() 1675 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1679 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
|
D | vktSubgroupsTestsUtils.cpp | 1418 const std::string& tempRes) in initStdPrograms() argument 1439 << tempRes in initStdPrograms() 1474 << tempRes in initStdPrograms() 1522 << tempRes in initStdPrograms() 1561 + tempRes in initStdPrograms() 1582 + tempRes in initStdPrograms() 1600 + tempRes in initStdPrograms() 1617 + tempRes in initStdPrograms() 1645 + tempRes in initStdPrograms() 1671 + tempRes in initStdPrograms() [all …]
|
D | vktSubgroupsTestsUtils.hpp | 169 const std::string& tempRes = " uint tempRes;\n");
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBuiltinVarTests.cpp | 1073 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1077 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms() 1675 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1679 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
|
D | vktSubgroupsTestsUtils.cpp | 1418 const std::string& tempRes) in initStdPrograms() argument 1439 << tempRes in initStdPrograms() 1474 << tempRes in initStdPrograms() 1522 << tempRes in initStdPrograms() 1561 + tempRes in initStdPrograms() 1582 + tempRes in initStdPrograms() 1600 + tempRes in initStdPrograms() 1617 + tempRes in initStdPrograms() 1645 + tempRes in initStdPrograms() 1671 + tempRes in initStdPrograms() [all …]
|
D | vktSubgroupsTestsUtils.hpp | 169 const std::string& tempRes = " uint tempRes;\n");
|
/third_party/skia/third_party/externals/icu/source/common/ |
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/node/deps/icu-small/source/common/ |
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()
|
/third_party/icu/icu4c/source/common/ |
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()
|