Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_debug.c574 FILE *memf = open_memstream(&out, &outsize); in ac_parse_ib_chunk() local
575 ib.f = memf; in ac_parse_ib_chunk()
576 ac_do_parse_ib(memf, &ib); in ac_parse_ib_chunk()
577 fclose(memf); in ac_parse_ib_chunk()