Home
last modified time | relevance | path

Searched defs:tic (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj_tex.h22 uint32_t tic[8]; member
H A Dnv50_tex.c69 uint32_t *tic; in nv50_create_texture_view() local
223 nv50_update_tic(struct nv50_context *nv50, struct nv50_tic_entry *tic, struct nv04_resource *res) nv50_update_tic() argument
252 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); nv50_validate_tic() local
337 struct nv50_tic_entry *tic = nv50_tic_entry(nv50->textures[s][i]); nv50_validate_tic() local
[all...]
H A Dnv50_screen.h90 } tic; member
174 } tic; member
187 nv50_screen_tic_unlock(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_unlock() argument
201 nv50_screen_tic_free(struct nv50_screen *screen, struct nv50_tic_entry *tic) in nv50_screen_tic_free() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dvfio_ccw_cp.c407 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument
465 struct ccw1 *tic; in ccwchain_loop_tic() local
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_cil.c38 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local
651 struct xlog_ticket *tic; in xlog_cil_push_work() local
[all...]
H A Dxfs_log.c162 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local
171 xlog_ticket_reservation( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic) xlog_ticket_reservation() argument
193 struct xlog_ticket *tic; xlog_grant_head_wake() local
290 xlog_grant_head_check( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic, int *need_bytes) xlog_grant_head_check() argument
327 xlog_tic_reset_res(xlog_ticket_t *tic) xlog_tic_reset_res() argument
335 xlog_tic_add_region(xlog_ticket_t *tic, uint len, uint type) xlog_tic_add_region() argument
373 xfs_log_regrant( struct xfs_mount *mp, struct xlog_ticket *tic) xfs_log_regrant() argument
443 struct xlog_ticket *tic; xfs_log_reserve() local
851 struct xlog_ticket *tic = NULL; xlog_unmount_write() local
3447 struct xlog_ticket *tic; xlog_ticket_alloc() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.cpp247 mkTex(operation op, TexTarget targ, uint16_t tic, uint16_t tsc, const std::vector<Value *> &def, const std::vector<Value *> &src) mkTex() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c227 struct nv50_tic_entry *tic; in gm107_compute_validate_surfaces() local
959 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); nve4_compute_validate_textures() local
[all...]
H A Dnvc0_tex.c73 uint32_t *tic; in gm107_create_texture_view() local
285 uint32_t *tic; gf100_create_texture_view() local
453 nvc0_update_tic(struct nvc0_context *nvc0, struct nv50_tic_entry *tic, struct nv04_resource *res) nvc0_update_tic() argument
488 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); nvc0_validate_tic() local
555 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); nve4_validate_tic() local
801 struct nv50_tic_entry *tic = nv50_tic_entry(view); nve4_create_texture_handle() local
859 uint32_t tic = handle & NVE4_TIC_ENTRY_INVALID; nve4_delete_texture_handle() local
882 struct nv50_tic_entry *tic = nve4_make_texture_handle_resident() local
1256 struct nv50_tic_entry *tic; gm107_validate_surfaces() local
1431 struct nv50_tic_entry *tic = nv50_tic_entry(sview); gm107_create_image_handle() local
1468 int tic = handle & NVE4_TIC_ENTRY_INVALID; gm107_delete_image_handle() local
1486 struct nv50_tic_entry *tic = gm107_make_image_handle_resident() local
[all...]
H A Dnvc0_vbo.c1070 struct nv50_tic_entry *tic = nv50_tic_entry(nvc0->textures[s][i]); in nvc0_draw_vbo() local
H A Dnvc0_state_validate.c844 struct nv50_tic_entry *tic = nv50_tic_entry(new_view); in nvc0_validate_fbread() local
[all...]
H A Dnvc0_screen.h97 } tic; member
198 } tic; member
211 nvc0_screen_tic_unlock(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_unlock() argument
227 nvc0_screen_tic_free(struct nvc0_screen *screen, struct nv50_tic_entry *tic) in nvc0_screen_tic_free() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_cil.c37 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local
990 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr() local
H A Dxfs_log.c212 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local
221 xlog_ticket_reservation( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic) xlog_ticket_reservation() argument
243 struct xlog_ticket *tic; xlog_grant_head_wake() local
340 xlog_grant_head_check( struct xlog *log, struct xlog_grant_head *head, struct xlog_ticket *tic, int *need_bytes) xlog_grant_head_check() argument
401 xfs_log_regrant( struct xfs_mount *mp, struct xlog_ticket *tic) xfs_log_regrant() argument
468 struct xlog_ticket *tic; xfs_log_reserve() local
957 struct xlog_ticket *tic = NULL; xlog_unmount_write() local
3516 struct xlog_ticket *tic; xlog_ticket_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_cp.c403 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument
464 struct ccw1 *tic; in ccwchain_loop_tic() local
/third_party/optimized-routines/math/test/
H A Dmathbench.c512 tic (void) in tic() function
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsunsab.h64 u8 tic; /* Transmit Immediate Character */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dravb_main.c762 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H A Dravb_main.c1136 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsunsab.h64 u8 tic; /* Transmit Immediate Character */ member

Completed in 28 milliseconds