Searched refs:mesh_conv_prim_attrs_to_vert_attrs (Results 1 – 3 of 3) sorted by relevance
508 int mesh_conv_prim_attrs_to_vert_attrs = in anv_apply_per_prim_attr_wa() local509 device->physical->instance->mesh_conv_prim_attrs_to_vert_attrs; in anv_apply_per_prim_attr_wa()510 if (mesh_conv_prim_attrs_to_vert_attrs < 0 && in anv_apply_per_prim_attr_wa()512 mesh_conv_prim_attrs_to_vert_attrs = 0; in anv_apply_per_prim_attr_wa()514 if (mesh_conv_prim_attrs_to_vert_attrs != 0) { in anv_apply_per_prim_attr_wa()523 const bool dup_vertices = abs(mesh_conv_prim_attrs_to_vert_attrs) >= 2; in anv_apply_per_prim_attr_wa()524 const bool force_conversion = mesh_conv_prim_attrs_to_vert_attrs > 0; in anv_apply_per_prim_attr_wa()
154 instance->mesh_conv_prim_attrs_to_vert_attrs = in anv_init_dri_options()
1274 int mesh_conv_prim_attrs_to_vert_attrs; member