Home
last modified time | relevance | path

Searched refs:v3d_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c299 static struct v3d_type
307 return (struct v3d_type) { .kind = V3D_TYPE_INT }; in string_to_type()
309 return (struct v3d_type) { .kind = V3D_TYPE_UINT }; in string_to_type()
311 return (struct v3d_type) { .kind = V3D_TYPE_BOOL }; in string_to_type()
313 return (struct v3d_type) { .kind = V3D_TYPE_FLOAT }; in string_to_type()
315 return (struct v3d_type) { .kind = V3D_TYPE_ADDRESS }; in string_to_type()
317 return (struct v3d_type) { .kind = V3D_TYPE_OFFSET }; in string_to_type()
319 return (struct v3d_type) { .kind = V3D_TYPE_UFIXED, .i = i, .f = f }; in string_to_type()
321 return (struct v3d_type) { .kind = V3D_TYPE_SFIXED, .i = i, .f = f }; in string_to_type()
323 return (struct v3d_type) { .kind = V3D_TYPE_STRUCT, .v3d_struct = g }; in string_to_type()
[all …]
Dv3d_decoder.h95 struct v3d_type { struct
127 struct v3d_type type; argument