HomeSort by relevance Sort by last modified time
    Searched full:isl_format_get_layout (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/intel/isl/
isl_priv.h 129 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
145 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
isl.h 1022 isl_format_get_layout(enum isl_format fmt) function
    [all...]
isl_storage_image.c 197 return isl_format_get_layout(fmt)->bpb <= 64;
199 return isl_format_get_layout(fmt)->bpb <= 32;
232 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
isl_gen9.c 39 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
110 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
isl_format.c 380 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
387 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
406 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
413 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
474 } else if (devinfo->gen < 8 && isl_format_get_layout(format)->bpb > 64) {
488 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
538 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
isl.c 268 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS);
566 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
699 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
814 MAYBE_UNUSED const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
880 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
    [all...]
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)
288 if (ISL_DEV_GEN(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
isl_gen8.c 195 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
isl_surface_state.c 476 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
484 if (isl_format_get_layout(info->view->format)->bpb == 8)
486 if (isl_format_get_layout(info->view->format)->bpb == 16)
  /external/mesa3d/src/intel/vulkan/
anv_formats.c 279 isl_format_get_layout(format.isl_format);
428 if (isl_format_get_layout(linear_fmt.isl_format)->txc == ISL_TXC_ASTC)
anv_image.c 679 const uint32_t format_bs = isl_format_get_layout(view->format)->bpb / 8;
709 isl_format_get_layout(storage_format)->bpb / 8));
anv_blorp.c 130 isl_format_get_layout(format);
138 assert(fmtl->bpb == isl_format_get_layout(format)->bpb);
328 isl_format_get_layout(buffer_format);
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_clear.c 208 x_align = isl_format_get_layout(aux_surf->format)->bw;
209 y_align = isl_format_get_layout(aux_surf->format)->bh;
685 isl_format_get_layout(params.dst.aux_surf.format);
blorp_blit.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.cpp 252 const isl_format_layout *fmtl = isl_format_get_layout(format);
    [all...]
intel_mipmap_tree.c     [all...]

Completed in 166 milliseconds