Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c315 static struct v3d_type
323 return (struct v3d_type) { .kind = V3D_TYPE_INT }; in string_to_type()
325 return (struct v3d_type) { .kind = V3D_TYPE_UINT }; in string_to_type()
327 return (struct v3d_type) { .kind = V3D_TYPE_BOOL }; in string_to_type()
329 return (struct v3d_type) { .kind = V3D_TYPE_FLOAT }; in string_to_type()
331 return (struct v3d_type) { .kind = V3D_TYPE_F187 }; in string_to_type()
333 return (struct v3d_type) { .kind = V3D_TYPE_ADDRESS }; in string_to_type()
335 return (struct v3d_type) { .kind = V3D_TYPE_OFFSET }; in string_to_type()
337 return (struct v3d_type) { .kind = V3D_TYPE_UFIXED, .i = i, .f = f }; in string_to_type()
339 return (struct v3d_type) { .kind = V3D_TYPE_SFIXED, .i = i, .f = f }; in string_to_type()
[all …]
Dv3d_decoder.h95 struct v3d_type { struct
128 struct v3d_type type; argument