Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c26 tu_pack_float32_for_unorm(float val, int bits) in tu_pack_float32_for_unorm() function
96 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 24); in r2d_clear_value()
131 clear_value[i] = tu_pack_float32_for_unorm(linear, 8); in r2d_clear_value()
867 uint32_t tmp = tu_pack_float32_for_unorm(val->depthStencil.depth, 24); in r3d_clear_value()
2607 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 24) | in pack_gmem_clear_value()
2611 clear_value[0] = tu_pack_float32_for_unorm(val->depthStencil.depth, 16); in pack_gmem_clear_value()

Completed in 6 milliseconds