Home
last modified time | relevance | path

Searched refs:mesh_conv_prim_attrs_to_vert_attrs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_mesh_perprim_wa.c508 int mesh_conv_prim_attrs_to_vert_attrs = in anv_apply_per_prim_attr_wa() local
509 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()
H A Danv_instance.c154 instance->mesh_conv_prim_attrs_to_vert_attrs = in anv_init_dri_options()
H A Danv_private.h1274 int mesh_conv_prim_attrs_to_vert_attrs; member