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

123

/xsrc/external/mit/MesaLib/src/intel/isl/
H A Disl_format_layout.c627 .txc = ISL_TXC_NONE,
647 .txc = ISL_TXC_NONE,
667 .txc = ISL_TXC_NONE,
687 .txc = ISL_TXC_NONE,
707 .txc = ISL_TXC_NONE,
727 .txc = ISL_TXC_NONE,
747 .txc = ISL_TXC_NONE,
767 .txc = ISL_TXC_NONE,
787 .txc = ISL_TXC_NONE,
807 .txc
[all...]
/xsrc/external/mit/MesaLib.old/src/intel/
H A 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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_gen8.c104 if (fmtl->txc == ISL_TXC_CCS) {
H A Disl_gen7.c228 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC)
232 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS)
H A Disl_gen9.c111 if (fmtl->txc == ISL_TXC_CCS) {
H A Dgen_format_layout.py85 .txc = ISL_TXC_${format.txc},
188 self.txc = line[14].strip().upper() or 'NONE'
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_gfx8.c104 if (fmtl->txc == ISL_TXC_CCS) {
H A Disl_gfx7.c243 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC)
247 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS)
H A Disl_gfx9.c111 if (fmtl->txc == ISL_TXC_CCS) {
H A Disl_gfx12.c190 if (fmtl->txc == ISL_TXC_CCS) {
H A Dgen_format_layout.py92 .txc = ISL_TXC_${format.txc},
216 self.txc = line[14].strip().upper() or 'NONE'
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c133 PUSH_DATAh(push, screen->txc->offset);
134 PUSH_DATA (push, screen->txc->offset);
140 PUSH_DATAh(push, screen->txc->offset + 65536);
141 PUSH_DATA (push, screen->txc->offset + 65536);
H A Dnv50_tex.c243 struct nouveau_bo *txc = nv50->screen->txc; local in function:nv50_validate_tic
270 PUSH_DATAh(push, txc->offset);
271 PUSH_DATA (push, txc->offset);
367 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
469 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
H A Dnv50_screen.h70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
H A Dnv50_screen.c538 nouveau_bo_ref(NULL, &screen->txc);
750 PUSH_DATAh(push, screen->txc->offset);
751 PUSH_DATA (push, screen->txc->offset);
755 PUSH_DATAh(push, screen->txc->offset + 65536);
756 PUSH_DATA (push, screen->txc->offset + 65536);
1114 &screen->txc);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_tex.c245 struct nouveau_bo *txc = nv50->screen->txc; local in function:nv50_validate_tic
276 PUSH_DATAh(push, txc->offset);
277 PUSH_DATA (push, txc->offset);
397 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
515 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
H A Dnv50_screen.h70 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
H A Dnv50_screen.c614 nouveau_bo_ref(NULL, &screen->txc);
832 PUSH_DATAh(push, screen->txc->offset);
833 PUSH_DATA (push, screen->txc->offset);
837 PUSH_DATAh(push, screen->txc->offset + 65536);
838 PUSH_DATA (push, screen->txc->offset + 65536);
1200 &screen->txc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c115 PUSH_DATAh(push, screen->txc->offset);
116 PUSH_DATA (push, screen->txc->offset);
119 PUSH_DATAh(push, screen->txc->offset + 65536);
120 PUSH_DATA (push, screen->txc->offset + 65536);
202 struct nouveau_bo *txc = nvc0->screen->txc; local in function:gm107_compute_validate_surfaces
218 PUSH_DATAh(push, txc->offset + (tic->id * 32));
219 PUSH_DATA (push, txc->offset + (tic->id * 32));
807 struct nouveau_bo *txc = nvc0->screen->txc; local in function:nve4_compute_validate_textures
[all...]
H A Dnvc0_screen.h80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen
H A Dnvc0_compute.c106 PUSH_DATAh(push, screen->txc->offset);
107 PUSH_DATA (push, screen->txc->offset);
112 PUSH_DATAh(push, screen->txc->offset + 65536);
113 PUSH_DATA (push, screen->txc->offset + 65536);
H A Dnvc0_tex.c471 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32,
505 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32,
571 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc, tic->id * 32,
646 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc,
701 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc,
749 nvc0->base.push_data(&nvc0->base, nvc0->screen->txc,
816 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32,
823 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc,
1254 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32,
1428 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, ti
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c139 PUSH_DATAh(push, screen->txc->offset);
140 PUSH_DATA (push, screen->txc->offset);
143 PUSH_DATAh(push, screen->txc->offset + 65536);
144 PUSH_DATA (push, screen->txc->offset + 65536);
226 struct nouveau_bo *txc = nvc0->screen->txc; local in function:gm107_compute_validate_surfaces
242 PUSH_DATAh(push, txc->offset + (tic->id * 32));
243 PUSH_DATA (push, txc->offset + (tic->id * 32));
951 struct nouveau_bo *txc = nvc0->screen->txc; local in function:nve4_compute_validate_textures
[all...]
H A Dnvc0_compute.c106 PUSH_DATAh(push, screen->txc->offset);
107 PUSH_DATA (push, screen->txc->offset);
112 PUSH_DATAh(push, screen->txc->offset + 65536);
113 PUSH_DATA (push, screen->txc->offset + 65536);
H A Dnvc0_screen.h80 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen

Completed in 42 milliseconds

123