Searched refs:isl_format_layouts (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c40 case 0: bits = isl_format_layouts[format].channels.r.bits; break;
41 case 1: bits = isl_format_layouts[format].channels.g.bits; break;
42 case 2: bits = isl_format_layouts[format].channels.b.bits; break;
43 case 3: bits = isl_format_layouts[format].channels.a.bits; break;
66 !isl_format_layouts[format].channels.b.bits &&
67 isl_format_layouts[format].channels.r.type == ISL_RAW) {
73 isl_format_layouts[format].channels.r.type == ISL_RAW) {
77 } else if (isl_format_layouts[format].channels.r.type == ISL_UINT ||
78 isl_format_layouts[format].channels.r.type == ISL_SINT) {
H A Danv_formats.c619 !util_is_power_of_two_or_zero(isl_format_layouts[base_isl_format].bpb) &&
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c42 case 0: bits = isl_format_layouts[format].channels.r.bits; break;
43 case 1: bits = isl_format_layouts[format].channels.g.bits; break;
44 case 2: bits = isl_format_layouts[format].channels.b.bits; break;
45 case 3: bits = isl_format_layouts[format].channels.a.bits; break;
68 !isl_format_layouts[format].channels.b.bits &&
69 isl_format_layouts[format].channels.r.type == ISL_RAW) {
75 isl_format_layouts[format].channels.r.type == ISL_RAW) {
79 } else if (isl_format_layouts[format].channels.r.type == ISL_UINT ||
80 isl_format_layouts[format].channels.r.type == ISL_SINT) {
H A Danv_formats.c674 !util_is_power_of_two_or_zero(isl_format_layouts[base_isl_format].bpb) &&
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.h1427 extern const struct isl_format_layout isl_format_layouts[];
1442 return &isl_format_layouts[fmt];
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.h1763 extern const struct isl_format_layout isl_format_layouts[];
1783 return &isl_format_layouts[fmt];
/xsrc/external/mit/MesaLib.old/src/intel/
H A Disl_format_layout.c29 isl_format_layouts[] = { variable in typeref:typename:const struct isl_format_layout[]
5595 if (format >= sizeof(isl_format_layouts) / sizeof(isl_format_layouts[0]))
5597 return isl_format_layouts[format].name;
/xsrc/external/mit/MesaLib/src/intel/isl/
H A Disl_format_layout.c609 isl_format_layouts[] = { variable in typeref:typename:const struct isl_format_layout[]
6355 if (format >= sizeof(isl_format_layouts) / sizeof(isl_format_layouts[0]))
6362 return isl_format_layouts[format].format == format;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst291 - intel: properly constify isl_format_layouts
1721 - intel/isl: decrease isl_format_layouts size by 36k

Completed in 36 milliseconds