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.c270 static struct v3d_type
278 return (struct v3d_type) { .kind = V3D_TYPE_INT }; in string_to_type()
280 return (struct v3d_type) { .kind = V3D_TYPE_UINT }; in string_to_type()
282 return (struct v3d_type) { .kind = V3D_TYPE_BOOL }; in string_to_type()
284 return (struct v3d_type) { .kind = V3D_TYPE_FLOAT }; in string_to_type()
286 return (struct v3d_type) { .kind = V3D_TYPE_F187 }; in string_to_type()
288 return (struct v3d_type) { .kind = V3D_TYPE_ADDRESS }; in string_to_type()
290 return (struct v3d_type) { .kind = V3D_TYPE_OFFSET }; in string_to_type()
292 return (struct v3d_type) { .kind = V3D_TYPE_UFIXED, .i = i, .f = f }; in string_to_type()
294 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