Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c96 typedef uint16_t half_float; typedef
335 const half_float(*rowA)[4] = (const half_float(*)[4]) srcRowA; in do_row()
336 const half_float(*rowB)[4] = (const half_float(*)[4]) srcRowB; in do_row()
337 half_float(*dst)[4] = (half_float(*)[4]) dstRow; in do_row()
352 const half_float(*rowA)[3] = (const half_float(*)[3]) srcRowA; in do_row()
353 const half_float(*rowB)[3] = (const half_float(*)[3]) srcRowB; in do_row()
354 half_float(*dst)[3] = (half_float(*)[3]) dstRow; in do_row()
369 const half_float(*rowA)[2] = (const half_float(*)[2]) srcRowA; in do_row()
370 const half_float(*rowB)[2] = (const half_float(*)[2]) srcRowB; in do_row()
371 half_float(*dst)[2] = (half_float(*)[2]) dstRow; in do_row()
[all …]