Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h431 clear_value = etna_cfloat_to_uintN(depth, 16); in translate_clear_depth_stencil()
436 clear_value = (etna_cfloat_to_uintN(depth, 24) << 8) | (stencil & 0xFF); in translate_clear_depth_stencil()
Detnaviv_util.h61 etna_cfloat_to_uintN(float f, int bits) in etna_cfloat_to_uintN() function