Searched refs:flagstring (Results 1 – 5 of 5) sorted by relevance
140 int vrend_get_debug_flags(const char *flagstring) in vrend_get_debug_flags() argument150 setenv(buf, flagstring, 1); in vrend_get_debug_flags()
66 int vrend_get_debug_flags(const char *flagstring);
1346 char *flagstring; in vrend_decode_set_debug_mask() local1353 flagstring = malloc(slen+1); in vrend_decode_set_debug_mask()1355 if (!flagstring) { in vrend_decode_set_debug_mask()1359 memcpy(flagstring, flag_buf, slen); in vrend_decode_set_debug_mask()1360 flagstring[slen] = 0; in vrend_decode_set_debug_mask()1361 vrend_context_set_debug_flags(ctx, flagstring); in vrend_decode_set_debug_mask()1363 free(flagstring); in vrend_decode_set_debug_mask()
10961 void vrend_context_set_debug_flags(struct vrend_context *ctx, const char *flagstring) in vrend_context_set_debug_flags() argument10964 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()