Home
last modified time | relevance | path

Searched refs:InternalError (Results 1 - 25 of 325) sorted by relevance

12345678910>>...13

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/
H A Derror.js18 exports.internalError = exports.InternalError = void 0;
20 class InternalError extends Error {
28 exports.InternalError = InternalError;
33 throw new InternalError({
H A Dindex.js3 exports.TSAWitness = exports.RekorWitness = exports.DEFAULT_REKOR_URL = exports.FulcioSigner = exports.DEFAULT_FULCIO_URL = exports.CIContextProvider = exports.InternalError = exports.MessageSignatureBundleBuilder = exports.DSSEBundleBuilder = void 0;
8 Object.defineProperty(exports, "InternalError", { enumerable: true, get: function () { return error_1.InternalError; } });
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp118 TCU_THROW(InternalError, "Could not recognize render pass type"); in exportFilesForExternalCompiler()
161 TCU_THROW(InternalError, "Could not find shader module"); in exportFilesForExternalCompiler()
166 TCU_THROW(InternalError, "Could not find shader"); in exportFilesForExternalCompiler()
177 TCU_THROW(InternalError, "Could not find render pass"); in exportFilesForExternalCompiler()
189 TCU_THROW(InternalError, "Could not find pipeline layout"); in exportFilesForExternalCompiler()
197 TCU_THROW(InternalError, "Could not find descriptor set layout"); in exportFilesForExternalCompiler()
209 TCU_THROW(InternalError, "Could not find sampler"); in exportFilesForExternalCompiler()
220 TCU_THROW(InternalError, "Could not find VkSamplerYcbcrConversion"); in exportFilesForExternalCompiler()
262 TCU_THROW(InternalError, "Unrecognized shader stage"); in exportFilesForExternalCompiler()
268 TCU_THROW(InternalError, "SPI in exportFilesForExternalCompiler()
[all...]
H A DvksJson.cpp339 TCU_THROW(InternalError, "Unrecognized shader stage"); in writeJSON_GraphicsPipeline_vkpccjson()
559 TCU_THROW(InternalError, "Unrecognized shader stage"); in writeJSON_ComputePipeline_vkpccjson()
696 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkGraphicsPipelineCreateInfo()
708 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkComputePipelineCreateInfo()
720 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkRenderPassCreateInfo()
732 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkRenderPassCreateInfo2()
744 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkDescriptorSetLayoutCreateInfo()
756 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkPipelineLayoutCreateInfo()
768 TCU_THROW(InternalError, ("JSON parsing error: " + errors).c_str()); in readJSON_VkDeviceObjectReservationCreateInfo()
780 TCU_THROW(InternalError, ("JSO in readJSON_VkPipelineOfflineCreateInfo()
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuDefs.hpp92 class InternalError : public TestException class
95 InternalError (const char* message, const char* expr, const char* file, int line);
96 InternalError (const std::string& message, const char* expr, const char* file, int line);
97 InternalError (const std::string& message);
98 virtual ~InternalError (void) throw() {} in ~InternalError()
145 //! Throw InternalError if condition X is not satisfied
146 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
H A DtcuImageIO.cpp62 throw InternalError("Unrecognized image file extension", fileName, __FILE__, __LINE__); in loadImage()
98 throw InternalError("An error occured when loading PNG", fileName, __FILE__, __LINE__); in loadPNG()
118 throw InternalError("Unsupported PNG depth or color type", fileName, __FILE__, __LINE__); in loadPNG()
142 throw InternalError("Unsupported texture format", DE_NULL, __FILE__, __LINE__); in textureFormatToPNGFormat()
179 throw tcu::InternalError("PNG compression failed"); in savePNG()
238 throw InternalError("Signature doesn't match PKM signature", resource->getName().c_str(), __FILE__, __LINE__); in loadPKM()
242 throw InternalError("Unsupported PKM type", resource->getName().c_str(), __FILE__, __LINE__); in loadPKM()
H A DtcuStringTemplate.cpp80 TCU_THROW(InternalError, "No '}' found in template parameter"); in specialize()
109 TCU_THROW(InternalError, (string("Unrecognized flag") + paramStr).c_str()); in specialize()
132 TCU_THROW(InternalError, (string("Value for parameter '") + paramName + "' not found in map").c_str()); in specialize()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.cpp34 TCU_THROW(InternalError, "setVisible() called on window not supporting it"); in setVisible()
43 TCU_THROW(InternalError, "resize() called on window not supporting it"); in resize()
49 TCU_THROW(InternalError, "setMinimized() called on window not supporting it"); in setMinimized()
H A DvkPrograms.cpp122 TCU_THROW(InternalError, "Unexpected SPIR-V version requested"); in optimizeCompiledBinary()
136 TCU_THROW(InternalError, "Unknown optimization recipe requested"); in optimizeCompiledBinary()
144 TCU_THROW(InternalError, "Optimizer call failed"); in optimizeCompiledBinary()
154 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in createProgramBinaryFromSpirV()
168 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
181 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
701 TCU_THROW(InternalError, "Compiling GLSL to SPIR-V failed"); in buildProgram()
789 TCU_THROW(InternalError, "Compiling HLSL to SPIR-V failed"); in buildProgram()
859 TCU_THROW(InternalError, "Failed to assemble SPIR-V"); in assembleProgram()
891 TCU_THROW(InternalError, "SPI in disassembleProgram()
[all...]
H A DvkAppParamsUtil.cpp67 TCU_THROW(InternalError, "Application parameters input file not found from --deqp-app-params-input-file"); in readApplicationParameters()
85 TCU_THROW(InternalError, "Invalid create type from --deqp-app-params-input-file"); in readApplicationParameters()
107 TCU_THROW(InternalError, "Invalid input format from --deqp-app-params-input-file"); in readApplicationParameters()
H A DvkResourceInterface.cpp159 TCU_THROW(InternalError, "Could not recognize pipeline type"); in removeRedundantObjects()
309 TCU_THROW(InternalError, "VkPipelinePoolEntrySizeCreateInfo not created for pipelineIdentifier"); in preparePipelinePoolSizes()
376 TCU_THROW(InternalError, "VkPipelinePoolEntrySizeCreateInfo not created for pipelineIdentifier"); in fillPoolEntrySize()
405 TCU_THROW(InternalError, "m_pipelineCache not found for this device"); in getPipelineCache()
514 TCU_THROW(InternalError, "vkCreateShaderModule not defined"); in createShaderModule()
702 TCU_THROW(InternalError, "m_pipelineCache not initialized for this device"); in createGraphicsPipelines()
704 TCU_THROW(InternalError, "vkCreateGraphicsPipelines not defined"); in createGraphicsPipelines()
718 TCU_THROW(InternalError, "Can't find device features for this pipeline"); in createGraphicsPipelines()
721 TCU_THROW(InternalError, "Can't find device extensions for this pipeline"); in createGraphicsPipelines()
794 TCU_THROW(InternalError, "m_pipelineCach in createComputePipelines()
[all...]
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp145 throw InternalError("Got unexpected onNativeWindowCreated() event from system"); in processMessage()
175 throw InternalError("Got onNativeWindowResized() event targeting different window"); in processMessage()
190 throw InternalError("Got unexpected onNativeWindowResized() event from system"); in processMessage()
196 throw InternalError("Got onNativeWindowDestroyed() event targeting different window"); in processMessage()
199 throw InternalError("Got unexpected onNativeWindowDestroyed() event from system"); in processMessage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DFieldsSet.java31 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
131 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
203 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null"); in parseValueDefault()
206 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is not set"); in parseValueDefault()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java28 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
128 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
200 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null"); in parseValueDefault()
203 throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is not set"); in parseValueDefault()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp41 * If no mapping is found, throws tcu::InternalError.
125 throw tcu::InternalError("Can't map texture format to GL transfer format"); in getTransferFormat()
135 * If no mapping is found, throws tcu::InternalError.
224 throw tcu::InternalError("Can't map texture format to GL internal format"); in getInternalFormat()
232 * If no mapping is found, throws tcu::InternalError.
283 throw tcu::InternalError("Can't map compressed format to GL format");
291 * If no mapping is found, throws tcu::InternalError.
342 throw tcu::InternalError("Can't map compressed GL format to compressed format");
432 * If no mapping is found, throws tcu::InternalError.
462 throw tcu::InternalError(strin
[all...]
H A DgluRenderConfig.cpp140 throw tcu::InternalError(std::string("Invalid GL configuration: '") + renderCfgName + "'"); in parseConfigBitsFromName()
153 throw tcu::InternalError("Unsupported surface type"); in parseRenderConfig()
179 throw tcu::InternalError("Unsupported window visibility"); in parseWindowVisibility()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp240 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
244 TCU_THROW(InternalError, "Unrecognized test type"); in testGraphicsPipelineIdentifier()
262 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
332 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
427 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
431 TCU_THROW(InternalError, "Unrecognized test type"); in testComputePipelineIdentifier()
449 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
519 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp240 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
244 TCU_THROW(InternalError, "Unrecognized test type"); in testGraphicsPipelineIdentifier()
262 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
332 TCU_THROW(InternalError, "Unrecognized match control"); in testGraphicsPipelineIdentifier()
427 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
431 TCU_THROW(InternalError, "Unrecognized test type"); in testComputePipelineIdentifier()
449 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
519 TCU_THROW(InternalError, "Unrecognized match control"); in testComputePipelineIdentifier()
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dindex.js3 exports.verify = exports.sign = exports.createVerifier = exports.attest = exports.VerificationError = exports.PolicyError = exports.TUFError = exports.InternalError = exports.DEFAULT_REKOR_URL = exports.DEFAULT_FULCIO_URL = exports.ValidationError = void 0;
24 Object.defineProperty(exports, "InternalError", { enumerable: true, get: function () { return sign_1.InternalError; } });
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp93 TCU_THROW(InternalError, (std::string("JSON parsing error. File ") + filePath.getPath() + " Error : " + errors).c_str()); in importFilesForExternalCompiler()
102 TCU_THROW(InternalError, (std::string("JSON - unknown pipeline. File ") + filePath.getPath()).c_str()); in importFilesForExternalCompiler()
202 TCU_THROW(InternalError, (std::string("JSON - missing shader stage. File ") + filePath.getPath()).c_str()); in importFilesForExternalCompiler()
208 TCU_THROW(InternalError, (std::string("JSON - missing shader file ") + fileName + ". File " + filePath.getPath()).c_str()); in importFilesForExternalCompiler()
219 TCU_THROW(InternalError, (std::string("JSON - error reading shader file ") + fileName + ". File " + filePath.getPath()).c_str()); in importFilesForExternalCompiler()
312 TCU_THROW(InternalError, (std::string("Cannot create file : ") + cmdLine.getOption<opt::CompilerOutputFile>().c_str())); in main()
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc27 if (!webDriver_value) return Response::InternalError(); in _serializeRecursively()
118 return Response::InternalError(); in _serializeArrayValue()
169 return Response::InternalError(); in _serializeMap()
171 return Response::InternalError(); in _serializeMap()
227 return Response::InternalError(); in _serializeObjectValue()
235 return Response::InternalError(); in _serializeObjectValue()
252 return Response::InternalError(); in _serializeObjectValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp1683 TCU_THROW(InternalError, "Unknown stage"); in initPrograms()
1745 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1754 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1763 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1768 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
1930 TCU_THROW(InternalError, "Unknown builtin"); in test()
1941 default: TCU_THROW(InternalError, "Unknown builtin"); in test()
1953 default: TCU_THROW(InternalError, "Unknown builtin"); in test()
1958 TCU_THROW(InternalError, "Unknown stage or invalid stage set"); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp1683 TCU_THROW(InternalError, "Unknown stage"); in initPrograms()
1745 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1754 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1763 default: TCU_THROW(InternalError, "Unknown builtin"); in noSSBOtest()
1768 TCU_THROW(InternalError, "Unhandled shader stage"); in noSSBOtest()
1930 TCU_THROW(InternalError, "Unknown builtin"); in test()
1941 default: TCU_THROW(InternalError, "Unknown builtin"); in test()
1953 default: TCU_THROW(InternalError, "Unknown builtin"); in test()
1958 TCU_THROW(InternalError, "Unknown stage or invalid stage set"); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp112 default: TCU_THROW(InternalError, "Invalid operation specified"); in initGraphicsInstanceContext()
239 TCU_THROW(InternalError, "Invalid operation specified"); in SpvAsmComputeSpirvVersionsInstance()
341 TCU_THROW(InternalError, "Invalid operation specified"); in initPrograms()
362 TCU_THROW(InternalError, "Invalid operation specified"); in createInstance()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp278 TCU_THROW(InternalError, "Failed to assemble Spir-V source."); in spirvAssemble()
288 TCU_THROW(InternalError, "Failed to disassemble Spir-V module."); in spirvDisassemble()
301 TCU_THROW(InternalError, "Failed to validate Spir-V module."); in spirvValidate()
313 TCU_THROW(InternalError, "Failed to convert GLSL to Spir-V"); in makeSpirV()

Completed in 22 milliseconds

12345678910>>...13