/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 651 .update(vkd, device); in runTest()
|
H A D | vktRayTracingTraversalControlTests.cpp | 679 .update(vkd, device); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 467 builder.update(vk, vkDevice); in InputAttachmentSparseFillingTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 299 builder.update(vkdi, device); in createDescriptorSet()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 708 .update(vk, device);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 237 .update(vkd, device);
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1559 # address register was the stack pointer used from user mode, then let's update 1722 # three instruction exceptions don't update the stack pointer. so, if the 1723 # exception occurred from user mode, then simply update a7 and exit normally. 1885 mov.l EXC_A7(%a6),%a0 # update user a7 1982 mov.l EXC_A7(%a6),%a0 # update user a7 2116 mov.l EXC_A7(%a6),%a0 # update user a7 2548 addi.l &0xc,EXC_EXTWPTR(%a6) # update extension word pointer 2749 mov.l %a0,%usp # update usp 3500 bsr.l _calc_ea_fout # find the correct ea,update An 3521 bsr.l _calc_ea_fout # find the correct ea,update A [all...] |
H A D | isp.S | 579 # changed. we don't have to update a7 for supervisor mose because that case 2856 tst.b %d4 # update compare reg? 2887 tst.b %d4 # update compare reg? 2963 # instruction word and fetch the "compare" (DC) and "update" (Du) # 3027 mov.l (EXC_DREGS,%a6,%d0.w*4),%d2 # get update operand 3059 tst.b %d1 # update compare reg? 3080 tst.b %d1 # update compare reg? 3213 # (11)Unequal. No update occurs. But, we do write the DST1 op # 3217 # (13)Write update operand to the DST locations. Use BUSCR to # 3236 # D4 = update ope [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1559 # address register was the stack pointer used from user mode, then let's update 1722 # three instruction exceptions don't update the stack pointer. so, if the 1723 # exception occurred from user mode, then simply update a7 and exit normally. 1885 mov.l EXC_A7(%a6),%a0 # update user a7 1982 mov.l EXC_A7(%a6),%a0 # update user a7 2116 mov.l EXC_A7(%a6),%a0 # update user a7 2548 addi.l &0xc,EXC_EXTWPTR(%a6) # update extension word pointer 2749 mov.l %a0,%usp # update usp 3500 bsr.l _calc_ea_fout # find the correct ea,update An 3521 bsr.l _calc_ea_fout # find the correct ea,update A [all...] |
H A D | isp.S | 579 # changed. we don't have to update a7 for supervisor mose because that case 2856 tst.b %d4 # update compare reg? 2887 tst.b %d4 # update compare reg? 2963 # instruction word and fetch the "compare" (DC) and "update" (Du) # 3027 mov.l (EXC_DREGS,%a6,%d0.w*4),%d2 # get update operand 3059 tst.b %d1 # update compare reg? 3080 tst.b %d1 # update compare reg? 3213 # (11)Unequal. No update occurs. But, we do write the DST1 op # 3217 # (13)Write update operand to the DST locations. Use BUSCR to # 3236 # D4 = update ope [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 495 enum bi_update update = BI_UPDATE_STORE; in bi_emit_load_vary() local 541 sample, source_format, update, vecsize, in bi_emit_load_vary() 544 I = bi_ld_var_imm_to(b, dest, src0, regfmt, sample, update, in bi_emit_load_vary() 564 sample, source_format, update, in bi_emit_load_vary() 571 update, vecsize); in bi_emit_load_vary() 5231 * We only do this on Valhall, as Bifrost has to update the RSD for in bi_compile_variant()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | streebog_generic.c | 1052 .update = streebog_update, 1064 .update = streebog_update,
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 6 * This file contains the various mmu fetch and update operations. 10 * Xen allows guests to directly update the pagetable, in a controlled 29 * will disallow any pagetable update which will end up mapping a 103 * its update may be being lazily deferred. However, a vcpu looking 172 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update() argument 187 *u = *update; in xen_extend_mmu_update() 230 /* If page is not pinned, we can just update the entry in xen_set_pmd() 411 /* If page is not pinned, we can just update the entry in xen_set_pud() 494 /* If page is not pinned, we can just update the entry in xen_set_p4d() 688 * attempt to update th in xen_pin_page() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 781 static int rps_set(struct intel_rps *rps, u8 val, bool update) in rps_set() argument 799 if (update) in rps_set()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_vout.c | 1690 if (display->driver->update) in omap_vout_probe() 1691 display->driver->update(display, 0, 0, in omap_vout_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | driver.c | 204 u8 *update) in get_egrbuf() 208 *update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset; in get_egrbuf() 859 * The only thing we need to do is a final update and call for an in finish_packet() 1205 * and we need to update the driver's notion of the link state. We cannot 1213 * update the link state.) 203 get_egrbuf(const struct hfi1_ctxtdata *rcd, u64 rhf, u8 *update) get_egrbuf() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 439 unsigned int i, len, update = 1; in sched_skb() local 475 if (update-- && sched_update_avail(sge)) in sched_skb()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 291 .update = update_rsi, 568 .update = update_rsc,
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 2173 * @update: Function to call to update ancestor nodes. 2177 void xa_delete_node(struct xa_node *node, xa_update_node_t update) in xa_delete_node() argument 2186 .xa_update = update, in xa_delete_node()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_expander.c | 1744 int from_phy, bool update) in sas_find_bcast_phy() 1765 if (update) in sas_find_bcast_phy() 1838 * and do not update phy change count field in our structure. in sas_find_bcast_dev() 2034 * the PHY to update the PHY info, like negotiated linkrate. in sas_rediscover_dev() 1743 sas_find_bcast_phy(struct domain_device *dev, int *phy_id, int from_phy, bool update) sas_find_bcast_phy() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_vout.c | 1691 if (display->driver->update) in omap_vout_probe() 1692 display->driver->update(display, 0, 0, in omap_vout_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 430 unsigned int i, len, update = 1; in sched_skb() local 466 if (update-- && sched_update_avail(sge)) in sched_skb()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | driver.c | 157 u8 *update) in get_egrbuf() 161 *update |= !(idx & (rcd->egrbufs.threshold - 1)) && !offset; in get_egrbuf() 812 * The only thing we need to do is a final update and call for an in finish_packet() 1158 * and we need to update the driver's notion of the link state. We cannot 1166 * update the link state.) 156 get_egrbuf(const struct hfi1_ctxtdata *rcd, u64 rhf, u8 *update) get_egrbuf() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_malone.c | 530 /*update wptr after data is written*/ in vpu_malone_update_wptr() 537 /*update rptr after data is read*/ in vpu_malone_update_rptr() 704 u32 update) in vpu_malone_set_decode_params() 709 if (!update) in vpu_malone_set_decode_params() 701 vpu_malone_set_decode_params(struct vpu_shared_addr *shared, u32 instance, struct vpu_decode_params *params, u32 update) vpu_malone_set_decode_params() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 1448 u32 wilc_get_chipid(struct wilc *wilc, bool update) in wilc_get_chipid() argument 1453 if (wilc->chipid == 0 || update) { in wilc_get_chipid()
|