Searched refs:DECODE_FIXED_16 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/include/
H A Dpanfrost-job.h244 #define DECODE_FIXED_16(x) ((float) (x / 256.0)) macro
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_samples.c159 out[0] = DECODE_FIXED_16(pos.x);
160 out[1] = DECODE_FIXED_16(pos.y);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
H A Dpanfrost-job.h1165 #define DECODE_FIXED_16(x) ((float) (x / 256.0)) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/
H A Ddecode.c1542 pandecode_prop("min_lod = FIXED_16(%f)", DECODE_FIXED_16(s->min_lod));
1543 pandecode_prop("max_lod = FIXED_16(%f)", DECODE_FIXED_16(s->max_lod));

Completed in 9 milliseconds