HomeSort by relevance Sort by last modified time
    Searched refs:txc (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/intel/isl/
isl_gen7.c 221 if (isl_format_get_layout(info->format)->txc == ISL_TXC_ASTC)
225 if (isl_format_get_layout(info->format)->txc == ISL_TXC_MCS)
isl_gen8.c 196 if (fmtl->txc == ISL_TXC_CCS) {
isl_gen9.c 111 if (fmtl->txc == ISL_TXC_CCS) {
gen_format_layout.py 85 .txc = ISL_TXC_${format.txc},
158 self.txc = line[13].strip().upper() or 'NONE'
isl_format.c 384 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2)
391 if (fmtl->txc == ISL_TXC_ASTC)
410 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2)
417 if (fmtl->txc == ISL_TXC_ASTC)
isl.h 737 enum isl_txc txc; member in struct:isl_format_layout
    [all...]
isl.c 268 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_compute.c 133 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);
nv50_tex.c 243 struct nouveau_bo *txc = nv50->screen->txc; local
270 PUSH_DATAh(push, txc->offset);
271 PUSH_DATA (push, txc->offset);
367 nv50_sifc_linear_u8(&nv50->base, nv50->screen->txc,
nv50_screen.h 69 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nv50_screen
nv50_screen.c 470 nouveau_bo_ref(NULL, &screen->txc);
682 PUSH_DATAh(push, screen->txc->offset);
683 PUSH_DATA (push, screen->txc->offset);
687 PUSH_DATAh(push, screen->txc->offset + 65536);
688 PUSH_DATA (push, screen->txc->offset + 65536);
    [all...]
nv50_context.c 368 BCTX_REFN_bo(nv50->bufctx_3d, 3D_SCREEN, flags, screen->txc);
372 BCTX_REFN_bo(nv50->bufctx_cp, CP_SCREEN, flags, screen->txc);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 110 PUSH_DATAh(push, screen->txc->offset);
111 PUSH_DATA (push, screen->txc->offset);
114 PUSH_DATAh(push, screen->txc->offset + 65536);
115 PUSH_DATA (push, screen->txc->offset + 65536);
197 struct nouveau_bo *txc = nvc0->screen->txc; local
213 PUSH_DATAh(push, txc->offset + (tic->id * 32));
214 PUSH_DATA (push, txc->offset + (tic->id * 32));
701 struct nouveau_bo *txc = nvc0->screen->txc; local
    [all...]
nvc0_compute.c 106 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);
nvc0_screen.h 71 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ member in struct:nvc0_screen
nvc0_screen.c 536 nouveau_bo_ref(NULL, &screen->txc);
    [all...]
nvc0_context.c 444 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_SCREEN, flags, screen->txc);
448 BCTX_REFN_bo(nvc0->bufctx_cp, CP_SCREEN, flags, screen->txc);
nvc0_tex.c 496 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32,
562 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc, tic->id * 32,
637 nvc0_m2mf_push_linear(&nvc0->base, nvc0->screen->txc,
679 nve4_p2mf_push_linear(&nvc0->base, nvc0->screen->txc,
    [all...]
nvc0_state_validate.c 756 nvc0->base.push_data(&nvc0->base, screen->txc, 65536 + tsc->id * 32,
771 nvc0->base.push_data(&nvc0->base, screen->txc, tic->id * 32,
  /external/mesa3d/src/intel/blorp/
blorp_clear.c 686 assert(aux_fmtl->txc == ISL_TXC_CCS);
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 428 if (isl_format_get_layout(linear_fmt.isl_format)->txc == ISL_TXC_ASTC)
anv_blorp.c 135 if (fmtl->txc == ISL_TXC_ASTC) {
    [all...]

Completed in 614 milliseconds