/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderPrecisionTests.cpp | 190 bool compare (float in0, float in1, double reference, float result); 266 // Initialize test result to pass. in init() 286 bool ShaderFloatPrecisionCase::compare (float in0, float in1, double reference, float result) in compare() argument 301 const int resExp = tcu::Float32(result).exponent(); in compare() 312 const deUint64 resBits = tcu::Float64(result).bits(); in compare() 384 log << TestLog::Message << " result = " << pixels[0] << " / " << tcu::toHex(tcu::Float32(pixels[0]).bits()) << TestLog::EndMessage; in iterate() 519 // Initialize test result to pass. in init() 713 // Initialize test result to pass. in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleTests.cpp | 63 std::string result(numBits, '0'); in sampleMaskToString() 74 return result; in sampleMaskToString() 77 result[targetCharNdx] = '1'; in sampleMaskToString() 81 return result; in sampleMaskToString()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCreationFeedbackTests.cpp | 155 std::string result("Get pipeline creation feedback with " + getShaderFlagStr(m_shaders, true)); in generateTestDescription() 157 result += " with no cache"; in generateTestDescription() 159 result += " with delayed destroy"; in generateTestDescription() 161 return result; in generateTestDescription()
|
H A D | vktPipelineStencilTests.cpp | 837 // Compare result with reference image in verifyImage() 845 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release()); in verifyImage() 851 result->getAccess(), in verifyImage() 862 // Compare stencil result with reference image in verifyImage() 869 de::UniquePtr<tcu::TextureLevel> result (readStencilAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_stencilImage, m_stencilFormat, m_renderSize).release()); in verifyImage() 877 result->getAccess(), in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 248 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, format, imgType, tiling, usage, 0u, &properties); in checkSupport() local 250 if (result != VK_SUCCESS) in checkSupport() 264 const auto result = vki.getPhysicalDeviceImageFormatProperties(physDev, m_testParams.depthStencilFormat, imgType, tiling, usage, 0u, &properties); in checkSupport() local 266 if (result != VK_SUCCESS) in checkSupport()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 244 VkResult result; in checkFormatSupported() local 247 result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in checkFormatSupported() 250 if (result == VK_ERROR_FORMAT_NOT_SUPPORTED) in checkFormatSupported() 257 VK_CHECK(result); in checkFormatSupported() 1100 // Read result images. in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 573 const tcu::TestStatus result = m_instance->iterate(); in iterate() local 575 if (result.isComplete()) in iterate() 577 // Vulkan tests shouldn't set result directly except when using a debug report messenger to catch validation errors. in iterate() 580 // Override result if not set previously by a debug report messenger. in iterate() 582 m_context->getTestContext().setTestResult(result.getCode(), result.getDescription().c_str()); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | common_module_tests.c | 25 ParseRes result; member 101 if (res != test->result || in ieee802_11_parse_tests() 152 int result; member 216 test->result) { in rsn_ie_parse_tests()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
H A D | drv_media_mem.c | 463 goto result; in hil_mmb_getby_phys() 469 goto result; in hil_mmb_getby_phys() 474 result: in hil_mmb_getby_phys() 513 goto result; in hil_mmb_getby_sec_addr() 524 goto result; in hil_mmb_getby_sec_addr() 529 result: in hil_mmb_getby_sec_addr()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_driver.c | 488 u64 result; in kbase_pm_get_ready_cores() local 490 result = kbase_pm_get_state(kbdev, type, ACTION_READY); in kbase_pm_get_ready_cores() 494 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED, NULL, result); in kbase_pm_get_ready_cores() 497 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED_TILER, NULL, result); in kbase_pm_get_ready_cores() 500 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED_L2, NULL, result); in kbase_pm_get_ready_cores() 506 return result; in kbase_pm_get_ready_cores() 1403 * cancelled. As a result, when KBASE_SHADERS_ON_CORESTACK_ON is left and the
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_pm_driver.c | 447 u64 result; in kbase_pm_get_ready_cores() local 449 result = kbase_pm_get_state(kbdev, type, ACTION_READY); in kbase_pm_get_ready_cores() 453 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED, NULL, result); in kbase_pm_get_ready_cores() 456 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED_TILER, NULL, result); in kbase_pm_get_ready_cores() 459 KBASE_KTRACE_ADD(kbdev, PM_CORES_POWERED_L2, NULL, result); in kbase_pm_get_ready_cores() 465 return result; in kbase_pm_get_ready_cores() 1016 * cancelled. As a result, when KBASE_SHADERS_ON_CORESTACK_ON is left and the
|
/drivers/hdf_core/framework/tools/hdi-gen/parser/ |
H A D | parser.cpp | 170 std::cmatch result;
in ParserPackageInfo() local 171 if (!std::regex_match(packageName.c_str(), result, RE_PACKAGE)) {
in ParserPackageInfo() 175 if (result.size() < RE_PACKAGE_NUM) {
in ParserPackageInfo() 179 ast_->SetPackageName(result.str(RE_PACKAGE_INDEX).c_str());
in ParserPackageInfo() 180 size_t majorVersion = std::stoul(result.str(RE_PACKAGE_MAJOR_VER_INDEX));
in ParserPackageInfo() 181 size_t minorVersion = std::stoul(result.str(RE_PACKAGE_MINOR_VER_INDEX));
in ParserPackageInfo()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-mpath.c | 1791 unsigned status_flags, char *result, unsigned maxlen) in multipath_status() 1864 result + sz, in multipath_status() 1878 &p->path, type, result + sz, in multipath_status() 1890 result + sz, in multipath_status() 1902 &p->path, type, result + sz, in multipath_status() 1913 char *result, unsigned maxlen) in multipath_message() 1790 multipath_status(struct dm_target *ti, status_type_t type, unsigned status_flags, char *result, unsigned maxlen) multipath_status() argument 1912 multipath_message(struct dm_target *ti, unsigned argc, char **argv, char *result, unsigned maxlen) multipath_message() argument
|
H A D | dm-clone-target.c | 1396 static void emit_flags(struct clone *clone, char *result, unsigned int maxlen, in emit_flags() argument 1416 static void emit_core_args(struct clone *clone, char *result, in emit_core_args() argument 1437 unsigned int status_flags, char *result, in clone_status() 1484 emit_flags(clone, result, maxlen, &sz); in clone_status() 1485 emit_core_args(clone, result, maxlen, &sz); in clone_status() 2151 char *result, unsigned int maxlen) in clone_message() 1436 clone_status(struct dm_target *ti, status_type_t type, unsigned int status_flags, char *result, unsigned int maxlen) clone_status() argument 2150 clone_message(struct dm_target *ti, unsigned int argc, char **argv, char *result, unsigned int maxlen) clone_message() argument
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ims-pcu.c | 1262 s16 result; in ims_pcu_read_ofn_config() local 1269 result = (s16)get_unaligned_le16(pcu->cmd_buf + OFN_REG_RESULT_OFFSET); in ims_pcu_read_ofn_config() 1270 if (result < 0) in ims_pcu_read_ofn_config() 1282 s16 result; in ims_pcu_write_ofn_config() local 1289 result = (s16)get_unaligned_le16(pcu->cmd_buf + OFN_REG_RESULT_OFFSET); in ims_pcu_write_ofn_config() 1290 if (result < 0) in ims_pcu_write_ofn_config() 1507 dev_err(pcu->dev, "%s - usb_submit_urb failed with result %d\n", in ims_pcu_irq() 1728 "Failed to start control IO - usb_submit_urb failed with result: %d\n", in ims_pcu_start_io() 1736 "Failed to start IO - usb_submit_urb failed with result: %d\n", in ims_pcu_start_io()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 196 correctly detect a full FIFO, and queuing more than 2048 bytes may result in 661 int duplex, fasteth, result, mii_reg; in update_link() local 691 * Some MIIs update the LPA register to the result of the parallel in update_link() 694 * Instead bit 9 and 13 of the BMCR are updated to the result in update_link() 710 result = np->csr6 & ~0x20000200; in update_link() 712 result |= 0x200; in update_link() 714 result |= 0x20000000; in update_link() 715 if (result != np->csr6 && debug) in update_link() 720 return result; in update_link()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | fw.h | 1003 __le16 result; member 1216 u8 result; member 1220 u8 result; member 1459 __le32 result; member 1555 /**wait for all channel scan to complete to report scan result*/ 2309 __le16 result; member 2389 __le16 result; member
|
/kernel/linux/linux-5.10/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 367 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in qcom_slim_qmi_send_select_inst_req() 369 resp.resp.result); in qcom_slim_qmi_send_select_inst_req() 383 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) in qcom_slim_qmi_power_resp_cb() 385 resp->resp.result); in qcom_slim_qmi_power_resp_cb() 417 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in qcom_slim_qmi_send_power_request() 419 resp.resp.result); in qcom_slim_qmi_send_power_request()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s3c-fb.c | 348 unsigned int result; in s3c_fb_calc_pixclk() local 359 result = (unsigned int)tmp / 1000; in s3c_fb_calc_pixclk() 362 pixclk, clk, result, result ? clk / result : clk); in s3c_fb_calc_pixclk() 364 return result; in s3c_fb_calc_pixclk()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 474 int result = 0; in snd_emu10k1x_pcm_trigger() local 497 result = -EINVAL; in snd_emu10k1x_pcm_trigger() 500 return result; in snd_emu10k1x_pcm_trigger() 639 int result = 0; in snd_emu10k1x_pcm_trigger_capture() local 655 result = -EINVAL; in snd_emu10k1x_pcm_trigger_capture() 658 return result; in snd_emu10k1x_pcm_trigger_capture()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 685 TP_PROTO(int result, int abort_code), 687 TP_ARGS(result, abort_code), 690 __field(int, result ) 695 __entry->result = result; 699 TP_printk("r=%d a=%d", __entry->result, __entry->abort_code)
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | uprobes.c | 2014 int result; in is_trap_at_addr() local 2020 result = __get_user(opcode, (uprobe_opcode_t __user *)vaddr); in is_trap_at_addr() 2023 if (likely(result == 0)) in is_trap_at_addr() 2032 result = get_user_pages_remote(mm, vaddr, 1, FOLL_FORCE, &page, in is_trap_at_addr() 2034 if (result < 0) in is_trap_at_addr() 2035 return result; in is_trap_at_addr()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_super.c | 1189 struct fs_parse_result result; in xfs_fc_parse_param() local 1193 opt = fs_parse(fc, xfs_fs_parameters, param, &result); in xfs_fc_parse_param() 1199 parsing_mp->m_logbufs = result.uint_32; in xfs_fc_parse_param() 1244 parsing_mp->m_dalign = result.uint_32; in xfs_fc_parse_param() 1247 parsing_mp->m_swidth = result.uint_32; in xfs_fc_parse_param() 1312 xfs_mount_set_dax_mode(parsing_mp, result.uint_32); in xfs_fc_parse_param()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 53c700.c | 602 struct scsi_cmnd *SCp, int result) in NCR_700_scsi_done() 618 /* restore the old result if the request sense was in NCR_700_scsi_done() 620 if (result == 0) in NCR_700_scsi_done() 621 result = cmnd[7]; in NCR_700_scsi_done() 637 SCp->result = result; in NCR_700_scsi_done() 1574 SCp->result = DID_RESET << 16; in NCR_700_intr() 601 NCR_700_scsi_done(struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, int result) NCR_700_scsi_done() argument
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 1228 * in between can cause the list to be corrupted. As a result, the caller 1722 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_err_handler() 1750 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_cbfn() 1793 cmnd->result = nr; in csio_queuecommand() 1799 cmnd->result = (DID_REQUEUE << 16); in csio_queuecommand() 1981 cmnd->result = (DID_ERROR << 16); in csio_eh_abort_handler() 1988 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler() 2008 * Cache the result in 'cmnd', since ioreq will be freed soon
|