Searched refs:point_size_array_format (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 1071 primitive.point_size_array_format == MALI_POINT_SIZE_ARRAY_FORMAT_NONE);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 424 cfg.point_size_array_format = MALI_POINT_SIZE_ARRAY_FORMAT_FP16;
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 1639 enum mali_point_size_array_format point_size_array_format; member in struct:MALI_PRIMITIVE 1666 __gen_uint(values->point_size_array_format, 11, 12) | 1691 values->point_size_array_format = (enum mali_point_size_array_format)__gen_unpack_uint(cl, 11, 12); 1710 fprintf(fp, "%*sPoint size array format: %s\n", indent, "", mali_point_size_array_format_as_str(values->point_size_array_format));
|
| H A D | v5_pack.h | 1691 enum mali_point_size_array_format point_size_array_format; member in struct:MALI_PRIMITIVE 1718 __gen_uint(values->point_size_array_format, 11, 12) | 1743 values->point_size_array_format = (enum mali_point_size_array_format)__gen_unpack_uint(cl, 11, 12); 1762 fprintf(fp, "%*sPoint size array format: %s\n", indent, "", mali_point_size_array_format_as_str(values->point_size_array_format));
|
| H A D | v6_pack.h | 1892 enum mali_point_size_array_format point_size_array_format; member in struct:MALI_PRIMITIVE 1921 __gen_uint(values->point_size_array_format, 11, 12) | 1947 values->point_size_array_format = (enum mali_point_size_array_format)__gen_unpack_uint(cl, 11, 12); 1967 fprintf(fp, "%*sPoint size array format: %s\n", indent, "", mali_point_size_array_format_as_str(values->point_size_array_format));
|
| H A D | v7_pack.h | 1944 enum mali_point_size_array_format point_size_array_format; member in struct:MALI_PRIMITIVE 1973 __gen_uint(values->point_size_array_format, 11, 12) | 1999 values->point_size_array_format = (enum mali_point_size_array_format)__gen_unpack_uint(cl, 11, 12); 2019 fprintf(fp, "%*sPoint size array format: %s\n", indent, "", mali_point_size_array_format_as_str(values->point_size_array_format));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2687 cfg.point_size_array_format = MALI_POINT_SIZE_ARRAY_FORMAT_FP16;
|
Completed in 78 milliseconds