Searched refs:isl_format_get_layout (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_gfx12.c82 if (isl_format_get_layout(info->format)->bpb % 3 == 0)
94 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
189 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
H A Disl_gfx9.c39 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);
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)
305 if (ISL_GFX_VER(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
H A Disl_gfx4.c79 if (isl_format_get_layout(info->format)->bpb >= 128)
H A Disl_gfx8.c103 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
H A Disl_storage_image.c208 return isl_format_get_layout(fmt)->bpb <= 64;
210 return isl_format_get_layout(fmt)->bpb <= 32;
254 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
326 param->stride[0] = isl_format_get_layout(format)->bpb / 8;
H A Disl.h1779 isl_format_get_layout(enum isl_format fmt) function in typeref:typename:const struct isl_format_layout * ATTRIBUTE_CONST
1863 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1871 switch (isl_format_get_layout(fmt)->txc) {
1899 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1916 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1924 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1932 return isl_format_get_layout(fmt)->colorspace == ISL_COLORSPACE_SRGB;
1943 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1954 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
2438 const struct isl_format_layout *fmtl = isl_format_get_layout(sur
[all...]
H A Disl.c540 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
560 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
603 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS);
830 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
961 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1098 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1274 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1317 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1384 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1446 const struct isl_format_layout *fmtl = isl_format_get_layout(inf
[all...]
H A Disl_surface_state.c176 } else if (isl_format_get_layout(surf->format)->bpb % 3 == 0) {
185 const uint32_t bs = isl_format_get_layout(surf->format)->bpb / 8;
317 isl_format_get_layout(info->surf->format);
319 isl_format_get_layout(info->surf->format);
598 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
606 if (isl_format_get_layout(info->view->format)->bpb == 8)
608 if (isl_format_get_layout(info->view->format)->bpb == 16)
873 info->stride_B < isl_format_get_layout(info->format)->bpb / 8) &&
948 info->stride_B == isl_format_get_layout(info->format)->bpb / 8 &&
H A Disl_priv.h139 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
155 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
H A Disl_format.c717 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
730 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
737 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
836 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
897 } else if (devinfo->ver < 7 && isl_format_get_layout(format)->bpb > 64) {
936 const struct isl_format_layout *fmtl1 = isl_format_get_layout(format1);
937 const struct isl_format_layout *fmtl2 = isl_format_get_layout(format2);
951 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1001 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1023 const struct isl_format_layout *fmtl = isl_format_get_layout(fm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_gen9.c39 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);
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)
295 if (ISL_DEV_GEN(dev) < 7 && isl_format_get_layout(info->format)->bpb >= 128)
H A Disl_gen4.c94 if (isl_format_get_layout(info->format)->bpb >= 128)
H A Disl_gen8.c103 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
H A Disl_storage_image.c208 return isl_format_get_layout(fmt)->bpb <= 64;
210 return isl_format_get_layout(fmt)->bpb <= 32;
250 const int cpp = isl_format_get_layout(surf->format)->bpb / 8;
322 param->stride[0] = isl_format_get_layout(format)->bpb / 8;
H A Disl.h1438 isl_format_get_layout(enum isl_format fmt) function in typeref:typename:const struct isl_format_layout * ATTRIBUTE_CONST
1450 return isl_format_get_layout(fmt)->name;
1516 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1524 switch (isl_format_get_layout(fmt)->txc) {
1552 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1560 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1568 return isl_format_get_layout(fmt)->colorspace == ISL_COLORSPACE_SRGB;
1579 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1590 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1881 const struct isl_format_layout *fmtl = isl_format_get_layout(sur
[all...]
H A Disl.c329 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
349 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
392 assert(isl_format_get_layout(info->format)->txc == ISL_TXC_CCS);
611 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
730 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
867 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1040 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1071 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1136 const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
1196 MAYBE_UNUSED const struct isl_format_layout *fmtl = isl_format_get_layout(inf
[all...]
H A Disl_surface_state.c265 isl_format_get_layout(info->surf->format);
267 isl_format_get_layout(info->surf->format);
498 assert(isl_is_pow2(isl_format_get_layout(info->view->format)->bpb));
506 if (isl_format_get_layout(info->view->format)->bpb == 8)
508 if (isl_format_get_layout(info->view->format)->bpb == 16)
696 info->stride_B < isl_format_get_layout(info->format)->bpb / 8) {
H A Disl_priv.h139 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
155 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
H A Disl_format.c417 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
424 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
431 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
450 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
457 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
464 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
542 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
603 } else if (devinfo->gen < 7 && isl_format_get_layout(format)->bpb > 64) {
633 const struct isl_format_layout *fmtl1 = isl_format_get_layout(format1);
634 const struct isl_format_layout *fmtl2 = isl_format_get_layout(format
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_formats.c48 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
129 const struct isl_format_layout *fmtl = isl_format_get_layout(format);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c51 const struct isl_format_layout *fmtl = isl_format_get_layout(dst->surf.format);
242 const struct isl_format_layout *src_fmtl = isl_format_get_layout(src->surf.format);
244 const struct isl_format_layout *dst_fmtl = isl_format_get_layout(dst->surf.format);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c261 y_isl_layout = isl_format_get_layout(format->planes[p].isl_format);
295 isl_format_get_layout(plane_format->isl_format);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c235 x_align = isl_format_get_layout(aux_surf->format)->bw;
236 y_align = isl_format_get_layout(aux_surf->format)->bh;
419 } else if (isl_format_get_layout(format)->bpb % 3 == 0) {
543 isl_format_get_layout(params.dst.surf.format)->bpb / 8;
881 isl_format_get_layout(params.dst.aux_surf.format);
1066 isl_format_get_layout(surf->aux_surf->format);

Completed in 62 milliseconds

123