Searched refs:etna_cfloat_to_uintN (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h61 etna_cfloat_to_uintN(float f, int bits) function in typeref:typename:uint32_t
H A Detnaviv_translate.h428 clear_value = etna_cfloat_to_uintN(depth, 16);
433 clear_value = (etna_cfloat_to_uintN(depth, 24) << 8) | (stencil & 0xFF);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h55 etna_cfloat_to_uintN(float f, int bits) function in typeref:typename:uint32_t
H A Detnaviv_translate.h408 clear_value = etna_cfloat_to_uintN(depth, 16);
413 clear_value = (etna_cfloat_to_uintN(depth, 24) << 8) | (stencil & 0xFF);

Completed in 4 milliseconds