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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blitter.c979 cfg.four_components_per_vertex = true;
1023 cfg.four_components_per_vertex = true;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c455 cfg.four_components_per_vertex = true;
H A Dpanvk_vX_meta_clear.c303 cfg.four_components_per_vertex = true;
H A Dpanvk_vX_meta_copy.c131 cfg.four_components_per_vertex = true;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h1725 bool four_components_per_vertex; member in struct:MALI_DRAW
1765 cl[ 0] = __gen_uint(values->four_components_per_vertex, 0, 0) |
1820 values->four_components_per_vertex = __gen_unpack_uint(cl, 0, 0);
1853 fprintf(fp, "%*sFour Components Per Vertex: %s\n", indent, "", values->four_components_per_vertex ? "true" : "false");
H A Dv5_pack.h1777 bool four_components_per_vertex; member in struct:MALI_DRAW
1818 cl[ 0] = __gen_uint(values->four_components_per_vertex, 0, 0) |
1874 values->four_components_per_vertex = __gen_unpack_uint(cl, 0, 0);
1908 fprintf(fp, "%*sFour Components Per Vertex: %s\n", indent, "", values->four_components_per_vertex ? "true" : "false");
H A Dv6_pack.h1983 bool four_components_per_vertex; member in struct:MALI_DRAW
2022 cl[ 0] = __gen_uint(values->four_components_per_vertex, 0, 0) |
2081 values->four_components_per_vertex = __gen_unpack_uint(cl, 0, 0);
2114 fprintf(fp, "%*sFour Components Per Vertex: %s\n", indent, "", values->four_components_per_vertex ? "true" : "false");
H A Dv7_pack.h2035 bool four_components_per_vertex; member in struct:MALI_DRAW
2074 cl[ 0] = __gen_uint(values->four_components_per_vertex, 0, 0) |
2133 values->four_components_per_vertex = __gen_unpack_uint(cl, 0, 0);
2166 fprintf(fp, "%*sFour Components Per Vertex: %s\n", indent, "", values->four_components_per_vertex ? "true" : "false");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2732 cfg.four_components_per_vertex = true;

Completed in 173 milliseconds