Searched refs:flagstring (Results 1 – 5 of 5) sorted by relevance
136 int vrend_get_debug_flags(const char *flagstring) in vrend_get_debug_flags() argument146 setenv(buf, flagstring, 1); in vrend_get_debug_flags()
64 int vrend_get_debug_flags(const char *flagstring);
1329 char *flagstring; in vrend_decode_set_debug_mask() local1336 flagstring = malloc(slen+1); in vrend_decode_set_debug_mask()1338 if (!flagstring) { in vrend_decode_set_debug_mask()1342 memcpy(flagstring, flag_buf, slen); in vrend_decode_set_debug_mask()1343 flagstring[slen] = 0; in vrend_decode_set_debug_mask()1344 vrend_context_set_debug_flags(ctx, flagstring); in vrend_decode_set_debug_mask()1346 free(flagstring); in vrend_decode_set_debug_mask()
10633 void vrend_context_set_debug_flags(struct vrend_context *ctx, const char *flagstring) in vrend_context_set_debug_flags() argument10636 ctx->debug_flags |= vrend_get_debug_flags(flagstring); in vrend_context_set_debug_flags()
1380 const char *flagstring) in virgl_encode_host_debug_flagstring() argument1382 unsigned long slen = strlen(flagstring) + 1; in virgl_encode_host_debug_flagstring()1398 virgl_encoder_write_block(ctx->cbuf, (const uint8_t *)flagstring, string_length); in virgl_encode_host_debug_flagstring()