/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | egbaddrlib.cpp | 1456 ADDR_E_RETURNCODE retCode; 1459 retCode = ComputeMicroTileEquation(log2BytesPP, tileMode, microTileType, pEquation); 1461 if (retCode == ADDR_OK) 1501 retCode = ComputePipeEquation(log2BytesPP, thresholdX, thresholdY, pTileInfo, &equation); 1503 if (retCode == ADDR_OK) 1533 retCode = ComputeBankEquation(log2BytesPP, thresholdX, thresholdY, 1536 if (retCode == ADDR_OK) 1566 return retCode; 2687 ADDR_E_RETURNCODE retCode = ADDR_OK; 2695 retCode [all...] |
H A D | siaddrlib.cpp | 223 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputeBankEquation() local 380 retCode = ADDR_NOTSUPPORTED; in ComputeBankEquation() 427 retCode = ADDR_NOTSUPPORTED; in ComputeBankEquation() 430 return retCode; in ComputeBankEquation() 452 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputePipeEquation() local 608 retCode = ADDR_NOTSUPPORTED; in ComputePipeEquation() 651 return retCode; in ComputePipeEquation() 2414 ADDR_E_RETURNCODE retCode = ADDR_OK; in HwlConvertTileInfoToHW() local 2416 retCode = EgBasedLib::HwlConvertTileInfoToHW(pIn, pOut); in HwlConvertTileInfoToHW() 2418 if (retCode in HwlConvertTileInfoToHW() 2679 ADDR_E_RETURNCODE retCode = EgBasedLib::HwlComputeSurfaceInfo(pIn, pOut); HwlComputeSurfaceInfo() local [all...] |
H A D | ciaddrlib.cpp | 705 ADDR_E_RETURNCODE retCode = SiLib::HwlComputeSurfaceInfo(pIn, pOut); in HwlComputeSurfaceInfo() local 757 retCode = SiLib::HwlComputeSurfaceInfo(&localIn, pOut); in HwlComputeSurfaceInfo() 767 return retCode; in HwlComputeSurfaceInfo() 784 ADDR_E_RETURNCODE retCode = ADDR_OK; in HwlComputeFmaskInfo() local 839 retCode = DispatchComputeFmaskInfo(&fmaskIn, pOut); in HwlComputeFmaskInfo() 841 if (retCode == ADDR_OK) in HwlComputeFmaskInfo() 854 return retCode; in HwlComputeFmaskInfo()
|
/third_party/astc-encoder/Test/ |
H A D | astc_image_info.py | 50 retCode = 0 65 retCode = 1 82 return retCode
|
/third_party/icu/icu4c/source/tools/gendict/ |
H A D | gendict.cpp | 78 static void usageAndDie(UErrorCode retCode) { in usageAndDie() argument 79 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName); in usageAndDie() 80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie() 95 exit(retCode); in usageAndDie()
|
/third_party/skia/third_party/externals/icu/source/tools/gendict/ |
H A D | gendict.cpp | 78 static void usageAndDie(UErrorCode retCode) { in usageAndDie() argument 79 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName); in usageAndDie() 80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie() 95 exit(retCode); in usageAndDie()
|
/third_party/icu/icu4c/source/tools/genbrk/ |
H A D | genbrk.cpp | 64 void usageAndDie(int retCode) { in usageAndDie() argument 77 exit (retCode); in usageAndDie()
|
/third_party/icu/icu4c/source/tools/gencfu/ |
H A D | gencfu.cpp | 67 void usageAndDie(int retCode) { in usageAndDie() argument 80 exit (retCode); in usageAndDie()
|
/third_party/skia/third_party/externals/icu/source/tools/genbrk/ |
H A D | genbrk.cpp | 64 void usageAndDie(int retCode) { in usageAndDie() argument 77 exit (retCode); in usageAndDie()
|
/third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
H A D | gencfu.cpp | 67 void usageAndDie(int retCode) { in usageAndDie() argument 80 exit (retCode); in usageAndDie()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 1003 int retCode = NExitCode::kSuccess;
1216 retCode = NExitCode::kFatalError;
1403 retCode = NExitCode::kFatalError;
1477 retCode = NExitCode::kFatalError;
1535 retCode = WarningsCheck(hresultMain, callback, errorInfo,
1561 retCode = WarningsCheck(hresultMain, callback, errorInfo, g_StdStream, se, options.EnableHeaders);
1575 return retCode;
|
/third_party/icu/tools/multi/proj/icu4cscan/ |
H A D | testxml.cpp | 40 void usageAndDie(int retCode) { in usageAndDie() argument 52 exit (retCode); in usageAndDie()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 1255 const auto retCode = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(m_context.getPhysicalDevice(), &formatInfo, &properties2); in init() local 1257 if (retCode != vk::VK_SUCCESS && retCode != vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init() 1258 TCU_FAIL("vkGetPhysicalDeviceImageFormatProperties2 returned " + de::toString(retCode)); in init() 1260 if (retCode == vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 1267 const auto retCode = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(m_context.getPhysicalDevice(), &formatInfo, &properties2); in init() local 1269 if (retCode != vk::VK_SUCCESS && retCode != vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init() 1270 TCU_FAIL("vkGetPhysicalDeviceImageFormatProperties2 returned " + de::toString(retCode)); in init() 1272 if (retCode == vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib1.cpp | 2808 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputeMicroTileEquation() local 2931 retCode = ADDR_NOTSUPPORTED; in ComputeMicroTileEquation() 2999 return retCode; in ComputeMicroTileEquation()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 2309 ADDR_E_RETURNCODE retCode; in InitEquationTable() local 2316 retCode = ComputeBlock256Equation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable() 2320 retCode = ComputeThinEquation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable() 2324 retCode = ComputeThickEquation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable() 2331 if (retCode == ADDR_OK) in InitEquationTable()
|