Searched refs:etna_cfloat_to_uintN (Results 1 – 2 of 2) sorted by relevance
431 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()
61 etna_cfloat_to_uintN(float f, int bits) in etna_cfloat_to_uintN() function