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

  /external/mesa3d/src/intel/isl/
isl_gen9.c 39 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
43 const uint32_t bpb = fmtl->bpb;
110 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
111 if (fmtl->txc == ISL_TXC_CCS) {
118 *image_align_el = isl_extent3d(128 / fmtl->bw, 64 / fmtl->bh, 1);
isl_priv.h 129 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
131 assert(extent_sa.w % fmtl->bw == 0);
132 assert(extent_sa.h % fmtl->bh == 0);
133 assert(extent_sa.d % fmtl->bd == 0);
136 .w = extent_sa.w / fmtl->bw,
137 .h = extent_sa.h / fmtl->bh,
138 .d = extent_sa.d / fmtl->bd,
145 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
148 .w = extent_el.w * fmtl->bw,
149 .h = extent_el.h * fmtl->bh
    [all...]
isl_gen8.c 195 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
196 if (fmtl->txc == ISL_TXC_CCS) {
204 *image_align_el = isl_extent3d(256 / fmtl->bw, 128 / fmtl->bh, 1);
isl.c 566 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
584 .w = isl_align_npot(info->width, fmtl->bw),
585 .h = fmtl->bh,
605 .w = isl_align_npot(info->width, fmtl->bw),
606 .h = isl_align_npot(info->height, fmtl->bh),
616 assert(fmtl->bw == 1 && fmtl->bh == 1);
642 phys_level0_sa->w = isl_align(phys_level0_sa->w, fmtl->bw);
643 phys_level0_sa->h = isl_align(phys_level0_sa->h, fmtl->bh);
652 if (fmtl->bd > 1)
699 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
814 MAYBE_UNUSED const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
880 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
991 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
1081 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
1183 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format); local
1322 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); local
1765 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); local
    [all...]
isl.h 1083 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
1119 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
1127 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
1328 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); local
1350 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); local
1381 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format); local
1458 const struct isl_format_layout *fmtl = isl_format_get_layout(format); local
    [all...]
isl_format.c 380 const struct isl_format_layout *fmtl = isl_format_get_layout(format); local
384 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2)
387 const struct isl_format_layout *fmtl = isl_format_get_layout(format); local
391 if (fmtl->txc == ISL_TXC_ASTC)
406 const struct isl_format_layout *fmtl = isl_format_get_layout(format); local
410 if (fmtl->txc == ISL_TXC_ETC1 || fmtl->txc == ISL_TXC_ETC2)
413 const struct isl_format_layout *fmtl = isl_format_get_layout(format); local
417 if (fmtl->txc == ISL_TXC_ASTC
488 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
538 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt); local
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 2285 const struct isl_format_layout *fmtl = local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.cpp 252 const isl_format_layout *fmtl = isl_format_get_layout(format); local
254 return color_u(fmtl->channels.r.bits,
255 fmtl->channels.g.bits,
256 fmtl->channels.b.bits,
257 fmtl->channels.a.bits);
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 129 const struct isl_format_layout *fmtl = local
135 if (fmtl->txc == ISL_TXC_ASTC) {
138 assert(fmtl->bpb == isl_format_get_layout(format)->bpb);
141 width = DIV_ROUND_UP(width, fmtl->bw);
142 height = DIV_ROUND_UP(height, fmtl->bh);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 3698 DateFormat* fmtl = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::FULL, loc); local
    [all...]

Completed in 345 milliseconds