Searched refs:tu_pack_float32_for_unorm (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c405 tu_pack_float32_for_unorm(float val, int bits) function in typeref:typename:uint32_t
495 packed = tu_pack_float32_for_unorm(val.float32, ch->size);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c25 tu_pack_float32_for_unorm(float val, int bits) function in typeref:typename:uint32_t
93 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 24);
128 clear_value[i] = tu_pack_float32_for_unorm(linear, 8);
766 uint32_t tmp = tu_pack_float32_for_unorm(val->depthStencil.depth, 24);
2346 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 24) |
2350 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 16);

Completed in 9 milliseconds