Home
last modified time | relevance | path

Searched refs:result (Results 5576 - 5600 of 16499) sorted by relevance

1...<<221222223224225226227228229230>>...660

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_function.cpp65 // Ensure that all result ids in the new function are fresh and distinct. in IsApplicable()
225 protobufs::Transformation result; in ToMessage() local
226 *result.mutable_add_function() = message_; in ToMessage()
227 return result; in ToMessage()
806 // %result = OpAccessChain %type %object ... %index ... in TryToClampAccessChainIndices()
812 // %result = OpAccessChain %type %object ... %t2 ... in TryToClampAccessChainIndices()
934 std::unordered_set<uint32_t> result; in GetFreshIds() local
936 result.insert(instruction.result_id()); in GetFreshIds()
939 result.insert(message_.loop_limiter_variable_id()); in GetFreshIds()
941 result in GetFreshIds()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvinf.cpp185 UnicodeString& result, in getIntervalPattern()
188 return result; in getIntervalPattern()
195 return result; in getIntervalPattern()
199 result = intervalPattern; in getIntervalPattern()
202 return result; in getIntervalPattern()
213 DateIntervalInfo::getFallbackIntervalPattern(UnicodeString& result) const { in getFallbackIntervalPattern()
214 result = fFallbackIntervalPattern; in getFallbackIntervalPattern()
215 return result; in getFallbackIntervalPattern()
564 char result[1000]; in getBestSkeleton() local
567 skeleton.extract(0, skeleton.length(), result, "UT in getBestSkeleton()
183 getIntervalPattern(const UnicodeString& skeleton, UCalendarDateFields field, UnicodeString& result, UErrorCode& status) const getIntervalPattern() argument
[all...]
/third_party/skia/tests/
H A DTransferPixelsTest.cpp184 bool result; in basic_transfer_to_test() local
185 result = gpu->transferPixelsTo(tex.get(), in basic_transfer_to_test()
192 REPORTER_ASSERT(reporter, result); in basic_transfer_to_test()
198 result = read_pixels_from_texture(tex.get(), colorType, dstBuffer.get(), compareTolerances); in basic_transfer_to_test()
199 if (!result) { in basic_transfer_to_test()
257 result = gpu->transferPixelsTo(tex.get(), in basic_transfer_to_test()
264 if (!result) { in basic_transfer_to_test()
270 result = read_pixels_from_texture(tex.get(), colorType, dstBuffer.get(), compareTolerances); in basic_transfer_to_test()
271 if (!result) { in basic_transfer_to_test()
369 bool result in basic_transfer_from_test() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java272 int result =
274 if (result != 0) {
275 return result;
429 * Encodes {@code text} into a sequence of bytes using the named charset and returns the result as
443 * Encodes {@code text} into a sequence of bytes using the named charset and returns the result as
455 * Encodes {@code text} into a sequence of UTF-8 bytes and returns the result as a {@code
578 * Concatenates all byte strings in the iterable and returns the result. This is designed to run
615 ByteString result; in balancedConcat()
617 result = iterator.next(); in balancedConcat()
622 result in balancedConcat()
[all...]
/third_party/skia/include/core/
H A DSkMatrix.h1357 result is computed as:
1367 SkPoint result; in mapPoint() local
1368 this->mapXY(pt.x(), pt.y(), &result); in mapPoint()
1369 return result; in mapPoint()
1372 /** Maps SkPoint (x, y) to result. SkPoint is mapped by multiplying by SkMatrix. Given:
1378 result is computed as:
1386 @param result storage for mapped SkPoint
1390 void mapXY(SkScalar x, SkScalar y, SkPoint* result) const;
1398 result is computed as:
1409 SkPoint result; in mapXY() local
1775 SkMatrix result; Concat() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp131 std::pair<float, float> result; in calcTminTmax() local
137 result = std::make_pair(de::max(distanceToEdge - margin, 0.0f), distanceToEdge + margin); in calcTminTmax()
141 result.first = 0.0f; in calcTminTmax()
144 case RayEndType::ZERO: result.second = 0.0f; break; in calcTminTmax()
145 case RayEndType::INSIDE: result.second = distanceToEdge / 2.0f; break; in calcTminTmax()
146 case RayEndType::EDGE: result.second = distanceToEdge; break; in calcTminTmax()
147 case RayEndType::OUTSIDE: result.second = distanceToEdge + 1.0f; break; in calcTminTmax()
152 return result; in calcTminTmax()
198 VkTransformMatrixKHR result; in toTransformMatrixKHR() local
200 deMemset(result in toTransformMatrixKHR()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py281 result = []
284 result.append(depsentry)
288 result.append(depsentry)
289 return result
294 result = {}
298 if path in result:
303 result[path] = CipdDepsEntry(path, dep['packages'])
308 result[path] = DepsEntry(path, url, revision)
313 return result
360 result
[all...]
/kernel/linux/linux-5.10/drivers/net/fjes/
H A Dfjes_main.c111 int result; in is_extended_socket_device() local
118 result = utf16s_to_utf8s((wchar_t *)str->string.pointer, in is_extended_socket_device()
121 str_buf[result] = 0; in is_extended_socket_device()
220 int result = -1; in fjes_request_irq() local
230 result = request_irq(adapter->hw.hw_res.irq, fjes_intr, in fjes_request_irq()
232 if (result) in fjes_request_irq()
238 return result; in fjes_request_irq()
272 int result; in fjes_open() local
277 result = fjes_setup_resources(adapter); in fjes_open()
278 if (result) in fjes_open()
360 int result; fjes_setup_resources() local
440 int result; fjes_free_resources() local
1523 int result; acpi_find_extended_socket_device() local
1546 int result; fjes_init_module() local
[all...]
/third_party/gn/src/base/
H A Dvalues.cc261 const Value* result = FindKey(key); in FindKeyOfType() local
262 if (!result || result->type() != type) in FindKeyOfType()
264 return result; in FindKeyOfType()
278 auto result = dict_.try_emplace(key, std::move(val_ptr)); in SetKey() local
279 if (!result.second) { in SetKey()
281 result.first->second = std::move(val_ptr); in SetKey()
283 return result.first->second.get(); in SetKey()
340 const Value* result = FindPath(path); in FindPathOfType() local
341 if (!result || resul in FindPathOfType()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc104 Handle<FixedArray> result = in GetKeys() local
106 DCHECK(ContainsOnlyValidKeys(result)); in GetKeys()
110 .set_prototype_chain_enum_cache(*result); in GetKeys()
115 return result; in GetKeys()
259 Maybe<bool> result = Just(false); // Dummy initialization. in CollectKeys() local
261 result = CollectOwnJSProxyKeys(receiver, Handle<JSProxy>::cast(current)); in CollectKeys()
264 result = CollectOwnKeys(receiver, Handle<JSObject>::cast(current)); in CollectKeys()
266 MAYBE_RETURN(result, Nothing<bool>()); in CollectKeys()
267 if (!result.FromJust()) break; // |false| means "stop iterating". in CollectKeys()
460 MaybeHandle<FixedArray> result; in GetOwnKeysWithElements() local
613 Handle<FixedArray> result = CombineKeys( GetKeysWithPrototypeInfoCache() local
657 FilterForEnumerableProperties( Handle<JSReceiver> receiver, Handle<JSObject> object, Handle<InterceptorInfo> interceptor, Handle<JSObject> result, IndexedOrNamed type) FilterForEnumerableProperties() argument
702 Handle<JSObject> result; CollectInterceptorKeysInternal() local
1367 Maybe<bool> result = AddKeysFromJSProxy(proxy, keys); CollectOwnJSProxyTargetKeys() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp356 const tcu::ConstPixelBufferAccess& result, in verifyConstantDerivate()
372 for (int y = 0; y < result.getHeight(); y++) in verifyConstantDerivate()
374 for (int x = 0; x < result.getWidth(); x++) in verifyConstantDerivate()
376 if (isSkippedPixel(result, x, y)) in verifyConstantDerivate()
379 const tcu::Vec4 resDerivate = readDerivate(result, scale, bias, x, y); in verifyConstantDerivate()
423 const tcu::ConstPixelBufferAccess& result, in reverifyConstantDerivateWithFlushRelaxations()
433 DE_ASSERT(result.getWidth() == errorMask.getWidth()); in reverifyConstantDerivateWithFlushRelaxations()
434 DE_ASSERT(result.getHeight() == errorMask.getHeight()); in reverifyConstantDerivateWithFlushRelaxations()
451 for (int y = 0; y < result.getHeight(); ++y) in reverifyConstantDerivateWithFlushRelaxations()
452 for (int x = 0; x < result in reverifyConstantDerivateWithFlushRelaxations()
355 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument
422 reverifyConstantDerivateWithFlushRelaxations(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, glu::Precision precision, const tcu::Vec4& derivScale, const tcu::Vec4& derivBias, const tcu::Vec4& surfaceThreshold, DerivateFunc derivateFunc, const Linear2DFunctionEvaluator& function) reverifyConstantDerivateWithFlushRelaxations() argument
877 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument
1022 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument
1318 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument
[all...]
H A DvktShaderRenderTextureGatherTests.cpp372 tcu::Vector<T, 4> result; in swizzleColor() local
374 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor()
375 return result; in swizzleColor()
599 const tcu::Vector<ColorScalarT, 4>& result) in isGatherOffsetsResultValid()
603 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()
612 const Vec4& result) in isGatherOffsetsCompareResultValid()
616 return tcu::isGatherCompareResultValid(texture, sampler, prec, coord, cmpReference, result); in isGatherOffsetsCompareResultValid()
621 const ConstPixelBufferAccess& result, in verifyGatherOffsets()
631 const int width = result.getWidth(); in verifyGatherOffsets()
632 const int height = result in verifyGatherOffsets()
593 isGatherOffsetsResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const tcu::Vector<ColorScalarT, 4>& result) isGatherOffsetsResultValid() argument
606 isGatherOffsetsCompareResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result) isGatherOffsetsCompareResultValid() argument
620 verifyGatherOffsets(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const PrecType& lookupPrec, int componentNdx, const PixelOffsets& getPixelOffsets) verifyGatherOffsets() argument
700 verifyGatherOffsetsCompare(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const tcu::TexComparePrecision& compPrec, const PixelCompareRefZ& getPixelRefZ, const PixelOffsets& getPixelOffsets) verifyGatherOffsetsCompare() argument
920 vector<GatherArgs> result; generateBasic2DCaseIterations() local
1398 bool result = verify(m_currentIteration, getResultImage().getAccess()); iterate() local
1647 string result; genGatherFuncCall() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c65 return req->result; \
72 req->result = (result_value); \
73 assert(req->result != -1); \
79 req->result = uv_translate_sys_error(req->sys_errno_); \
84 req->result = (uv_errno); \
90 req->result = UV_EBADF; \
252 req->result = 0; in uv__fs_req_init()
701 int result; in fs__close() local
713 result = _close(fd); in fs__close()
715 result in fs__close()
854 int result; fs__read() local
1060 int result; fs__write() local
1131 int result = _wrmdir(req->file.pathw); fs__rmdir() local
1965 int result; fs__sync_impl() local
2107 int n, result = 0; fs__sendfile() local
2175 int result = _wchmod(req->file.pathw, req->fs.info.mode); fs__chmod() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp372 tcu::Vector<T, 4> result; in swizzleColor() local
374 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor()
375 return result; in swizzleColor()
599 const tcu::Vector<ColorScalarT, 4>& result) in isGatherOffsetsResultValid()
603 return tcu::isGatherResultValid(texture, sampler, prec, coord, componentNdx, result); in isGatherOffsetsResultValid()
612 const Vec4& result) in isGatherOffsetsCompareResultValid()
616 return tcu::isGatherCompareResultValid(texture, sampler, prec, coord, cmpReference, result); in isGatherOffsetsCompareResultValid()
621 const ConstPixelBufferAccess& result, in verifyGatherOffsets()
631 const int width = result.getWidth(); in verifyGatherOffsets()
632 const int height = result in verifyGatherOffsets()
593 isGatherOffsetsResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const tcu::Vector<ColorScalarT, 4>& result) isGatherOffsetsResultValid() argument
606 isGatherOffsetsCompareResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result) isGatherOffsetsCompareResultValid() argument
620 verifyGatherOffsets(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const PrecType& lookupPrec, int componentNdx, const PixelOffsets& getPixelOffsets) verifyGatherOffsets() argument
700 verifyGatherOffsetsCompare(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const tcu::TexComparePrecision& compPrec, const PixelCompareRefZ& getPixelRefZ, const PixelOffsets& getPixelOffsets) verifyGatherOffsetsCompare() argument
932 vector<GatherArgs> result; generateBasic2DCaseIterations() local
1410 bool result = verify(m_currentIteration, getResultImage().getAccess()); iterate() local
1659 string result; genGatherFuncCall() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h624 uint32_t result = in next() local
627 return result; in next()
908 F(I32Const, Value* result, int32_t value) \
909 F(I64Const, Value* result, int64_t value) \
910 F(F32Const, Value* result, float value) \
911 F(F64Const, Value* result, double value) \
912 F(S128Const, Simd128Immediate<validate>& imm, Value* result) \
914 Value* result) \
915 F(RefNull, ValueType type, Value* result) \
916 F(RefFunc, uint32_t function_index, Value* result) \
2729 Value result = CreateValue( DECODE() local
2758 Value result = CreateValue(ref_object.type.AsNonNull()); DECODE() local
2939 Value result = CreateValue(type); DECODE() local
2954 Value result = CreateValue(imm.type); DECODE() local
3095 Value result = CreateValue(kWasmI32); DECODE() local
3144 Value result = DECODE() local
3189 Value result = CreateValue(local_type); DECODE() local
3231 Value result = CreateValue(this->module_->tables[imm.index].type); DECODE() local
3290 Value result = CreateValue(mem_type); DECODE() local
3301 Value result = CreateValue(result_type); DECODE() local
3767 Value result = CreateValue(type.value_type()); DecodeLoadMem() local
3784 Value result = CreateValue(kWasmS128); DecodeLoadTransformMem() local
3802 Value result = CreateValue(kWasmS128); DecodeLoadLane() local
3841 Value result = CreateValue(kWasmS128); SimdConstOp() local
3852 Value result = CreateValue(type); SimdExtractLane() local
3866 Value result = CreateValue(kWasmS128); SimdReplaceLane() local
3880 Value result = CreateValue(kWasmS128); Simd8x16ShuffleOp() local
4401 Value result = DecodeGCOpcode() local
4982 Value result = CreateValue(GetReturnType(sig)); DecodeAtomicOpcode() local
5080 Value result = CreateValue(kWasmI32); DecodeNumericOpcode() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_transport_spi.c90 int result = sprintf(dest, "%d", value / denom); in sprint_frac() local
93 return result; in sprint_frac()
94 dest[result++] = '.'; in sprint_frac()
98 sprintf(dest + result, "%d", frac / denom); in sprint_frac()
99 result++; in sprint_frac()
103 dest[result++] = '\0'; in sprint_frac()
104 return result; in sprint_frac()
112 int i, result; in spi_execute() local
124 result = scsi_execute(sdev, cmd, dir, buffer, bufflen, sense, in spi_execute()
130 if (driver_byte(result) ! in spi_execute()
631 int j, k, r, result; spi_dv_device_echo_buffer() local
716 int r, result; spi_dv_device_compare_inquiry() local
809 int l, result; spi_dv_device_get_echo_buffer() local
[all...]
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpci_stub.c698 pci_ers_result_t result) in common_process()
700 pci_ers_result_t res = result; in common_process()
775 pci_ers_result_t result; in xen_pcibk_slot_reset() local
777 result = PCI_ERS_RESULT_RECOVERED; in xen_pcibk_slot_reset()
805 result = common_process(psdev, 1, XEN_PCI_OP_aer_slotreset, result); in xen_pcibk_slot_reset()
807 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_slot_reset()
808 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_slot_reset()
817 return result; in xen_pcibk_slot_reset()
832 pci_ers_result_t result; in xen_pcibk_mmio_enabled() local
696 common_process(struct pcistub_device *psdev, pci_channel_state_t state, int aer_cmd, pci_ers_result_t result) common_process() argument
889 pci_ers_result_t result; xen_pcibk_error_detected() local
[all...]
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpci_stub.c697 pci_ers_result_t result) in common_process()
699 pci_ers_result_t res = result; in common_process()
774 pci_ers_result_t result; in xen_pcibk_slot_reset() local
776 result = PCI_ERS_RESULT_RECOVERED; in xen_pcibk_slot_reset()
804 result = common_process(psdev, pci_channel_io_normal, XEN_PCI_OP_aer_slotreset, result); in xen_pcibk_slot_reset()
806 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_slot_reset()
807 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_slot_reset()
816 return result; in xen_pcibk_slot_reset()
831 pci_ers_result_t result; in xen_pcibk_mmio_enabled() local
695 common_process(struct pcistub_device *psdev, pci_channel_state_t state, int aer_cmd, pci_ers_result_t result) common_process() argument
888 pci_ers_result_t result; xen_pcibk_error_detected() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_transport_spi.c90 int result = sprintf(dest, "%d", value / denom); in sprint_frac() local
93 return result; in sprint_frac()
94 dest[result++] = '.'; in sprint_frac()
98 sprintf(dest + result, "%d", frac / denom); in sprint_frac()
99 result++; in sprint_frac()
103 dest[result++] = '\0'; in sprint_frac()
104 return result; in sprint_frac()
111 int i, result; in spi_execute() local
127 result = scsi_execute_cmd(sdev, cmd, opf, buffer, bufflen, in spi_execute()
129 if (result < in spi_execute()
630 int j, k, r, result; spi_dv_device_echo_buffer() local
715 int r, result; spi_dv_device_compare_inquiry() local
808 int l, result; spi_dv_device_get_echo_buffer() local
[all...]
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py269 LOG.error(f"parse result xml error! xml file {xml_file}")
359 result, error = get_case_result(ele_case)
360 if result != CaseResult.passed:
362 return [name, class_name, result, ResultReporter._parse_time(ele_case),
506 LOG.error("Execute result not exists")
567 LOG.debug("Handle history result, data reports length:{}".
581 result_path = os.path.join(self.report_path, "result")
741 result = json.loads(decode(file.read().decode("utf-8")))
744 result = json.loads(file.read())
746 if not len(result
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_perfcounter.c409 VkResult result; in radv_pc_init_query_pool() local
414 result = in radv_pc_init_query_pool()
417 if (result != VK_SUCCESS) in radv_pc_init_query_pool()
418 return result; in radv_pc_init_query_pool()
766 uint64_t result = 0; in radv_pc_sum_reg() local
772 result += data[offset + 2 * i + 1] - data[offset + 2 * i]; in radv_pc_sum_reg()
775 return result; in radv_pc_sum_reg()
783 uint64_t result = 0; in radv_pc_max_reg() local
789 result = MAX2(result, dat in radv_pc_max_reg()
798 union VkPerformanceCounterResultKHR result; radv_pc_get_result() local
862 VkResult result = counter_cnt > *pCounterCount ? VK_INCOMPLETE : VK_SUCCESS; radv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
916 VkResult result = radv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp402 ASSERTED VkResult result = ((PFN_vkCreateInstance)vk_icdGetInstanceProcAddr(NULL, "vkCreateInstance"))(&instance_create_info, NULL, &instance_cache[family]); in get_vk_device() local
403 assert(result == VK_SUCCESS); in get_vk_device()
411 result = EnumeratePhysicalDevices(instance_cache[family], &device_count, &device); in get_vk_device()
412 assert(result == VK_SUCCESS); in get_vk_device()
420 result = CreateDevice(device, &device_create_info, NULL, &device_cache[family]); in get_vk_device()
445 ASSERTED VkResult result = GetPipelineExecutablePropertiesKHR(device, &pipeline_info, &executable_count, executables); in print_pipeline_ir() local
446 assert(result == VK_SUCCESS); in print_pipeline_ir()
464 result = GetPipelineExecutableInternalRepresentationsKHR(device, &exec_info, &ir_count, ir); in print_pipeline_ir()
465 assert(result == VK_SUCCESS); in print_pipeline_ir()
478 result in print_pipeline_ir()
504 ASSERTED VkResult result = CreateShaderModule(dev, &vk_module_info, NULL, &module); __qoCreateShaderModule() local
681 ASSERTED VkResult result = CreateComputePipelines(device, VK_NULL_HANDLE, 1, &create_info, NULL, &pipeline); create_compute_pipeline() local
878 ASSERTED VkResult result = CreateRenderPass(device, &renderpass_info, NULL, &render_pass); create_graphics_pipeline() local
904 ASSERTED VkResult result = CreateDescriptorSetLayout(device, &desc_layout_info, NULL, &desc_layouts[num_desc_layouts]); create_pipeline() local
918 ASSERTED VkResult result = CreatePipelineLayout(device, &pipeline_layout_info, NULL, &pipeline_layout); create_pipeline() local
[all...]
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js178 function convertResultToError(result) {
179 const { className, description } = result;
323 static fromEvalResult({ result, wasThrown }) {
324 if (wasThrown) return convertResultToError(result);
325 return new RemoteObject(result);
530 const { result } = await Runtime.getProperties({
534 return new ScopeSnapshot(scope, result);
615 function returnToCallback(error, result) {
617 callback(error, result);
622 const result
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp144 const tcu::TextureLevel& reference, const tcu::TextureLevel& result, float threshold, in fuzzyDepthCompare()
152 for (int y = 0; y < result.getHeight() && depthOk; y++) in fuzzyDepthCompare()
154 for (int x = 0; x < result.getWidth() && depthOk; x++) in fuzzyDepthCompare()
157 float res = result.getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
172 log << tcu::TestLog::ImageSet("Result", "Depth image comparison result") in fuzzyDepthCompare()
173 << tcu::TestLog::Image("Result", "Result", result.getAccess(), pixelScale, pixelBias) in fuzzyDepthCompare()
466 qpTestResult result = QP_TEST_RESULT_PASS; in iterate() local
486 result = loopResult; in iterate()
490 m_testCtx.setTestResult(result, qpGetTestResultName(result)); in iterate()
143 fuzzyDepthCompare(tcu::TestLog& log, const char* imageSetName, const char* imageSetDesc, const tcu::TextureLevel& reference, const tcu::TextureLevel& result, float threshold, const tcu::TextureLevel* importanceMask = NULL) fuzzyDepthCompare() argument
674 qpTestResult result = ValidateFramebuffer(m_context); iterate() local
863 qpTestResult result = ValidateFramebuffer(m_context); iterate() local
1034 qpTestResult result = QP_TEST_RESULT_PASS; iterate() local
1218 qpTestResult result = QP_TEST_RESULT_PASS; iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp397 angle::Result result = processTasksImpl(&exitThread); in processTasks() local
403 if (result != angle::Result::Continue) in processTasks()
499 VkResult result = present(task->getPriority(), task->getPresentInfo()); in processTask() local
500 if (ANGLE_UNLIKELY(result == VK_ERROR_OUT_OF_DATE_KHR || result == VK_SUBOPTIMAL_KHR)) in processTask()
504 else if (ANGLE_UNLIKELY(result != VK_SUCCESS)) in processTask()
510 handleError(result, __FILE__, __FUNCTION__, __LINE__); in processTask()
662 VkResult result = mSwapchainStatus[swapchain]; in getLastAndClearPresentResult() local
664 return result; in getLastAndClearPresentResult()
672 VkResult result in present() local
750 waitForSerialWithUserTimeout(vk::Context *context, Serial serial, uint64_t timeout, VkResult *result) waitForSerialWithUserTimeout() argument
853 VkResult result = batch.fence.get().getStatus(device); checkCompletedCommands() local
1102 waitForSerialWithUserTimeout(vk::Context *context, Serial serial, uint64_t timeout, VkResult *result) waitForSerialWithUserTimeout() argument
[all...]

Completed in 61 milliseconds

1...<<221222223224225226227228229230>>...660