Home
last modified time | relevance | path

Searched refs:end (Results 15751 - 15775 of 19122) sorted by relevance

1...<<631632633634635636637638639640>>...765

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp182 if (std::find(distinctValues.begin(), distinctValues.end(), pixel) == distinctValues.end()) in verifyImageData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp168 const auto end = m_data.size() - 1; in PaddedAlloc() local
172 m_data[end - i] = paddingValue; in PaddedAlloc()
432 // Generate triangles with invalid vertices placed at end of buffer. NOTE: Assumes invalidIndices to be in ascending order!
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp142 std::sort(begin(aux), end(aux)); in mid3()
322 DE_ASSERT(iter != kFunctionsMap.end());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp453 return (allowedStages.find(static_cast<deUint32>(stage)) != allowedStages.end()); in isStageFlagAllowed()
506 return (allowedAccessFlags.find(static_cast<deUint32>(access)) != allowedAccessFlags.end()); in isAccessFlagAllowed()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp309 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&type); basicIt != glu::BasicTypeIterator::end(&type); ++basicIt) in basicSubobjectAtIndex()
425 for (glu::BasicTypeIterator basicIt = glu::BasicTypeIterator::begin(&membType); basicIt != glu::BasicTypeIterator::end(&membType); ++basicIt) in basicSubobjectAtIndex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp596 if (std::find(presentModes.begin(), presentModes.end(), presentMode) == presentModes.end()) in createSwapchainConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp132 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), string("VK_KHR_sampler_ycbcr_conversion"))) in checkSupport()
485 const pair<deUint32, deUint32> planes (rng.choose<pair<deUint32, deUint32> >(pairs.begin(), pairs.end())); in genCopies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py404 end = time.time()
405 summary("Received {} record(s) in {} seconds".format(len(message) if message is not None else -1, end - start))
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp80 if (elem == allocations.end()) return nullptr; in reallocate()
106 if (elem == allocations.end()) return; in free()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1Renderer.cpp401 setUniform1f(programObject, programState.fogEndLoc, fog.end); in prepareForDraw()
815 if (mUberShaderState.find(mShaderState) != mUberShaderState.end()) in initializeRendererProgram()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_pktdump.c1023 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump() local
1068 while (ptr < end && *ptr != 0xff) { in dhd_dhcp_dump()
1074 if (ptr >= end) { in dhd_dhcp_dump()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.c637 u64 start, end, i; in kbase_csf_queue_group_suspend_prepare() local
648 end = start + nr_pages; in kbase_csf_queue_group_suspend_prepare()
650 if (end > reg->nr_pages) { in kbase_csf_queue_group_suspend_prepare()
/kernel/linux/linux-5.10/drivers/dma/
H A Dtegra20-apb-dma.c637 /* If not last req then put at end of pending list */ in handle_cont_sngl_cycle_dma_done()
723 goto end; in tegra_dma_issue_pending()
729 goto end; in tegra_dma_issue_pending()
744 end: in tegra_dma_issue_pending()
865 * Otherwise it's the end of the transfer. in tegra_dma_sg_bytes_xferred()
873 * distinguish start of transfer from its end. in tegra_dma_sg_bytes_xferred()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c866 range->end = bo->notifier.interval_tree.last + 1; in amdgpu_ttm_tt_get_user_pages()
1471 unsigned long end) in amdgpu_ttm_tt_affect_userptr()
1483 if (gtt->userptr > end || gtt->userptr + size <= start) in amdgpu_ttm_tt_affect_userptr()
1470 amdgpu_ttm_tt_affect_userptr(struct ttm_tt *ttm, unsigned long start, unsigned long end) amdgpu_ttm_tt_affect_userptr() argument
H A Dvcn_v2_0.c1388 * vcn_v2_0_dec_ring_insert_end - insert a end command
1392 * Write a end command to the ring.
1852 struct mmsch_v2_0_cmd_end end = { {0} }; in vcn_v2_0_start_sriov() local
1861 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v2_0_start_sriov()
1974 /* add end packet */ in vcn_v2_0_start_sriov()
1976 memcpy((void *)init_table, &end, tmp); in vcn_v2_0_start_sriov()
H A Dvcn_v2_5.c1171 struct mmsch_v1_0_cmd_end end = { { 0 } }; in vcn_v2_5_sriov_start() local
1177 end.cmd_header.command_type = MMSCH_COMMAND__END; in vcn_v2_5_sriov_start()
1291 /* add end packet */ in vcn_v2_5_sriov_start()
1292 memcpy((void *)init_table, &end, sizeof(struct mmsch_v1_0_cmd_end)); in vcn_v2_5_sriov_start()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dscan.c1461 if (rentry->res->start >= rentry->res->end) { in acpi_dma_get_range()
2299 const unsigned long end) in acpi_match_madt()
2302 if (!ape->probe_subtbl(header, end)) in acpi_match_madt()
2298 acpi_match_madt(union acpi_subtable_headers *header, const unsigned long end) acpi_match_madt() argument
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dmmu_pv.c29 * will disallow any pagetable update which will end up mapping a
697 * of locks we end up holding is never more than a in xen_pin_page()
1166 * from _brk_limit way up to the max_pfn_mapped (which is the end of in xen_pagetable_cleanhighmap()
1169 * As Xen is aligning the memory end to a 4MB boundary, for good in xen_pagetable_cleanhighmap()
1261 trace_xen_mmu_flush_tlb_others(cpus, info->mm, info->start, info->end); in xen_flush_tlb_others()
1275 if (info->end != TLB_FLUSH_ALL && in xen_flush_tlb_others()
1276 (info->end - info->start) <= PAGE_SIZE) { in xen_flush_tlb_others()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_sf.c1364 #define AUX_SDB_NUM(aux, start, end) (end >= start ? end - start + 1 : 0)
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus_core.c969 * which is likely to end up blocking indefinitely until in xillybus_read()
1689 pos = offset; /* Going to the end => to the beginning */ in xillybus_llseek()
1693 goto end; in xillybus_llseek()
1699 goto end; in xillybus_llseek()
1713 end: in xillybus_llseek()
/kernel/linux/linux-6.6/arch/ia64/hp/common/
H A Dsba_iommu.c76 ** If a device prefetches beyond the end of a valid pdir entry, it will cause
565 unsigned long *end; in sba_search_bitmap() local
570 end = res_end - qwords; in sba_search_bitmap()
572 for (; res_ptr < end; res_ptr++) { in sba_search_bitmap()
1277 ** Two address ranges are DMA contiguous *iff* "end of prev" and
1390 ** 3) do the entries end/start on page boundaries? in sba_coalesce_chunks()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py1156 end = time.time() variable
1158 time_diff = end - start
1159 log("Time", "start:\t%s\nend:\t%s\ndiff:\t%s" % (start, end, time_diff))
1265 fail(ret == 0, "got next key past the end of map")
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_sf.c1386 static inline unsigned long aux_sdb_num(unsigned long start, unsigned long end) in aux_sdb_num() argument
1388 return end >= start ? end - start + 1 : 0; in aux_sdb_num()
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dnative.c135 u64 start, end; in cxl_psl_purge() local
194 end = local_clock(); in cxl_psl_purge()
195 pr_devel("PSL purged in %lld ns\n", end - start); in cxl_psl_purge()
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c1005 * ...stack 1 is end value in altera_execute()
1010 s32 end = stack[stack_ptr - 2]; in altera_execute() local
1016 if (iterator <= end) in altera_execute()
1018 } else if (iterator >= end) in altera_execute()
1970 * ...argument 1 is end state in altera_execute()
2384 /* add record to end of linked list */ in altera_get_act_info()

Completed in 62 milliseconds

1...<<631632633634635636637638639640>>...765