Home | History | Annotate | Download | only in tgsi

Lines Matching refs:boolean

42 static boolean is_alpha_underscore( const char *cur )
50 static boolean is_digit( const char *cur )
55 static boolean is_digit_alpha_underscore( const char *cur )
89 static boolean str_match_no_case( const char **pcur, const char *str )
110 static boolean str_match_nocase_whole( const char **pcur, const char *str )
133 static boolean eat_white( const char **pcur )
144 static boolean parse_uint( const char **pcur, uint *val )
158 static boolean parse_int( const char **pcur, int *val )
175 static boolean parse_identifier( const char **pcur, char *ret )
192 static boolean parse_float( const char **pcur, float *val )
195 boolean integral_part = FALSE;
196 boolean fractional_part = FALSE;
271 static boolean parse_header( struct translate_ctx *ctx )
301 static boolean parse_label( struct translate_ctx *ctx, uint *val )
316 static boolean
333 static boolean
379 static boolean
399 static boolean
421 static boolean
446 static boolean
513 static boolean
544 static boolean
564 static boolean
618 static boolean
662 static boolean
677 static boolean
721 static boolean
725 boolean *parsed_swizzle )
758 static boolean
765 boolean parsed_swizzle;
829 static boolean
861 static boolean
864 boolean has_label )
882 boolean parsed_swizzle;
1011 static boolean parse_immediate_data(struct translate_ctx *ctx, unsigned type,
1065 static boolean parse_declaration( struct translate_ctx *ctx )
1074 boolean is_vs_input;
1075 boolean is_imm_array;
1333 static boolean parse_immediate( struct translate_ctx *ctx )
1369 static boolean
1386 static boolean
1403 static boolean
1421 static boolean parse_property( struct translate_ctx *ctx )
1499 static boolean translate( struct translate_ctx *ctx )
1538 boolean