Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_samples.c159 out[0] = DECODE_FIXED_16(pos.x); in panfrost_query_sample_position()
160 out[1] = DECODE_FIXED_16(pos.y); in panfrost_query_sample_position()
/third_party/mesa3d/src/panfrost/include/
Dpanfrost-job.h244 #define DECODE_FIXED_16(x) ((float) (x / 256.0)) macro