Searched defs:isl_format_get_layout (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/intel/isl/
H A Disl.h1022 isl_format_get_layout(enum isl_format fmt) function
1083 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1091 switch (isl_format_get_layout(fmt)->txc) {
1119 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1127 const struct isl_format_layout *fmtl = isl_format_get_layout(fmt);
1328 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format);
1350 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format);
1381 const struct isl_format_layout *fmtl = isl_format_get_layout(surf->format);
1458 const struct isl_format_layout *fmtl = isl_format_get_layout(format);

Completed in 86 milliseconds