Home
last modified time | relevance | path

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

12

/external/mesa3d/prebuilt-intermediates/isl/
Disl_format_layout.c47 .txc = ISL_TXC_NONE,
67 .txc = ISL_TXC_NONE,
87 .txc = ISL_TXC_NONE,
107 .txc = ISL_TXC_NONE,
127 .txc = ISL_TXC_NONE,
147 .txc = ISL_TXC_NONE,
167 .txc = ISL_TXC_NONE,
187 .txc = ISL_TXC_NONE,
207 .txc = ISL_TXC_NONE,
227 .txc = ISL_TXC_NONE,
[all …]
/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/u-boot/doc/device-tree-bindings/net/
Dmicrel-ksz90x1.txt21 - txc-skew-ps : Skew control of TXC pad
44 The following 5-bit values table apply to rxc-skew-ps and txc-skew-ps.
108 - txc-skew-ps : Skew control of TX clock pad
129 txc-skew-ps = <1800>;
139 txc-skew-ps = <1800>;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c114 PUSH_DATAh(push, screen->txc->offset); in nve4_screen_compute_setup()
115 PUSH_DATA (push, screen->txc->offset); in nve4_screen_compute_setup()
118 PUSH_DATAh(push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
119 PUSH_DATA (push, screen->txc->offset + 65536); in nve4_screen_compute_setup()
201 struct nouveau_bo *txc = nvc0->screen->txc; in gm107_compute_validate_surfaces() local
217 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
218 PUSH_DATA (push, txc->offset + (tic->id * 32)); in gm107_compute_validate_surfaces()
764 struct nouveau_bo *txc = nvc0->screen->txc; in nve4_compute_validate_textures() local
788 PUSH_DATAh(push, txc->offset + (tic->id * 32)); in nve4_compute_validate_textures()
789 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.c566 nouveau_bo_ref(NULL, &screen->txc); in nvc0_screen_destroy()
1125 &screen->txc); in nvc0_screen_create()
1130 PUSH_DATAh(push, screen->txc->offset); in nvc0_screen_create()
1131 PUSH_DATA (push, screen->txc->offset); in nvc0_screen_create()
1143 PUSH_DATAh(push, screen->txc->offset + 65536); in nvc0_screen_create()
1144 PUSH_DATA (push, screen->txc->offset + 65536); in nvc0_screen_create()
Dnvc0_tex.c471 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_update_tic()
505 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nvc0_validate_tic()
571 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_validate_tic()
646 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nvc0_validate_tsc()
688 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nve4_validate_tsc()
791 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in nve4_create_texture_handle()
798 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, in nve4_create_texture_handle()
1236 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32, in gm107_validate_surfaces()
/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.c494 nouveau_bo_ref(NULL, &screen->txc); in nv50_screen_destroy()
706 PUSH_DATAh(push, screen->txc->offset); in nv50_screen_init_hwctx()
707 PUSH_DATA (push, screen->txc->offset); in nv50_screen_init_hwctx()
711 PUSH_DATAh(push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
712 PUSH_DATA (push, screen->txc->offset + 65536); in nv50_screen_init_hwctx()
1029 &screen->txc); in nv50_screen_create()
/external/u-boot/arch/arm/dts/
Dsama5d3xcm.dtsi48 txc-skew-ps = <3000>;
62 txc-skew-ps = <3000>;
Dsama5d3xcm_cmp.dtsi47 txc-skew-ps = <3000>;
61 txc-skew-ps = <3000>;
Dsocfpga_cyclone5_de1_soc.dts41 txc-skew-ps = <1860>;
Dsocfpga_cyclone5_de10_nano.dts43 txc-skew-ps = <1860>;
Dsocfpga_cyclone5_de0_nano_soc.dts41 txc-skew-ps = <1860>;
Dsocfpga_stratix10_socdk.dts71 txc-skew-ps = <1860>; /* 960ps */
Dsocfpga_cyclone5_sockit.dts41 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_socrates.dts45 txc-skew-ps = <2600>;
Dsocfpga_arria5_socdk.dts51 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_is1.dts48 txc-skew-ps = <2600>;
Dsocfpga_cyclone5_vining_fpga.dts41 txc-skew-ps = <2600>;
/external/mesa3d/src/intel/isl/
Disl_gen7.c228 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC) in isl_gen6_filter_tiling()
232 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS) in isl_gen6_filter_tiling()
Disl_gen8.c104 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.py170 self.txc = line[13].strip().upper() or 'NONE'

12