Searched refs:isl_format_layouts (Results 1 – 4 of 4) sorted by relevance
40 case 0: bits = isl_format_layouts[format].channels.r.bits; break; in vertex_element_comp_control()41 case 1: bits = isl_format_layouts[format].channels.g.bits; break; in vertex_element_comp_control()42 case 2: bits = isl_format_layouts[format].channels.b.bits; break; in vertex_element_comp_control()43 case 3: bits = isl_format_layouts[format].channels.a.bits; break; in vertex_element_comp_control()66 !isl_format_layouts[format].channels.b.bits && in vertex_element_comp_control()67 isl_format_layouts[format].channels.r.type == ISL_RAW) { in vertex_element_comp_control()73 isl_format_layouts[format].channels.r.type == ISL_RAW) { in vertex_element_comp_control()77 } else if (isl_format_layouts[format].channels.r.type == ISL_UINT || in vertex_element_comp_control()78 isl_format_layouts[format].channels.r.type == ISL_SINT) { in vertex_element_comp_control()
640 !util_is_power_of_two_or_zero(isl_format_layouts[base_isl_format].bpb) && in anv_get_image_format_features()
1518 extern const struct isl_format_layout isl_format_layouts[];1533 return &isl_format_layouts[fmt]; in isl_format_get_layout()
29 isl_format_layouts[] = { variable5775 if (format >= sizeof(isl_format_layouts) / sizeof(isl_format_layouts[0])) in isl_format_is_valid()5777 return isl_format_layouts[format].name; in isl_format_is_valid()