Searched refs:etna_cfloat_to_uintN (Results 1 – 2 of 2) sorted by relevance
58 etna_cfloat_to_uintN(float f, int bits) in etna_cfloat_to_uintN() function
408 clear_value = etna_cfloat_to_uintN(depth, 16); in translate_clear_depth_stencil()413 clear_value = (etna_cfloat_to_uintN(depth, 24) << 8) | (stencil & 0xFF); in translate_clear_depth_stencil()