Home
last modified time | relevance | path

Searched refs:txc (Results 1 – 25 of 25) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c90 struct timex txc; in reset_ntp_error() local
92 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
93 txc.time.tv_sec = 0; in reset_ntp_error()
94 txc.time.tv_usec = 0; in reset_ntp_error()
96 if (adjtimex(&txc) < 0) { in reset_ntp_error()
104 struct timex txc; in set_frequency() local
109 txc.modes = ADJ_TICK | ADJ_FREQUENCY; in set_frequency()
110 txc.tick = 1000000 / user_hz + tick_offset; in set_frequency()
111 txc.freq = (1e6 * freq - user_hz * tick_offset) * (1 << 16); in set_frequency()
113 if (adjtimex(&txc) < 0) { in set_frequency()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c110 PUSH_DATAh(push, screen->txc->offset); in nve4_screen_compute_setup()
111 PUSH_DATA (push, screen->txc->offset); in nve4_screen_compute_setup()
114 PUSH_DATAh(push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
115 PUSH_DATA (push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
197 struct nouveau_bo *txc = nvc0->screen->txc; in gm107_compute_validate_surfaces() local
213 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
214 PUSH_DATA (push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
701 struct nouveau_bo *txc = nvc0->screen->txc; in nve4_compute_validate_textures() local
725 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in nve4_compute_validate_textures()
726 PUSH_DATA (push, txc->offset + (tic->id * 32)); in nve4_compute_validate_textures()
Dnvc0_compute.c106 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_compute_setup()
107 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_compute_setup()
112 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_compute_setup()
113 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_compute_setup()
Dnvc0_screen.c536 nouveau_bo_ref(NULL, &screen->txc); in nvc0_screen_destroy()
1074 &screen->txc); in nvc0_screen_create()
1079 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_create()
1080 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_create()
1092 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_create()
1093 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_create()
Dnvc0_screen.h71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnvc0_tex.c496 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_validate_tic()
562 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_validate_tic()
637 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nvc0_validate_tsc()
679 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nve4_validate_tsc()
1116 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in gm107_validate_surfaces()
Dnvc0_context.c444 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nvc0_create()
448 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->txc); in nvc0_create()
Dnvc0_state_validate.c756 nvc0->base.push_data(&nvc0->base, screen->txc, 65536 + tsc->id * 32, in nvc0_validate_fbread()
771 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32, in nvc0_validate_fbread()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_compute.c133 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_compute_setup()
134 PUSH_DATA (push, screen->txc->offset); in nv50_screen_compute_setup()
140 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_compute_setup()
141 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_compute_setup()
Dnv50_tex.c243 struct nouveau_bo *txc = nv50->screen->txc; in nv50_validate_tic() local
270 PUSH_DATAh(push, txc->offset); in nv50_validate_tic()
271 PUSH_DATA (push, txc->offset); in nv50_validate_tic()
367 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc, in nv50_validate_tsc()
Dnv50_screen.c470 nouveau_bo_ref(NULL, &screen->txc); in nv50_screen_destroy()
682 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_init_hwctx()
683 PUSH_DATA (push, screen->txc->offset); in nv50_screen_init_hwctx()
687 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
688 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
1000 &screen->txc); in nv50_screen_create()
Dnv50_screen.h69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member
Dnv50_context.c368 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->txc); in nv50_create()
372 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->txc); in nv50_create()
/external/mesa3d/src/intel/isl/
Disl_gen7.c221 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
225 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS) in isl_gen6_filter_tiling()
Disl_gen8.c196 if (fmtl->txc == ISL_TXC_CCS) { in isl_gen8_choose_image_alignment_el()
Disl_gen9.c111 if (fmtl->txc == ISL_TXC_CCS) { in isl_gen9_choose_image_alignment_el()
Dgen_format_layout.py158 self.txc = line[13].strip().upper() or 'NONE'
Disl.h737 enum isl_txc txc; member
1085 return fmtl->txc != ISL_TXC_NONE; in isl_format_is_compressed()
1091 switch (isl_format_get_layout(fmt)->txc) { in isl_format_has_bc_compression()
Disl_format.c384 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2) in isl_format_supports_sampling()
391 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_sampling()
410 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2) in isl_format_supports_filtering()
417 if (fmtl->txc == ISL_TXC_ASTC) in isl_format_supports_filtering()
Disl_format_layout.csv45 # txc: texture compression
66 …name , bpb, bw, bh, bd, r, g, b, a, l, i, p, space, txc
Disl.c268 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS); in isl_surf_choose_tiling()
946 if (ISL_DEV_GEN(dev) >= 9 && fmtl->txc == ISL_TXC_CCS) { in isl_calc_array_pitch_el_rows()
/external/mesa3d/src/intel/blorp/
Dblorp_clear.c686 assert(aux_fmtl->txc == ISL_TXC_CCS); in blorp_ccs_resolve()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c428 if (isl_format_get_layout(linear_fmt.isl_format)->txc == ISL_TXC_ASTC) in anv_physical_device_get_format_properties()
Danv_blorp.c135 if (fmtl->txc == ISL_TXC_ASTC) { in get_blorp_surf_for_anv_buffer()
/external/lisa/ipynb/residency/scratch/eas13-lowutil-mode/
Dtask_residencies_youtube-eas-fbt.ipynb237 …\nEMWbM6dd2PxWI2ydPtGhUARpNN1rQ6bMzIVezzLriY7JCCUcp8OPj95vwdEaG/jfr36jxqRh+txc\nDu8TxalAIIS9O9qxb1…