Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.c2659 char fp64_dsts[3][255], in get_destination_info()
2846 strcpy(fp64_dsts[i], dsts[i]); in get_destination_info()
3294 char fp64_dsts[3][255]; in iter_instruction() local
3319 ret = get_destination_info(ctx, inst, &dinfo, dsts, fp64_dsts, writemask); in iter_instruction()
3956 snprintf(buf, 255, "%s = uintBitsToFloat(unpackDouble2x32(%s));\n", fp64_dsts[0], dsts[0]); in iter_instruction()